summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2023-07-25 07:20:22 -0400
committerGitHub <noreply@github.com>2023-07-25 07:20:22 -0400
commit4774907feb4528264a607164879ed2431f1a94bb (patch)
treef74620978627215fcb434fb7a8f688dbdf76b720 /.github
parent585d8f5cf7fc0a74dafb944da5f72b5b3c121310 (diff)
Add schema for deployment integrations and centralize integrations schemas. (#15509)
* Relocate collector schemas to integrations dir. All the integrations schemas will be stored here. * Add schema for deployment integrations. Also splits a couple of shared parts to a separate schema file, and adds a basic deploy.yaml file with example deployments. * Expanded platform_info key description in schema. * Add docker info to distros.yml.
Diffstat (limited to '.github')
-rw-r--r--.github/data/distros.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index c36cb1ef9b..ba83db7076 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -237,3 +237,13 @@ include:
packages:
<<: *ubuntu_packages
repo_distro: ubuntu/focal
+no_include: # Info for platforms not covered in CI
+ - distro: docker
+ version: latest
+ packages:
+ arches:
+ - linux/i386
+ - linux/amd64
+ - linux/arm/v7
+ - linux/arm64
+ - linux/ppc64le