mdapi: rollout to prod
Signed-off-by: David Kirwan <dkirwan@redhat.com> Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
This commit is contained in:
parent
c3718a166a
commit
f8f758be97
2 changed files with 6 additions and 2 deletions
|
@ -11,8 +11,8 @@ spec:
|
||||||
uri: https://github.com/fedora-infra/mdapi.git
|
uri: https://github.com/fedora-infra/mdapi.git
|
||||||
ref: "develop"
|
ref: "develop"
|
||||||
{% else %}
|
{% else %}
|
||||||
uri: https://pagure.io/mdapi.git
|
uri: https://github.com/fedora-infra/mdapi.git
|
||||||
ref: "production"
|
ref: "prod"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
strategy:
|
strategy:
|
||||||
type: Docker
|
type: Docker
|
||||||
|
|
|
@ -68,7 +68,11 @@ PKGDB2_VERIFY = True
|
||||||
DL_VERIFY = True
|
DL_VERIFY = True
|
||||||
|
|
||||||
# Whether to publish to Fedora Messaging
|
# Whether to publish to Fedora Messaging
|
||||||
|
{% if env == "staging" %}
|
||||||
PUBLISH_CHANGES = False
|
PUBLISH_CHANGES = False
|
||||||
|
{% else %}
|
||||||
|
PUBLISH_CHANGES = True
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# How long to wait between retries if processing failed
|
# How long to wait between retries if processing failed
|
||||||
CRON_SLEEP = 30
|
CRON_SLEEP = 30
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue