Skip to content

Commit

Permalink
Start testing with Ansible 2.17/devel (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Oct 3, 2023
1 parent 052ef99 commit 6921450
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,19 @@ stages:
test: sanity
- name: Units
test: units
- stage: Ansible_2_16
displayName: Ansible 2.16
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: '{0}'
testFormat: '2.16/{0}'
targets:
- name: Sanity
test: sanity
- name: Units
test: units
- stage: Ansible_2_15
displayName: Ansible 2.15
dependsOn: []
Expand Down Expand Up @@ -126,6 +139,7 @@ stages:
condition: succeededOrFailed()
dependsOn:
- Ansible_devel
- Ansible_2_16
- Ansible_2_15
- Ansible_2_14
- Ansible_2_13
Expand Down
4 changes: 4 additions & 0 deletions tests/sanity/ignore-2.17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
plugins/modules/setup.ps1 pslint:PSCustomUseLiteralPath # Cannot ignore custom rules in the version of PSSA in ansible-test docker
plugins/modules/win_powershell.ps1 pslint:PSCustomUseLiteralPath # Cannot ignore until all ansible-test branches support custom rules
tests/integration/targets/win_package/library/win_make_appx.ps1 pslint:PSAvoidLongLines # Cannot ignore until all ansible-test branches support this rule
tests/integration/targets/win_dsc/files/xTestCompositeDsc/1.0.0/DSCResources/xTestComposite/xTestComposite.schema.psm1 pslint!skip # Pwsh cannot parse DSC to MOF on Linux

0 comments on commit 6921450

Please sign in to comment.