Skip to content

Commit

Permalink
Merge pull request #397 from gardar/molecule-max-parallel
Browse files Browse the repository at this point in the history
fix(ci): limit number of parallel tests to avoid github api limits
  • Loading branch information
gardar authored Jul 2, 2024
2 parents 1188bdd + d5c413c commit 46c6960
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ansible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ansible-test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit 46c6960

Please sign in to comment.