
To aid pre-checks before submission, lets make the files pass the default yamllint checks - then we can use yamllint to check new changes going forwards. Changes were: - change True to true for some bools (which also then matches the zuul gerrit driver docs) - add '---' document start lines - wrap one >80 char line using a '>' string construct Change-Id: I5c365517606b2c331e7155c56b9ebd7873244b10 Signed-off-by: Graham Whaley <graham.whaley@intel.com>
78 lines
1.4 KiB
YAML
78 lines
1.4 KiB
YAML
---
|
|
# Shared zuul config specific to the Kata Containers Zuul tenant
|
|
# Contains job pipeline definitions for each project
|
|
|
|
- project:
|
|
name: kata-containers/zuul-config
|
|
gerrit-check:
|
|
jobs:
|
|
- kata-zuul-jobs-linters
|
|
gerrit-gate:
|
|
jobs:
|
|
- kata-zuul-jobs-linters
|
|
|
|
- project:
|
|
name: kata-containers/agent
|
|
templates:
|
|
- kata-pre-checks
|
|
|
|
- project:
|
|
name: kata-containers/ci
|
|
templates:
|
|
- kata-pre-checks
|
|
|
|
- project:
|
|
name: kata-containers/community
|
|
templates:
|
|
- kata-pre-checks
|
|
|
|
- project:
|
|
name: kata-containers/documentation
|
|
templates:
|
|
- kata-pre-checks
|
|
|
|
- project:
|
|
name: kata-containers/kata-containers
|
|
templates:
|
|
- kata-pre-checks
|
|
|
|
- project:
|
|
name: kata-containers/ksm-throttler
|
|
templates:
|
|
- kata-pre-checks
|
|
|
|
- project:
|
|
name: kata-containers/osbuilder
|
|
templates:
|
|
- kata-pre-checks
|
|
|
|
- project:
|
|
name: kata-containers/packaging
|
|
templates:
|
|
- kata-pre-checks
|
|
|
|
- project:
|
|
name: kata-containers/proxy
|
|
templates:
|
|
- kata-pre-checks
|
|
|
|
- project:
|
|
name: kata-containers/runtime
|
|
templates:
|
|
- kata-pre-checks
|
|
|
|
- project:
|
|
name: kata-containers/shim
|
|
templates:
|
|
- kata-pre-checks
|
|
|
|
- project:
|
|
name: kata-containers/tests
|
|
templates:
|
|
- kata-pre-checks
|
|
|
|
- project:
|
|
name: kata-containers/www.katacontainers.io
|
|
templates:
|
|
- kata-pre-checks
|