Testdays: Prepare for production
This commit is contained in:
parent
66c94678e1
commit
1c2b2aab36
1 changed files with 3 additions and 6 deletions
|
@ -13,12 +13,10 @@ spec:
|
|||
type: Git
|
||||
git:
|
||||
uri: https://pagure.io/fedora-qa/testdays-web.git
|
||||
# uri: https://pagure.io/forks/pingou/fedora-qa/testdays-web.git
|
||||
{% if env == 'staging' %}
|
||||
# ref: "develop"
|
||||
ref: "oc_tryout"
|
||||
ref: "develop"
|
||||
{% else %}
|
||||
ref: "production"
|
||||
ref: "master"
|
||||
{% endif %}
|
||||
strategy:
|
||||
type: Source
|
||||
|
@ -47,10 +45,9 @@ spec:
|
|||
git:
|
||||
uri: https://pagure.io/taskotron/resultsdb.git
|
||||
{% if env == 'staging' %}
|
||||
# ref: "develop"
|
||||
ref: "openshift_WIP"
|
||||
{% else %}
|
||||
ref: "master"
|
||||
ref: "openshift_WIP"
|
||||
{% endif %}
|
||||
strategy:
|
||||
type: Source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue