taskotron-prod: kill depcheck

This commit is contained in:
Martin Krizek 2017-07-13 08:41:30 +00:00
parent 8f3aebb1bc
commit c16e2a5d58
3 changed files with 0 additions and 6 deletions

View file

@ -18,7 +18,6 @@ extra_enablerepos: ''
grokmirror_basedir: /var/lib/git/mirror
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'}

View file

@ -8,7 +8,6 @@ namespaces_whitelist:
# due to a bug in libtaskotron, list all repos instead of prefix
#- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/rpmlint/
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/depcheck/
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/upgradepath/
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/abicheck/
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/rpmgrill/

View file

@ -20,11 +20,7 @@
- {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 #}