Increase retry-count from 3 (default) to 6 in VIB action (#10529)
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
parent
ee412f3ad2
commit
5c5df28243
|
|
@ -112,6 +112,7 @@ jobs:
|
|||
if: ${{ steps.get-container-metadata.outputs.result == 'ok' }}
|
||||
with:
|
||||
pipeline: ${{ steps.get-dsl-filepath.outputs.dsl_path }}/vib-publish.json
|
||||
retry-count: 6
|
||||
env:
|
||||
# Path with docker resources
|
||||
VIB_ENV_PATH: ${{ matrix.container }}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,7 @@ jobs:
|
|||
if: ${{ steps.get-container-metadata.outputs.result == 'ok' }}
|
||||
with:
|
||||
pipeline: ${{ steps.get-container-metadata.outputs.name }}/vib-verify.json
|
||||
retry-count: 6
|
||||
env:
|
||||
# Path with docker resources
|
||||
VIB_ENV_PATH: ${{ matrix.container }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue