Skip to content

Commit

Permalink
CI: add 2.14 tests, ignore-2.15 to avoid CI failing
Browse files Browse the repository at this point in the history
  • Loading branch information
csmart committed Oct 5, 2022
1 parent 925f239 commit a00a029
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ stages:
- name: Units
test: 'devel/units/1'

- stage: Ansible_2_14
displayName: Sanity & Units 2.14
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: Sanity
test: '2.14/sanity/1'
- name: Units
test: '2.14/units/1'

- stage: Ansible_2_13
displayName: Sanity & Units 2.13
dependsOn: []
Expand Down Expand Up @@ -135,6 +147,23 @@ stages:
- name: Ubuntu 22.04
test: ubuntu2204

- stage: Docker_2_14
displayName: Docker 2.14
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: 2.14/linux/{0}/1
targets:
- name: CentOS 7
test: centos7
- name: Fedora 36
test: fedora36
- name: openSUSE 15 py3
test: opensuse15
- name: Ubuntu 20.04
test: ubuntu2004

- stage: Docker_2_13
displayName: Docker 2.13
dependsOn: []
Expand Down Expand Up @@ -276,6 +305,19 @@ stages:
- name: FreeBSD 13.1
test: freebsd/13.1

- stage: Remote_2_14
displayName: Remote 2.14
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: '2.14/{0}/1'
targets:
- name: RHEL 8.6
test: rhel/8.6
- name: FreeBSD 13.1
test: freebsd/13.1

- stage: Remote_2_13
displayName: Remote 2.13
dependsOn: []
Expand Down
2 changes: 2 additions & 0 deletions tests/sanity/ignore-2.15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tests/utils/shippable/timing.py shebang
tests/utils/shippable/check_matrix.py replace-urlopen

0 comments on commit a00a029

Please sign in to comment.