taskotron-trigger: run abicheck on all packages
Not just critpath. Apply this also to production. See: https://pagure.io/taskotron/issue/238
This commit is contained in:
parent
858391375b
commit
587d280614
1 changed files with 0 additions and 3 deletions
|
@ -11,9 +11,6 @@
|
||||||
- when:
|
- when:
|
||||||
message_type: KojiBuildPackageCompleted
|
message_type: KojiBuildPackageCompleted
|
||||||
name:
|
name:
|
||||||
{% if deployment_type in ['stg', 'prod'] %}
|
|
||||||
$in: ${critpath_pkgs}
|
|
||||||
{% endif %}
|
|
||||||
$nin: [{{ trigger_abicheck_blacklist | join(',') }}]
|
$nin: [{{ trigger_abicheck_blacklist | join(',') }}]
|
||||||
do:
|
do:
|
||||||
- {tasks: [abicheck]}
|
- {tasks: [abicheck]}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue