Skip to content

Commit

Permalink
ci(workflow): disable fail fast on integration tests
Browse files Browse the repository at this point in the history
Some breaking changes on Ansible devel can make the whole
integration tests being canceled because it fails with tests
against devel.

Since devel is not released, we have situtation where we can release
a change in the collection without fear of breaking something
for stable Ansible versions.
  • Loading branch information
rrey committed Jul 17, 2022
1 parent b89e13f commit 33fa3de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
integration:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
grafana_version: ["9.0.2", "8.5.6", "7.5.16"]
ansible_version: ["stable-2.11", "stable-2.12", "stable-2.13", "devel"]
Expand Down

0 comments on commit 33fa3de

Please sign in to comment.