Skip to content

Commit e618a2f

Browse files
authored
Add new ignore file for CI version (#586)
1 parent ab6eb40 commit e618a2f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.azure-pipelines/azure-pipelines.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,20 @@ stages:
7878
test: units
7979
- name: Lint
8080
test: lint
81+
- stage: Ansible_2_18
82+
displayName: Ansible 2.18
83+
dependsOn:
84+
- Dependencies
85+
jobs:
86+
- template: templates/matrix.yml
87+
parameters:
88+
nameFormat: "{0}"
89+
testFormat: "2.18/{0}"
90+
targets:
91+
- name: Sanity
92+
test: sanity
93+
- name: Units
94+
test: units
8195
- stage: Ansible_2_17
8296
displayName: Ansible 2.17
8397
dependsOn:
@@ -224,6 +238,7 @@ stages:
224238
condition: succeededOrFailed()
225239
dependsOn:
226240
- Ansible_devel
241+
- Ansible_2_18
227242
- Ansible_2_17
228243
- Ansible_2_16
229244
- Ansible_2_15

tests/sanity/ignore-2.19.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
plugins/modules/win_audit_rule.ps1 pslint:PSCustomUseLiteralPath # Unsure if we can fix this or not so keep ignoring for now
2+
tests/integration/targets/win_lineinfile/files/expectations/23_utf8_bom.txt shebang
3+
tests/integration/targets/win_lineinfile/files/expectations/24_utf8_bom_line_added.txt shebang
4+
tests/integration/targets/win_lineinfile/files/expectations/30_linebreaks_checksum_bad.txt line-endings
5+
tests/integration/targets/win_regmerge/templates/win_line_ending.j2 line-endings

0 commit comments

Comments
 (0)