Testdays: Prepare for production

This commit is contained in:
František Zatloukal 2020-11-05 09:37:47 +01:00
parent 66c94678e1
commit 1c2b2aab36

View file

@ -13,12 +13,10 @@ spec:
type: Git type: Git
git: git:
uri: https://pagure.io/fedora-qa/testdays-web.git uri: https://pagure.io/fedora-qa/testdays-web.git
# uri: https://pagure.io/forks/pingou/fedora-qa/testdays-web.git
{% if env == 'staging' %} {% if env == 'staging' %}
# ref: "develop" ref: "develop"
ref: "oc_tryout"
{% else %} {% else %}
ref: "production" ref: "master"
{% endif %} {% endif %}
strategy: strategy:
type: Source type: Source
@ -47,10 +45,9 @@ spec:
git: git:
uri: https://pagure.io/taskotron/resultsdb.git uri: https://pagure.io/taskotron/resultsdb.git
{% if env == 'staging' %} {% if env == 'staging' %}
# ref: "develop"
ref: "openshift_WIP" ref: "openshift_WIP"
{% else %} {% else %}
ref: "master" ref: "openshift_WIP"
{% endif %} {% endif %}
strategy: strategy:
type: Source type: Source