Enable and fix gating tests
This commit is contained in:
parent
5e2dcc2c62
commit
6352bb192a
@ -3,4 +3,10 @@ product_versions:
|
|||||||
- fedora-*
|
- fedora-*
|
||||||
decision_context: bodhi_update_push_testing
|
decision_context: bodhi_update_push_testing
|
||||||
rules:
|
rules:
|
||||||
- !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: fedora-ci.koji-build.tier0.functional}
|
||||||
|
@ -1,11 +1,7 @@
|
|||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- role: standard-test-source
|
# Running these tests does not require the sources
|
||||||
tags:
|
|
||||||
- always
|
|
||||||
required_packages:
|
|
||||||
- git
|
|
||||||
- role: standard-test-basic
|
- role: standard-test-basic
|
||||||
tags:
|
tags:
|
||||||
- atomic
|
- atomic
|
||||||
|
Loading…
Reference in New Issue
Block a user