Updaet components, retry less.
This commit is contained in:
parent
7cb81c4f96
commit
a19d250d3d
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
image: robertdebock/github-action-molecule:2.6.6
|
image: robertdebock/github-action-molecule:3.0.6
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
@ -13,7 +13,7 @@ molecule:
|
||||||
- image=${image} tag=${tag} molecule test
|
- image=${image} tag=${tag} molecule test
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME == "master"
|
- if: $CI_COMMIT_REF_NAME == "master"
|
||||||
retry: 2
|
retry: 1
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
{% for platform in meta.galaxy_info.platforms %}
|
{% for platform in meta.galaxy_info.platforms %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue