Add a simple smoke test that currently just executes osbuild with the '--help' option to check that it can run at all. Gate for rawhide (via bodhi_update_push_stable) and for stable (via bodhi_update_push_testing) on a minimum of dist checks as well as the smoke test above.
19 lines
739 B
YAML
19 lines
739 B
YAML
--- !Policy
|
|
product_versions:
|
|
- fedora-*
|
|
decision_context: bodhi_update_push_testing
|
|
rules:
|
|
- !PassingTestCaseRule {test_case_name: dist.rpmgrill.spec-file-sanity}
|
|
- !PassingTestCaseRule {test_case_name: dist.python-versions}
|
|
- !PassingTestCaseRule {test_case_name: dist.depcheck}
|
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
|
--- !Policy
|
|
product_versions:
|
|
- fedora-*
|
|
decision_context: bodhi_update_push_stable
|
|
rules:
|
|
- !PassingTestCaseRule {test_case_name: dist.rpmgrill.spec-file-sanity}
|
|
- !PassingTestCaseRule {test_case_name: dist.python-versions}
|
|
- !PassingTestCaseRule {test_case_name: dist.depcheck}
|
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|