[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:
Michal Konečný 2022-07-18 14:43:31 +02:00
parent 9b0d4ad38a
commit 9d7e034b68

View file

@ -2,7 +2,7 @@
apiVersion: batch/v1
kind: CronJob
metadata:
name: playtime-packager-buzilla-sync
name: playtime-packager-bugzilla-sync
spec:
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 3
@ -211,6 +211,7 @@ spec:
secretName: toddlers-fedora-messaging-crt
{% if env != 'staging' %}
---
apiVersion: batch/v1
kind: CronJob
@ -263,3 +264,4 @@ spec:
- name: fedora-messaging-cert-volume
secret:
secretName: toddlers-fedora-messaging-crt
{% endif %}