Taskotron: Disable obsolete check_modulemd task
This commit is contained in:
parent
c3580af07b
commit
72855977b5
4 changed files with 0 additions and 14 deletions
|
@ -20,7 +20,6 @@ grokmirror_basedir: /var/lib/git/mirror
|
|||
grokmirror_user: grokmirror
|
||||
grokmirror_repos:
|
||||
- { name: fedoraqa/abicheck, url: 'https://pagure.io/task-abicheck.git'}
|
||||
- { name: fedoraqa/check_modulemd, url: 'https://github.com/fedora-modularity/check_modulemd'}
|
||||
- { name: fedoraqa/python-versions, url: 'https://github.com/fedora-python/taskotron-python-versions'}
|
||||
- { name: fedoraqa/rpmdeplint, url: 'https://pagure.io/taskotron/task-rpmdeplint.git'}
|
||||
- { name: fedoraqa/rpmgrill, url: 'https://pagure.io/taskotron/task-rpmgrill.git'}
|
||||
|
|
|
@ -22,7 +22,6 @@ grokmirror_basedir: /var/lib/git/mirror
|
|||
grokmirror_user: grokmirror
|
||||
grokmirror_repos:
|
||||
- { name: fedoraqa/abicheck, url: 'https://pagure.io/task-abicheck.git'}
|
||||
- { name: fedoraqa/check_modulemd, url: 'https://github.com/fedora-modularity/check_modulemd'}
|
||||
- { name: fedoraqa/python-versions, url: 'https://github.com/fedora-python/taskotron-python-versions'}
|
||||
- { name: fedoraqa/rpmdeplint, url: 'https://pagure.io/taskotron/task-rpmdeplint.git'}
|
||||
- { name: fedoraqa/rpmgrill, url: 'https://pagure.io/taskotron/task-rpmgrill.git'}
|
||||
|
|
|
@ -9,7 +9,6 @@ namespaces_whitelist:
|
|||
#- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/
|
||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/abicheck/
|
||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/fedora-cloud-tests/
|
||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/check_modulemd/
|
||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/modularity-testing-framework/
|
||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/mtf-containers/
|
||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/python-versions/
|
||||
|
|
|
@ -26,17 +26,6 @@
|
|||
- tasks:
|
||||
- rpmdeplint
|
||||
|
||||
{% if deployment_type in ['stg', 'prod'] %}
|
||||
- when:
|
||||
message_type: DistGitCommit
|
||||
namespace: modules
|
||||
do:
|
||||
- tasks:
|
||||
- check_modulemd
|
||||
arches:
|
||||
- noarch
|
||||
{% endif %}
|
||||
|
||||
{% if deployment_type in ['dev'] %}
|
||||
{# This is sufficient to run in a single environment only #}
|
||||
- when:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue