Skip to content

Commit

Permalink
fedora32 doesn't exist on Ansible 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gundalow committed Dec 9, 2020
1 parent 8dbead8 commit 853cb77
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ stages:
- name: Units
test: 'devel/units/1'
- stage: Ansible_2_10
displayName: Sanity & Units devel 2.10
displayName: Sanity & Units 2.10
dependsOn: []
jobs:
- template: templates/matrix.yml
Expand All @@ -67,7 +67,7 @@ stages:
- name: Units
test: '2.10/units/1'
- stage: Ansible_2_9
displayName: Sanity & Units devel 2.9
displayName: Sanity & Units h2.9
dependsOn: []
jobs:
- template: templates/matrix.yml
Expand Down Expand Up @@ -152,8 +152,9 @@ stages:
test: fedora30
- name: Fedora 31
test: fedora31
- name: Fedora 32
test: fedora32
# fedora32 doesn't exist in 2.9
# - name: Fedora 32
# test: fedora32
- name: openSUSE 15 py2
test: opensuse15py2
- name: openSUSE 15 py3
Expand Down Expand Up @@ -188,12 +189,12 @@ stages:
displayName: Remote 2.10
dependsOn: []
jobs:
- template: templates/matrix.yml
- template: templates/matrix.yml
parameters:
nameFormat: RHEL 7.8 {0}
testFormat: 2.10/rhel/7.8/{0}/1
testFormat: 2.10/{0}/1
targets:
- test: ''
- name: RHEL 7.8
test: rhel/7.8
- stage: Remote_2_9
displayName: Remote 2.9
dependsOn: []
Expand Down

0 comments on commit 853cb77

Please sign in to comment.