Skip to content

Commit

Permalink
Merge pull request ansible-collections#1915 from mariolenz/20231102-f…
Browse files Browse the repository at this point in the history
…ix-GHA-ansible-test.yml

Update ansible-test GHA
  • Loading branch information
mariolenz authored Nov 2, 2023
2 parents 8259c78 + 7d1fc15 commit 22aa241
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
# - stable-2.13
# - stable-2.14
- stable-2.15
- stable-2.16
# - devel
- milestone
# Ansible-test on various stable branches does not yet work well with cgroups v2.
Expand Down Expand Up @@ -95,7 +96,7 @@ jobs:
# OPTIONAL If set to true, will test only against changed files,
# which should improve CI performance. See limitations on
# https://github.com/ansible-community/ansible-test-gh-action#pull-request-change-detection
pull-request-change-detection: true
pull-request-change-detection: false

###
# Unit tests (OPTIONAL)
Expand Down Expand Up @@ -127,6 +128,7 @@ jobs:
# - stable-2.13
# - stable-2.14
- stable-2.15
- stable-2.16
# - devel
- milestone

Expand All @@ -148,7 +150,7 @@ jobs:
# OPTIONAL If set to true, will test only against changed files,
# which should improve CI performance. See limitations on
# https://github.com/ansible-community/ansible-test-gh-action#pull-request-change-detection
pull-request-change-detection: true
pull-request-change-detection: false
check: # This job does nothing and is only used for the branch protection
# or multi-stage CI jobs, like making sure that all tests pass before
Expand Down
2 changes: 2 additions & 0 deletions tests/sanity/ignore-2.16.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
plugins/modules/vmware_deploy_ovf.py replace-urlopen!skip
plugins/modules/vmware_deploy_ovf.py use-argspec-type-path!skip
scripts/inventory/vmware_inventory.py pep8!skip
tests/unit/mock/loader.py pep8!skip

0 comments on commit 22aa241

Please sign in to comment.