Skip to content

Commit

Permalink
Add new ignore file for CI version (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Oct 29, 2024
1 parent ab6eb40 commit e618a2f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,20 @@ stages:
test: units
- name: Lint
test: lint
- stage: Ansible_2_18
displayName: Ansible 2.18
dependsOn:
- Dependencies
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: "{0}"
testFormat: "2.18/{0}"
targets:
- name: Sanity
test: sanity
- name: Units
test: units
- stage: Ansible_2_17
displayName: Ansible 2.17
dependsOn:
Expand Down Expand Up @@ -224,6 +238,7 @@ stages:
condition: succeededOrFailed()
dependsOn:
- Ansible_devel
- Ansible_2_18
- Ansible_2_17
- Ansible_2_16
- Ansible_2_15
Expand Down
5 changes: 5 additions & 0 deletions tests/sanity/ignore-2.19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
plugins/modules/win_audit_rule.ps1 pslint:PSCustomUseLiteralPath # Unsure if we can fix this or not so keep ignoring for now
tests/integration/targets/win_lineinfile/files/expectations/23_utf8_bom.txt shebang
tests/integration/targets/win_lineinfile/files/expectations/24_utf8_bom_line_added.txt shebang
tests/integration/targets/win_lineinfile/files/expectations/30_linebreaks_checksum_bad.txt line-endings
tests/integration/targets/win_regmerge/templates/win_line_ending.j2 line-endings

0 comments on commit e618a2f

Please sign in to comment.