taskotron-{dev,stg}: kill depcheck
This commit is contained in:
parent
959db4c149
commit
2e353e5b5a
3 changed files with 5 additions and 2 deletions
|
@ -23,7 +23,6 @@ grokmirror_basedir: /var/lib/git/mirror
|
|||
grokmirror_user: grokmirror
|
||||
grokmirror_repos:
|
||||
- { name: fedoraqa/rpmlint, url: 'https://bitbucket.org/fedoraqa/task-rpmlint.git'}
|
||||
- { name: fedoraqa/depcheck, url: 'https://bitbucket.org/fedoraqa/task-depcheck.git'}
|
||||
- { name: fedoraqa/upgradepath, url: 'https://bitbucket.org/fedoraqa/task-upgradepath.git'}
|
||||
- { name: fedoraqa/dockerautotest, url: 'https://bitbucket.org/fedoraqa/task-dockerautotest.git'}
|
||||
- { name: fedoraqa/abicheck, url: 'https://pagure.io/task-abicheck.git'}
|
||||
|
|
|
@ -24,7 +24,6 @@ grokmirror_basedir: /var/lib/git/mirror
|
|||
grokmirror_user: grokmirror
|
||||
grokmirror_repos:
|
||||
- { name: fedoraqa/rpmlint, url: 'https://bitbucket.org/fedoraqa/task-rpmlint.git'}
|
||||
- { name: fedoraqa/depcheck, url: 'https://bitbucket.org/fedoraqa/task-depcheck.git'}
|
||||
- { name: fedoraqa/upgradepath, url: 'https://bitbucket.org/fedoraqa/task-upgradepath.git'}
|
||||
- { name: fedoraqa/dockerautotest, url: 'https://bitbucket.org/fedoraqa/task-dockerautotest.git'}
|
||||
- { name: fedoraqa/abicheck, url: 'https://pagure.io/task-abicheck.git'}
|
||||
|
|
|
@ -20,7 +20,12 @@
|
|||
- {tasks: [abicheck]}
|
||||
- when: {message_type: KojiTagChanged}
|
||||
do:
|
||||
{% if deployment_type in ['dev', 'stg'] %}
|
||||
- {tasks: [rpmdeplint]}
|
||||
{% else %}
|
||||
- {tasks: [depcheck, rpmdeplint]}
|
||||
{% endif %}
|
||||
|
||||
{% if deployment_type not in ['stg'] %}
|
||||
{# stg bodhi doesn't have the info we need, stg koji doesn't have the builds from prod bodhi #}
|
||||
- when:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue