taskotron-trigger: enable per-arch tasks on stg
This commit is contained in:
parent
887fbc3cbb
commit
30558d6d91
4 changed files with 12 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
url = http://127.0.0.1:8080/change_hook
|
||||
|
||||
[trigger]
|
||||
valid_arches = x86_64
|
||||
valid_arches = x86_64,armhfp
|
||||
koji_url = http://koji.fedoraproject.org/kojihub
|
||||
datagrepper_url = https://apps.fedoraproject.org/datagrepper/raw
|
||||
execdb_server = {{ execdb_server }}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
url = http://127.0.0.1:8080/change_hook
|
||||
|
||||
[trigger]
|
||||
valid_arches = x86_64,armhfp
|
||||
valid_arches = x86_64
|
||||
koji_url = http://koji.fedoraproject.org/kojihub
|
||||
datagrepper_url = https://apps.fedoraproject.org/datagrepper/raw
|
||||
execdb_server = {{ execdb_server }}
|
|
@ -2,10 +2,13 @@
|
|||
- when:
|
||||
message_type: KojiBuildPackageCompleted
|
||||
do:
|
||||
- tasks:
|
||||
- rpmlint
|
||||
- tasks:
|
||||
- python-versions
|
||||
- rpmgrill
|
||||
- rpmlint
|
||||
arches:
|
||||
- noarch
|
||||
|
||||
- when:
|
||||
message_type: KojiBuildPackageCompleted
|
||||
|
@ -29,6 +32,8 @@
|
|||
do:
|
||||
- tasks:
|
||||
- check_modulemd
|
||||
arches:
|
||||
- noarch
|
||||
|
||||
- when:
|
||||
message_type: GitHubPullRequestOpened
|
||||
|
@ -37,3 +42,6 @@
|
|||
do:
|
||||
- tasks:
|
||||
- mtf-containers
|
||||
arches:
|
||||
- noarch
|
||||
|
||||
|
|
|
@ -2,13 +2,10 @@
|
|||
- when:
|
||||
message_type: KojiBuildPackageCompleted
|
||||
do:
|
||||
- tasks:
|
||||
- rpmlint
|
||||
- tasks:
|
||||
- python-versions
|
||||
- rpmgrill
|
||||
arches:
|
||||
- noarch
|
||||
- rpmlint
|
||||
|
||||
- when:
|
||||
message_type: KojiBuildPackageCompleted
|
||||
|
@ -32,8 +29,6 @@
|
|||
do:
|
||||
- tasks:
|
||||
- check_modulemd
|
||||
arches:
|
||||
- noarch
|
||||
|
||||
- when:
|
||||
message_type: GitHubPullRequestOpened
|
||||
|
@ -42,6 +37,3 @@
|
|||
do:
|
||||
- tasks:
|
||||
- mtf-containers
|
||||
arches:
|
||||
- noarch
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue