Adjust taskotron trigger configuration for the new namespace.
This commit is contained in:
parent
b7941a75c5
commit
26a6813ce8
2 changed files with 9 additions and 1 deletions
|
@ -14,4 +14,12 @@ namespaces_whitelist:
|
|||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/rpmgrill/
|
||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/python-versions/
|
||||
pkg:
|
||||
# The directory used to be called rpms-checks
|
||||
- git://pkgs.fedoraproject.org/rpms-checks/
|
||||
|
||||
# But it got renamed to test-rpms here
|
||||
# https://pagure.io/fedora-infrastructure/issue/5570
|
||||
- git://pkgs.fedoraproject.org/test-rpms/
|
||||
# Also, modules are a thing
|
||||
# https://pagure.io/fedora-infrastructure/issue/5571
|
||||
- git://pkgs.fedoraproject.org/test-modules/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
- when: {message_type: KojiBuildPackageCompleted}
|
||||
do:
|
||||
- {tasks: [rpmlint, rpmgrill, python-versions]}
|
||||
- {discover: {repo: '{{ trigger_distgit_repo_url }}/rpms-checks/${name}.git', branch: "${distgit_branch}"}}
|
||||
- {discover: {repo: '{{ trigger_distgit_repo_url }}/test-rpms/${name}.git', branch: "${distgit_branch}"}}
|
||||
{% else %}
|
||||
- when: {message_type: KojiBuildPackageCompleted}
|
||||
do:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue