From 26a6813ce8072b1a1760d7007905a8bc8f620ce1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 1 Dec 2016 15:25:32 +0000 Subject: [PATCH] Adjust taskotron trigger configuration for the new namespace. --- .../taskotron-client/templates/namespaces.yaml.j2 | 8 ++++++++ .../taskotron-trigger/templates/trigger_rules.yml.j2 | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/roles/taskotron/taskotron-client/templates/namespaces.yaml.j2 b/roles/taskotron/taskotron-client/templates/namespaces.yaml.j2 index cbf1a8843a..cb8945128c 100644 --- a/roles/taskotron/taskotron-client/templates/namespaces.yaml.j2 +++ b/roles/taskotron/taskotron-client/templates/namespaces.yaml.j2 @@ -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/ diff --git a/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 b/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 index b0a6d00085..fa9b4a5c47 100644 --- a/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 +++ b/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 @@ -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: