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.
This commit is contained in:
parent
6487f789e5
commit
b6fa773380
1 changed files with 8 additions and 7 deletions
|
@ -23,14 +23,15 @@ spec:
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
- name: COREOS_KOJI_TAGGER_USE_STG
|
- name: COREOS_KOJI_TAGGER_USE_STG
|
||||||
value: "true"
|
value: "true"
|
||||||
# We are using https://github.com/dustymabe/fedora-coreos-config/tree/fedora-infra-staging
|
# Knobs you can change to point to whatever repo you want for testing
|
||||||
# for now. Feel free to fork/create your own repo to test with and replace the values below.
|
# stage code. Feel free to fork/create your own repo to test with and
|
||||||
# The repo must be set up with https://apps.fedoraproject.org/github2fedmsg so that it
|
# replace the values below. The repo must be set up with
|
||||||
# can get messages on the message bus when commits are made.
|
# https://apps.fedoraproject.org/github2fedmsg so that it can get
|
||||||
|
# messages on the message bus when commits are made.
|
||||||
- name: GITHUB_REPO_FULLNAME
|
- name: GITHUB_REPO_FULLNAME
|
||||||
value: "dustymabe/fedora-coreos-config"
|
value: "jlebon/fedora-coreos-config"
|
||||||
- name: GITHUB_REPO_BRANCH
|
- name: GITHUB_REPO_BRANCHES
|
||||||
value: "refs/heads/fedora-infra-staging"
|
value: "refs/heads/testing-devel refs/heads/next-devel"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
# sleep infinity is useful for debugging environment issues
|
# sleep infinity is useful for debugging environment issues
|
||||||
# comment out when not debugging
|
# comment out when not debugging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue