mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 14:30:45 +08:00
[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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user