Skip to content

Commit b1110c6

Browse files
Merge pull request #293 from openshift-cherrypick-robot/cherry-pick-277-to-release-4.9
[release-4.9] [release-4.10] Bug 2079082: Replace collect-profile jobs that haven't completed
2 parents a336955 + 3280d94 commit b1110c6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

manifests/0000_50_olm_07-collect-profiles.cronjob.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ metadata:
99
namespace: openshift-operator-lifecycle-manager
1010
spec:
1111
schedule: "*/15 * * * *"
12+
concurrencyPolicy: "Replace"
1213
jobTemplate:
1314
spec:
1415
template:

scripts/generate_crds_manifests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ metadata:
256256
namespace: openshift-operator-lifecycle-manager
257257
spec:
258258
schedule: "*/15 * * * *"
259+
concurrencyPolicy: "Replace"
259260
jobTemplate:
260261
spec:
261262
template:

0 commit comments

Comments
 (0)