mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2025-09-21 00:31:42 +02:00
Don't run parallel.
This commit is contained in:
parent
2b62233918
commit
d32a85d2e9
3
.github/workflows/molecule.yml
vendored
3
.github/workflows/molecule.yml
vendored
|
@ -71,6 +71,3 @@ jobs:
|
|||
with:
|
||||
image: ${{ matrix.config.image }}
|
||||
tag: ${{ matrix.config.tag }}
|
||||
options: "--parallel all"
|
||||
env:
|
||||
TOX_PARALLEL_NO_SPINNER: 1
|
||||
|
|
|
@ -38,7 +38,7 @@ install:
|
|||
- pip install tox
|
||||
|
||||
script:
|
||||
- function retry { counter=0 ; until "$@" ; do exit=$? ; counter=$(($counter + 1)) ; if [ $counter -ge 3 ] ; then return $exit ; fi ; done ; return 0; } ; retry tox --parallel all
|
||||
- function retry { counter=0 ; until "$@" ; do exit=$? ; counter=$(($counter + 1)) ; if [ $counter -ge 3 ] ; then return $exit ; fi ; done ; return 0; } ; retry tox
|
||||
|
||||
notifications:
|
||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||
|
|
Loading…
Reference in a new issue