diff options
Diffstat (limited to 'ansible_collections/hetzner/hcloud/.azure-pipelines/azure-pipelines.yml')
-rw-r--r-- | ansible_collections/hetzner/hcloud/.azure-pipelines/azure-pipelines.yml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/ansible_collections/hetzner/hcloud/.azure-pipelines/azure-pipelines.yml b/ansible_collections/hetzner/hcloud/.azure-pipelines/azure-pipelines.yml index 8300381b4..aaf5c21e6 100644 --- a/ansible_collections/hetzner/hcloud/.azure-pipelines/azure-pipelines.yml +++ b/ansible_collections/hetzner/hcloud/.azure-pipelines/azure-pipelines.yml @@ -77,16 +77,6 @@ stages: - name: Sanity test: 2.14/sanity - - stage: Sanity_2_13 - displayName: Sanity 2.13 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - targets: - - name: Sanity - test: 2.13/sanity - ### Units - stage: Units_devel displayName: Units devel @@ -128,16 +118,6 @@ stages: - name: (py3.9) test: 2.14/units/3.9 - - stage: Units_2_13 - displayName: Units 2.13 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - targets: - - name: (py3.8) - test: 2.13/units/3.8 - ## Integration - stage: Integration_devel displayName: Integration devel @@ -183,17 +163,6 @@ stages: - name: (py3.9) test: 2.14/integration/3.9 - - stage: Integration_2_13 - displayName: Integration 2.13 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - groups: [1, 2, 3] - targets: - - name: (py3.8) - test: 2.13/integration/3.8 - ### Finally - stage: Summary condition: succeededOrFailed() @@ -202,16 +171,13 @@ stages: - Sanity_2_16 - Sanity_2_15 - Sanity_2_14 - - Sanity_2_13 - Units_devel - Units_2_16 - Units_2_15 - Units_2_14 - - Units_2_13 - Integration_devel - Integration_2_16 - Integration_2_15 - Integration_2_14 - - Integration_2_13 jobs: - template: templates/coverage.yml |