summaryrefslogtreecommitdiffstats
path: root/build_external/scenarios/gaps_hi/middle-compose.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2024-02-14 07:01:52 -0500
committerGitHub <noreply@github.com>2024-02-14 07:01:52 -0500
commit12306a3e05ba5778447c26f2e80a4c71da5bee0c (patch)
treec25df4359ed40c8fe43b6b3a12b1c90ba85615c8 /build_external/scenarios/gaps_hi/middle-compose.yml
parent2d64790f8c6c8be091ae6a68a64ba7176096681a (diff)
Assorted cleanup of CI/packaging related code. (#16938)
* Drop unused Dockerfile.test. It’s not been used for years, and it doesn’t even work at this point for it’s intended purpose. * Remove CodeClimate configuration. We’re not using it anymore, so there is no point to keeping the configuration around. * Remove the build_external directory. This isn’t used by any of our code AFAICT, and if it _is_ needed, it should actually be in some sub-directory of `tests` instead of a top-level directory whose name doesn’t even describe what it does. * Remove .gitattributes If there's any objection we can reinstate it. * Move coverity-scan.sh under packaging/utils * Move cmake files under packaging/cmake * Remove devcontainer * Fix up coverity script to run correctly from new location. --------- Co-authored-by: vkalintiris <vasilis@netdata.cloud>
Diffstat (limited to 'build_external/scenarios/gaps_hi/middle-compose.yml')
-rw-r--r--build_external/scenarios/gaps_hi/middle-compose.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/build_external/scenarios/gaps_hi/middle-compose.yml b/build_external/scenarios/gaps_hi/middle-compose.yml
deleted file mode 100644
index c316164dd9..0000000000
--- a/build_external/scenarios/gaps_hi/middle-compose.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-version: '3.3'
-services:
- agent_middle:
- image: debian_10_dev
- command: /usr/sbin/netdata -D
- ports:
- - 21001:19999
- volumes:
- - ./middle_stream.conf:/etc/netdata/stream.conf:ro
- - ./middle_guid:/var/lib/netdata/registry/netdata.public.unique.id:ro
- - ./min.conf:/etc/netdata/netdata.conf:ro
- cap_add:
- - SYS_PTRACE