mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
Merge pull request #397 from gardar/molecule-max-parallel
fix(ci): limit number of parallel tests to avoid github api limits
This commit is contained in:
commit
46c6960c9b
2 changed files with 1 additions and 1 deletions
1
.github/workflows/ansible-ci.yml
vendored
1
.github/workflows/ansible-ci.yml
vendored
|
@ -53,7 +53,6 @@ jobs:
|
|||
ansible-test-sanity:
|
||||
uses: ./.github/workflows/ansible-test-sanity.yml
|
||||
needs:
|
||||
- ansible-lint
|
||||
- discover-ansible-versions
|
||||
with:
|
||||
ansible-core-versions: ${{ needs.discover-ansible-versions.outputs.versions }}
|
||||
|
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
targets: ${{ fromJson(inputs.targets) }}
|
||||
ansible-core-versions: ${{ fromJson(inputs.ansible-core-versions) }}
|
||||
|
|
Loading…
Reference in a new issue