Merge branch 'master' of /git/ansible
This commit is contained in:
commit
a5e44f3c22
2 changed files with 12 additions and 37 deletions
|
@ -3,10 +3,6 @@
|
||||||
do:
|
do:
|
||||||
- {tasks: [rpmlint, rpmgrill, python-versions]}
|
- {tasks: [rpmlint, rpmgrill, python-versions]}
|
||||||
|
|
||||||
- when: {message_type: KojiBuildPackageCompleted, name: docker}
|
|
||||||
do:
|
|
||||||
- {tasks: [dockerautotest]}
|
|
||||||
|
|
||||||
- when:
|
- when:
|
||||||
message_type: KojiBuildPackageCompleted
|
message_type: KojiBuildPackageCompleted
|
||||||
name:
|
name:
|
||||||
|
@ -24,17 +20,24 @@
|
||||||
do:
|
do:
|
||||||
- {tasks: [check_modulemd]}
|
- {tasks: [check_modulemd]}
|
||||||
|
|
||||||
- when:
|
|
||||||
message_type: ModuleBuildComplete
|
|
||||||
do:
|
|
||||||
- {tasks: [modularity-testing-framework]}
|
|
||||||
|
|
||||||
- when:
|
- when:
|
||||||
message_type: GitHubPullRequestOpened
|
message_type: GitHubPullRequestOpened
|
||||||
repo_name: {$regex: '/^container-images\/.+/'}
|
repo_name: {$regex: '/^container-images\/.+/'}
|
||||||
do:
|
do:
|
||||||
- {tasks: [mtf-containers]}
|
- {tasks: [mtf-containers]}
|
||||||
|
|
||||||
|
{% if deployment_type in ['stg', 'prod'] %}
|
||||||
|
{# these tasks are not ansiblized yet #}
|
||||||
|
- when:
|
||||||
|
message_type: ModuleBuildComplete
|
||||||
|
do:
|
||||||
|
- {tasks: [modularity-testing-framework]}
|
||||||
|
|
||||||
|
- when: {message_type: KojiBuildPackageCompleted, name: docker}
|
||||||
|
do:
|
||||||
|
- {tasks: [dockerautotest]}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{# disabled due to missing nested virt: https://pagure.io/taskotron/issue/239
|
{# disabled due to missing nested virt: https://pagure.io/taskotron/issue/239
|
||||||
- when:
|
- when:
|
||||||
message_type: AtomicCompose
|
message_type: AtomicCompose
|
||||||
|
@ -46,4 +49,3 @@
|
||||||
do:
|
do:
|
||||||
- {tasks: [fedora-cloud-tests]}
|
- {tasks: [fedora-cloud-tests]}
|
||||||
#}
|
#}
|
||||||
|
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
---
|
|
||||||
- when: {message_type: KojiBuildPackageCompleted}
|
|
||||||
do:
|
|
||||||
- {tasks: [rpmlint, rpmgrill, python-versions]}
|
|
||||||
|
|
||||||
- when:
|
|
||||||
message_type: KojiBuildPackageCompleted
|
|
||||||
name:
|
|
||||||
$nin: [{{ trigger_abicheck_blacklist | join(',') }}]
|
|
||||||
do:
|
|
||||||
- {tasks: [abicheck]}
|
|
||||||
|
|
||||||
- when:
|
|
||||||
message_type: KojiTagChanged
|
|
||||||
tag: {$regex: '/^f[0-9]{2}-updates(-testing)?-pending$$/'}
|
|
||||||
do:
|
|
||||||
- {tasks: [rpmdeplint]}
|
|
||||||
|
|
||||||
- when: {message_type: DistGitCommit, namespace: modules}
|
|
||||||
do:
|
|
||||||
- {tasks: [check_modulemd]}
|
|
||||||
|
|
||||||
- when:
|
|
||||||
message_type: GitHubPullRequestOpened
|
|
||||||
repo_name: {$regex: '/^container-images\/.+/'}
|
|
||||||
do:
|
|
||||||
- {tasks: [mtf-containers]}
|
|
Loading…
Add table
Add a link
Reference in a new issue