From b6fa7733804b2c666052b5faeca9e2953683f780 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 3 Apr 2020 15:30:32 -0400 Subject: [PATCH] coreos-koji-tagger: point staging at jlebon's repos For testing https://github.com/coreos/fedora-coreos-releng-automation/pull/89. Also tweak docs around that. --- .../templates/deploymentconfig.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/roles/openshift-apps/coreos-koji-tagger/templates/deploymentconfig.yml b/roles/openshift-apps/coreos-koji-tagger/templates/deploymentconfig.yml index 2a436d22a1..2d9b8fe622 100644 --- a/roles/openshift-apps/coreos-koji-tagger/templates/deploymentconfig.yml +++ b/roles/openshift-apps/coreos-koji-tagger/templates/deploymentconfig.yml @@ -23,14 +23,15 @@ spec: {% if env == "staging" %} - name: COREOS_KOJI_TAGGER_USE_STG value: "true" - # We are using https://github.com/dustymabe/fedora-coreos-config/tree/fedora-infra-staging - # for now. Feel free to fork/create your own repo to test with and replace the values below. - # The repo must be set up with https://apps.fedoraproject.org/github2fedmsg so that it - # can get messages on the message bus when commits are made. + # Knobs you can change to point to whatever repo you want for testing + # stage code. Feel free to fork/create your own repo to test with and + # replace the values below. The repo must be set up with + # https://apps.fedoraproject.org/github2fedmsg so that it can get + # messages on the message bus when commits are made. - name: GITHUB_REPO_FULLNAME - value: "dustymabe/fedora-coreos-config" - - name: GITHUB_REPO_BRANCH - value: "refs/heads/fedora-infra-staging" + value: "jlebon/fedora-coreos-config" + - name: GITHUB_REPO_BRANCHES + value: "refs/heads/testing-devel refs/heads/next-devel" {% endif %} # sleep infinity is useful for debugging environment issues # comment out when not debugging