- fix broken timeout parameter in readiness, increase version to 13.1.4
- increase timeout for readiness check to 25 minutes
- the whole chain of readiness deps for this job:
cassandra ← sdc-cs-job ← sdc-onboarding-be-job ← sdc-onboarding-be ← sdc-be ← sdc-be-job
- it should be investigated if the dependency on the onboarding-be is really
necessary here, or if it can perhaps be replaced with directly waiting on the sdc-cs-job
Issue-ID: SDC-4730
Change-Id: Ifb4522db85d491d5fa581587506738ad3ae8ae25
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
apiVersion: v2
description: Template used to wait for other deployment/sts/jobs in onap
name: readinessCheck
-version: 13.1.3
+version: 13.1.4
dependencies:
- name: common
{{- end }}
{{- if hasKey $wait_for "timeout" }}
- -t
- - {{ $timeout | int }}
+ - {{ $timeout | quote }}
{{- end }}
env:
- name: NAMESPACE
services:
- sdc-onboarding-be
job_wait_for:
+ timeout: 25
services:
- sdc-be
readinessCheck:
wait_for:
+ timeout: 20
jobs:
- '{{ include "common.release" . }}-sdc-onboarding-be'
job_wait_for: