[toddlers] Disable packager bugzilla sync on staging
distgit_packager_bugzilla_sync toddler doesn't work well on staging, because the accounts from staging dist_git are not properly synced to staging bugzilla. which is causing this toddler to run for too long and blocking the queue. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
9b0d4ad38a
commit
9d7e034b68
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: CronJob
|
kind: CronJob
|
||||||
metadata:
|
metadata:
|
||||||
name: playtime-packager-buzilla-sync
|
name: playtime-packager-bugzilla-sync
|
||||||
spec:
|
spec:
|
||||||
successfulJobsHistoryLimit: 3
|
successfulJobsHistoryLimit: 3
|
||||||
failedJobsHistoryLimit: 3
|
failedJobsHistoryLimit: 3
|
||||||
|
@ -211,6 +211,7 @@ spec:
|
||||||
secretName: toddlers-fedora-messaging-crt
|
secretName: toddlers-fedora-messaging-crt
|
||||||
|
|
||||||
|
|
||||||
|
{% if env != 'staging' %}
|
||||||
---
|
---
|
||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: CronJob
|
kind: CronJob
|
||||||
|
@ -263,3 +264,4 @@ spec:
|
||||||
- name: fedora-messaging-cert-volume
|
- name: fedora-messaging-cert-volume
|
||||||
secret:
|
secret:
|
||||||
secretName: toddlers-fedora-messaging-crt
|
secretName: toddlers-fedora-messaging-crt
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue