mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-08 03:24:15 +00:00
ci: Add documentation to cover mapping format
to help people with adding new entries. Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
This commit is contained in:
parent
64306dc888
commit
62e8815a5a
@ -24,6 +24,19 @@ paths:
|
|||||||
|
|
||||||
mapping:
|
mapping:
|
||||||
# Mapping of set-of-tests to required test names and/or test name regexps
|
# Mapping of set-of-tests to required test names and/or test name regexps
|
||||||
|
#
|
||||||
|
# Format is (test name includes workflow!):
|
||||||
|
# {set-of-tests-label}:
|
||||||
|
# names:
|
||||||
|
# - {required-test-name1}
|
||||||
|
# - {required-test-name2}
|
||||||
|
# regexps: "{python-regular-expression-matching-required-tests}|{another-regexp}|{yet-another-regexp}"
|
||||||
|
# required-labels:
|
||||||
|
# - {label-required-to-run-those-tests}
|
||||||
|
#
|
||||||
|
# TODO: Add support for "depends" to automatically add dependant set-of-tests
|
||||||
|
# (eg. "build" is required for "test")
|
||||||
|
# TODO: Add support for "ignore:" to remove individual tests from regexps
|
||||||
test:
|
test:
|
||||||
# Checks the basic functional tests work
|
# Checks the basic functional tests work
|
||||||
names:
|
names:
|
||||||
@ -83,8 +96,6 @@ mapping:
|
|||||||
- Kata Containers CI / kata-containers-ci-on-push / run-metrics-tests / run-metrics (qemu)
|
- Kata Containers CI / kata-containers-ci-on-push / run-metrics-tests / run-metrics (qemu)
|
||||||
required-labels:
|
required-labels:
|
||||||
- ok-to-test
|
- ok-to-test
|
||||||
# TODO: Add support for "depends" to automatically add dependant set-of-tests
|
|
||||||
# (eg. "build" is required for "test")
|
|
||||||
build:
|
build:
|
||||||
# Checks that the kata-containers static tarball is created
|
# Checks that the kata-containers static tarball is created
|
||||||
names:
|
names:
|
||||||
|
Loading…
Reference in New Issue
Block a user