Merge "Ceph-pools-audit job misses start time"

This commit is contained in:
Zuul 2021-01-27 04:33:02 +00:00 committed by Gerrit Code Review
commit 3b30601a8a
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{{/*
#
# Copyright (c) 2019 Wind River Systems, Inc.
# Copyright (c) 2020 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
@ -31,6 +31,7 @@ spec:
successfulJobsHistoryLimit: {{ .Values.jobs.job_ceph_pools_audit.history.success }}
failedJobsHistoryLimit: {{ .Values.jobs.job_ceph_pools_audit.history.failed }}
concurrencyPolicy: Forbid
startingDeadlineSeconds: {{ .Values.jobs.job_ceph_pools_audit.startingDeadlineSeconds }}
jobTemplate:
metadata:
name: "{{$envAll.Release.Name}}"

View File

@ -52,6 +52,7 @@ dependencies:
jobs:
job_ceph_pools_audit:
cron: "*/5 * * * *"
startingDeadlineSeconds: 200
history:
success: 3
failed: 1