Don't run parallel.

This commit is contained in:
Robert de Bock 2020-10-16 11:15:39 +02:00
parent 2b62233918
commit d32a85d2e9
3 changed files with 2 additions and 4 deletions

View file

@ -71,6 +71,3 @@ jobs:
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
options: "--parallel all"
env:
TOX_PARALLEL_NO_SPINNER: 1

View file

@ -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/

View file

@ -14,6 +14,7 @@ deps =
next: git+https://github.com/ansible/ansible.git@devel
molecule[docker]>=3, <4
docker>=4.2, <4.3
ansible-lint
commands = molecule test
setenv =
TOX_ENVNAME={envname}