From b9ee16c208464f361ca3d6d60966ca0062d8cdfe Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 3 Aug 2017 16:21:22 +0000 Subject: [PATCH] moving taskotron-stg over to the prod message bus --- inventory/group_vars/taskotron-stg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/group_vars/taskotron-stg b/inventory/group_vars/taskotron-stg index f926123432..1eca91d350 100644 --- a/inventory/group_vars/taskotron-stg +++ b/inventory/group_vars/taskotron-stg @@ -14,7 +14,7 @@ robots_path: /var/www/html extra_enablerepos: 'infrastructure-testing' # make sure we're using the stg fedsmg bus -fedmsg_env: stg +fedmsg_env: prod ############################################################ # task repo details @@ -50,8 +50,8 @@ resultsdb_external_url: https://taskotron.stg.fedoraproject.org/resultsdb/ resultsdb_fe_endpoint: resultsdb taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/ -trigger_distgit_repo_url: git://pkgs01.stg.phx2.fedoraproject.org -trigger_critpath_url: https://admin.stg.fedoraproject.org/pkgdb/api/critpath?format=json +trigger_distgit_repo_url: git://pkgs02.phx2.fedoraproject.org +trigger_critpath_url: https://admin.fedoraproject.org/pkgdb/api/critpath?format=json instances: - { name: "Production", url: "https://taskotron.fedoraproject.org"}