From ba5cc758935ba320283b5c198b3b05f9bbae09fe Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Wed, 7 Apr 2021 10:37:09 +0200 Subject: [PATCH] Tests: add testing against 2.11 --- .azure-pipelines/azure-pipelines.yml | 9 +++++++++ tests/sanity/ignore-2.12.txt | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 tests/sanity/ignore-2.12.txt diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 409d0ea..5883415 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -48,6 +48,15 @@ stages: targets: - name: Sanity test: 'devel/sanity/1' + - stage: Ansible_2_11 + displayName: Sanity 2.11 + dependsOn: [] + jobs: + - template: templates/matrix.yml + parameters: + targets: + - name: Sanity + test: '2.11/sanity/1' - stage: Ansible_2_10 displayName: Sanity & Units 2.10 dependsOn: [] diff --git a/tests/sanity/ignore-2.12.txt b/tests/sanity/ignore-2.12.txt new file mode 100644 index 0000000..caf2217 --- /dev/null +++ b/tests/sanity/ignore-2.12.txt @@ -0,0 +1,2 @@ +tests/utils/shippable/check_matrix.py replace-urlopen +tests/utils/shippable/timing.py shebang