taskotron-prod: kill depcheck
This commit is contained in:
parent
8f3aebb1bc
commit
c16e2a5d58
3 changed files with 0 additions and 6 deletions
|
@ -18,7 +18,6 @@ extra_enablerepos: ''
|
||||||
grokmirror_basedir: /var/lib/git/mirror
|
grokmirror_basedir: /var/lib/git/mirror
|
||||||
grokmirror_repos:
|
grokmirror_repos:
|
||||||
- { name: fedoraqa/rpmlint, url: 'https://bitbucket.org/fedoraqa/task-rpmlint.git'}
|
- { 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/upgradepath, url: 'https://bitbucket.org/fedoraqa/task-upgradepath.git'}
|
||||||
- { name: fedoraqa/dockerautotest, url: 'https://bitbucket.org/fedoraqa/task-dockerautotest.git'}
|
- { name: fedoraqa/dockerautotest, url: 'https://bitbucket.org/fedoraqa/task-dockerautotest.git'}
|
||||||
- { name: fedoraqa/abicheck, url: 'https://pagure.io/task-abicheck.git'}
|
- { name: fedoraqa/abicheck, url: 'https://pagure.io/task-abicheck.git'}
|
||||||
|
|
|
@ -8,7 +8,6 @@ namespaces_whitelist:
|
||||||
# due to a bug in libtaskotron, list all repos instead of prefix
|
# 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/
|
||||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/rpmlint/
|
- {{ 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/upgradepath/
|
||||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/abicheck/
|
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/abicheck/
|
||||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/rpmgrill/
|
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/rpmgrill/
|
||||||
|
|
|
@ -20,11 +20,7 @@
|
||||||
- {tasks: [abicheck]}
|
- {tasks: [abicheck]}
|
||||||
- when: {message_type: KojiTagChanged}
|
- when: {message_type: KojiTagChanged}
|
||||||
do:
|
do:
|
||||||
{% if deployment_type in ['dev', 'stg'] %}
|
|
||||||
- {tasks: [rpmdeplint]}
|
- {tasks: [rpmdeplint]}
|
||||||
{% else %}
|
|
||||||
- {tasks: [depcheck, rpmdeplint]}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if deployment_type not in ['stg'] %}
|
{% 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 #}
|
{# stg bodhi doesn't have the info we need, stg koji doesn't have the builds from prod bodhi #}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue