mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 11:01:18 +00:00
This commit enables TMT jobs triggered by Packit to run system tests. 2 set of jobs `dev` and `release` have been added. `dev` jobs are meant to run on main PRs with additional package updates fetched from podman-next copr while `release` jobs are meant to run on release- branch PRs using only the dependencies present in the official distro. Packit checks PR labels (see previous commit) to filter out the jobs that get run. Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
17 lines
394 B
YAML
17 lines
394 B
YAML
--- !Policy
|
|
product_versions:
|
|
- fedora-*
|
|
decision_context:
|
|
- bodhi_update_push_stable
|
|
- bodhi_update_push_testing
|
|
subject_type: koji_build
|
|
rules:
|
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
|
|
|
--- !Policy
|
|
product_versions:
|
|
- rhel-*
|
|
decision_context: osci_compose_gate
|
|
rules:
|
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|