ee8d49cc5e
1) Ugh. Update the podman test scaffolding so it invokes the magic 'loginctl enable-linger' command necessary for rootless podman to work. 1a) [minor] update the rpm-versions and environment dump 2) Bring gating.yaml up-to-date, including (ugh) duplication that will help us avoid maintenance burden when we fork f33 Signed-off-by: Ed Santiago <santiago@redhat.com>
15 lines
399 B
YAML
15 lines
399 B
YAML
--- !Policy
|
|
product_versions:
|
|
- fedora-*
|
|
decision_context: bodhi_update_push_stable
|
|
subject_type: koji_build
|
|
rules:
|
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
|
--- !Policy
|
|
product_versions:
|
|
- fedora-*
|
|
decision_context: bodhi_update_push_testing
|
|
subject_type: koji_build
|
|
rules:
|
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|