diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index ef136249..aeb662d7 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -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: @@ -224,6 +238,7 @@ stages: condition: succeededOrFailed() dependsOn: - Ansible_devel + - Ansible_2_18 - Ansible_2_17 - Ansible_2_16 - Ansible_2_15 diff --git a/tests/sanity/ignore-2.19.txt b/tests/sanity/ignore-2.19.txt new file mode 100644 index 00000000..82f6c2fa --- /dev/null +++ b/tests/sanity/ignore-2.19.txt @@ -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