[COMMON] Add job support for readinessCheck 25/116225/5
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 8 Dec 2020 16:54:23 +0000 (17:54 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 14 Dec 2020 15:48:56 +0000 (16:48 +0100)
readinessCheck was only supporting "container" readiness and not "job"
readiness.
This patch adds the ability to wait for job readiness also.

for that, we need to use the "extended" version and set type to `job` as
we can see it the example:

```yaml
wait_for:
  name: myname
  jobs:
    - '{{ include "common.release" . }}-the-job'
```

Issue-ID: OOM-2647
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Iee5426995de63ec8fe2f8c61ff9384a314c86db4


No differences found