summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2024-02-26 04:20:37 -0500
committerGitHub <noreply@github.com>2024-02-26 11:20:37 +0200
commita82f498b822df2ad6c6c3915fb8ce063f75d9051 (patch)
tree3bad8c3bd299177895605f478ebc5ef844c482f9
parentac6a2f6563084948332beba5c71d0204760e77a5 (diff)
Fix a few minor bits of build-related infrastructure. (#17051)
* Add vkalintiris as code owner for CMake related stuff. * Update GHA workflow file checks to properly flag CMake changes.
-rw-r--r--.github/CODEOWNERS2
-rw-r--r--.github/workflows/build.yml1
-rw-r--r--.github/workflows/checks.yml1
-rw-r--r--.github/workflows/docker.yml1
-rw-r--r--.github/workflows/packaging.yml1
5 files changed, 6 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index ece601f61d..d038ce6801 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -26,6 +26,7 @@ src/health/notifications/ @Ferroin @thiagoftsm
src/ml/ @vkalintiris
src/libnetdata/ @thiagoftsm @vkalintiris
packaging/ @Ferroin @tkatsoulas
+packaging/cmake @Ferroin @vkalintiris
src/registry/ @novykh
src/streaming/ @thiagoftsm
system/ @Ferroin @tkatsoulas
@@ -43,6 +44,7 @@ Dockerfile* @Ferroin @tkatsoulas
.gitignore @Ferroin @tkatsoulas @vkalintiris
.codacy.yml @Ferroin @tkatsoulas
.yamllint.yml @Ferroin @tkatsoulas
+CMakeLists.txt @Ferroin @vkalintiris
netdata.spec.in @Ferroin @tkatsoulas
netdata-installer.sh @Ferroin @tkatsoulas
packaging/version @netdatabot @Ferroin @tkatsoulas
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 303fe399a1..49246d1962 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -53,6 +53,7 @@ jobs:
.github/scripts/get-static-cache-key.sh
.github/scripts/gen-matrix-build.py
.github/scripts/run-updater-check.sh
+ packaging/cmake/
packaging/makeself/
packaging/installer/
packaging/*.sh
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index bb9a929978..5f99dfda30 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -44,6 +44,7 @@ jobs:
.github/scripts/get-static-cache-key.sh
.github/scripts/gen-matrix-build.py
.github/scripts/run-updater-check.sh
+ packaging/cmake/
packaging/*.version
packaging/*.checksums
src/aclk/aclk-schemas/
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index da916ac0eb..53f7cf2e3b 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -47,6 +47,7 @@ jobs:
netdata-installer.sh
.github/workflows/docker.yml
.github/scripts/docker-test.sh
+ packaging/cmake/
packaging/docker/
packaging/installer/
packaging/runtime-check.sh
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 7c58466f38..c171b60dea 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -59,6 +59,7 @@ jobs:
.github/workflows/packaging.yml
.github/scripts/gen-matrix-packaging.py
.github/scripts/pkg-test.sh
+ packaging/cmake/
packaging/*.sh
packaging/*.version
packaging/*.checksums