2022-08-05 14:03:38 +02:00
|
|
|
---
|
|
|
|
# Copyright (c) Ansible Project
|
|
|
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
2020-12-17 19:13:12 +01:00
|
|
|
trigger:
|
|
|
|
batch: true
|
|
|
|
branches:
|
|
|
|
include:
|
|
|
|
- main
|
|
|
|
- stable-*
|
|
|
|
|
|
|
|
pr:
|
|
|
|
autoCancel: true
|
|
|
|
branches:
|
|
|
|
include:
|
|
|
|
- main
|
|
|
|
- stable-*
|
|
|
|
|
|
|
|
schedules:
|
2021-02-03 13:06:03 +01:00
|
|
|
- cron: 0 8 * * *
|
2021-04-30 22:13:46 +02:00
|
|
|
displayName: Nightly (main)
|
2020-12-17 19:13:12 +01:00
|
|
|
always: true
|
|
|
|
branches:
|
|
|
|
include:
|
|
|
|
- main
|
2021-04-30 22:13:46 +02:00
|
|
|
- cron: 0 10 * * *
|
|
|
|
displayName: Nightly (active stable branches)
|
|
|
|
always: true
|
|
|
|
branches:
|
|
|
|
include:
|
2022-11-07 21:51:24 +01:00
|
|
|
- stable-6
|
2022-05-17 13:40:08 +02:00
|
|
|
- stable-5
|
2021-04-30 22:13:46 +02:00
|
|
|
- cron: 0 11 * * 0
|
|
|
|
displayName: Weekly (old stable branches)
|
2021-04-26 18:43:14 +02:00
|
|
|
always: true
|
|
|
|
branches:
|
|
|
|
include:
|
2022-11-06 12:52:45 +01:00
|
|
|
- stable-4
|
2020-12-17 19:13:12 +01:00
|
|
|
|
|
|
|
variables:
|
|
|
|
- name: checkoutPath
|
|
|
|
value: ansible_collections/community/general
|
|
|
|
- name: coverageBranches
|
|
|
|
value: main
|
|
|
|
- name: pipelinesCoverage
|
|
|
|
value: coverage
|
|
|
|
- name: entryPoint
|
|
|
|
value: tests/utils/shippable/shippable.sh
|
|
|
|
- name: fetchDepth
|
|
|
|
value: 0
|
|
|
|
|
|
|
|
resources:
|
|
|
|
containers:
|
|
|
|
- container: default
|
2022-06-12 07:58:23 +02:00
|
|
|
image: quay.io/ansible/azure-pipelines-test-container:3.0.0
|
2020-12-17 19:13:12 +01:00
|
|
|
|
|
|
|
pool: Standard
|
|
|
|
|
|
|
|
stages:
|
|
|
|
### Sanity
|
|
|
|
- stage: Sanity_devel
|
|
|
|
displayName: Sanity devel
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Test {0}
|
|
|
|
testFormat: devel/sanity/{0}
|
|
|
|
targets:
|
|
|
|
- test: 1
|
|
|
|
- test: 2
|
|
|
|
- test: 3
|
|
|
|
- test: 4
|
|
|
|
- test: extra
|
2022-09-21 07:58:52 +02:00
|
|
|
- stage: Sanity_2_14
|
|
|
|
displayName: Sanity 2.14
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Test {0}
|
|
|
|
testFormat: 2.14/sanity/{0}
|
|
|
|
targets:
|
|
|
|
- test: 1
|
|
|
|
- test: 2
|
|
|
|
- test: 3
|
|
|
|
- test: 4
|
2022-03-29 07:03:35 +02:00
|
|
|
- stage: Sanity_2_13
|
|
|
|
displayName: Sanity 2.13
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Test {0}
|
|
|
|
testFormat: 2.13/sanity/{0}
|
|
|
|
targets:
|
|
|
|
- test: 1
|
|
|
|
- test: 2
|
|
|
|
- test: 3
|
|
|
|
- test: 4
|
2021-09-28 15:35:33 +02:00
|
|
|
- stage: Sanity_2_12
|
|
|
|
displayName: Sanity 2.12
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Test {0}
|
|
|
|
testFormat: 2.12/sanity/{0}
|
|
|
|
targets:
|
|
|
|
- test: 1
|
|
|
|
- test: 2
|
|
|
|
- test: 3
|
|
|
|
- test: 4
|
2020-12-17 19:13:12 +01:00
|
|
|
### Units
|
|
|
|
- stage: Units_devel
|
|
|
|
displayName: Units devel
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Python {0}
|
|
|
|
testFormat: devel/units/{0}/1
|
|
|
|
targets:
|
|
|
|
- test: 2.7
|
|
|
|
- test: 3.5
|
|
|
|
- test: 3.6
|
|
|
|
- test: 3.7
|
|
|
|
- test: 3.8
|
|
|
|
- test: 3.9
|
2021-05-11 07:52:57 +02:00
|
|
|
- test: '3.10'
|
2022-09-21 07:58:52 +02:00
|
|
|
- test: '3.11'
|
|
|
|
- stage: Units_2_14
|
|
|
|
displayName: Units 2.14
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Python {0}
|
|
|
|
testFormat: 2.14/units/{0}/1
|
|
|
|
targets:
|
|
|
|
- test: 2.7
|
|
|
|
- test: 3.9
|
2022-03-29 07:03:35 +02:00
|
|
|
- stage: Units_2_13
|
|
|
|
displayName: Units 2.13
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Python {0}
|
|
|
|
testFormat: 2.13/units/{0}/1
|
|
|
|
targets:
|
|
|
|
- test: 2.7
|
|
|
|
- test: 3.8
|
2021-09-28 15:35:33 +02:00
|
|
|
- stage: Units_2_12
|
|
|
|
displayName: Units 2.12
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Python {0}
|
|
|
|
testFormat: 2.12/units/{0}/1
|
|
|
|
targets:
|
|
|
|
- test: 2.6
|
|
|
|
- test: 3.8
|
2020-12-17 19:13:12 +01:00
|
|
|
|
|
|
|
## Remote
|
2022-12-21 07:31:46 +01:00
|
|
|
- stage: Remote_devel_extra_vms
|
|
|
|
displayName: Remote devel extra VMs
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
testFormat: devel/{0}
|
|
|
|
targets:
|
2023-01-07 17:19:58 +01:00
|
|
|
- name: Alpine 3.17
|
|
|
|
test: alpine/3.17
|
|
|
|
# - name: Fedora 37
|
|
|
|
# test: fedora/37
|
2022-12-21 07:31:46 +01:00
|
|
|
# - name: Ubuntu 20.04
|
|
|
|
# test: ubuntu/20.04
|
|
|
|
- name: Ubuntu 22.04
|
|
|
|
test: ubuntu/22.04
|
|
|
|
groups:
|
|
|
|
- vm
|
2020-12-17 19:13:12 +01:00
|
|
|
- stage: Remote_devel
|
|
|
|
displayName: Remote devel
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
testFormat: devel/{0}
|
|
|
|
targets:
|
2023-03-08 22:46:09 +01:00
|
|
|
- name: macOS 13.2
|
|
|
|
test: macos/13.2
|
2021-02-11 10:24:58 +01:00
|
|
|
- name: RHEL 7.9
|
|
|
|
test: rhel/7.9
|
2023-01-07 17:19:58 +01:00
|
|
|
- name: RHEL 9.1
|
|
|
|
test: rhel/9.1
|
2022-05-22 17:20:30 +02:00
|
|
|
- name: FreeBSD 13.1
|
|
|
|
test: freebsd/13.1
|
2023-01-07 17:19:58 +01:00
|
|
|
- name: FreeBSD 12.4
|
|
|
|
test: freebsd/12.4
|
2020-12-17 19:13:12 +01:00
|
|
|
groups:
|
|
|
|
- 1
|
|
|
|
- 2
|
|
|
|
- 3
|
2022-09-21 07:58:52 +02:00
|
|
|
- stage: Remote_2_14
|
|
|
|
displayName: Remote 2.14
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
testFormat: 2.14/{0}
|
|
|
|
targets:
|
|
|
|
- name: RHEL 9.0
|
|
|
|
test: rhel/9.0
|
2022-12-21 07:31:46 +01:00
|
|
|
- name: FreeBSD 12.3
|
|
|
|
test: freebsd/12.3
|
2022-09-21 07:58:52 +02:00
|
|
|
groups:
|
|
|
|
- 1
|
|
|
|
- 2
|
|
|
|
- 3
|
2022-03-29 07:03:35 +02:00
|
|
|
- stage: Remote_2_13
|
|
|
|
displayName: Remote 2.13
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
testFormat: 2.13/{0}
|
|
|
|
targets:
|
|
|
|
- name: macOS 12.0
|
|
|
|
test: macos/12.0
|
|
|
|
- name: RHEL 8.5
|
|
|
|
test: rhel/8.5
|
|
|
|
groups:
|
|
|
|
- 1
|
|
|
|
- 2
|
|
|
|
- 3
|
2021-09-28 15:35:33 +02:00
|
|
|
- stage: Remote_2_12
|
|
|
|
displayName: Remote 2.12
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
testFormat: 2.12/{0}
|
|
|
|
targets:
|
|
|
|
- name: macOS 11.1
|
|
|
|
test: macos/11.1
|
|
|
|
- name: RHEL 8.4
|
|
|
|
test: rhel/8.4
|
|
|
|
- name: FreeBSD 13.0
|
|
|
|
test: freebsd/13.0
|
|
|
|
groups:
|
|
|
|
- 1
|
|
|
|
- 2
|
2022-04-26 12:48:01 +02:00
|
|
|
- 3
|
2020-12-17 19:13:12 +01:00
|
|
|
|
|
|
|
### Docker
|
|
|
|
- stage: Docker_devel
|
|
|
|
displayName: Docker devel
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
testFormat: devel/linux/{0}
|
|
|
|
targets:
|
|
|
|
- name: CentOS 7
|
|
|
|
test: centos7
|
2023-01-07 17:19:58 +01:00
|
|
|
- name: Fedora 37
|
|
|
|
test: fedora37
|
2022-04-02 18:06:28 +02:00
|
|
|
- name: openSUSE 15
|
2020-12-17 19:13:12 +01:00
|
|
|
test: opensuse15
|
2022-05-27 10:59:58 +02:00
|
|
|
- name: Ubuntu 20.04
|
|
|
|
test: ubuntu2004
|
2022-05-22 17:20:30 +02:00
|
|
|
- name: Ubuntu 22.04
|
|
|
|
test: ubuntu2204
|
2022-02-21 21:14:45 +01:00
|
|
|
- name: Alpine 3
|
|
|
|
test: alpine3
|
2020-12-17 19:13:12 +01:00
|
|
|
groups:
|
|
|
|
- 1
|
|
|
|
- 2
|
|
|
|
- 3
|
2022-09-21 07:58:52 +02:00
|
|
|
- stage: Docker_2_14
|
|
|
|
displayName: Docker 2.14
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
testFormat: 2.14/linux/{0}
|
|
|
|
targets:
|
2023-01-07 17:19:58 +01:00
|
|
|
- name: Fedora 36
|
|
|
|
test: fedora36
|
2022-09-21 07:58:52 +02:00
|
|
|
groups:
|
|
|
|
- 1
|
|
|
|
- 2
|
|
|
|
- 3
|
2022-03-29 07:03:35 +02:00
|
|
|
- stage: Docker_2_13
|
|
|
|
displayName: Docker 2.13
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
testFormat: 2.13/linux/{0}
|
|
|
|
targets:
|
|
|
|
- name: Fedora 35
|
|
|
|
test: fedora35
|
2022-04-02 18:06:28 +02:00
|
|
|
- name: openSUSE 15 py2
|
|
|
|
test: opensuse15py2
|
2022-03-29 07:03:35 +02:00
|
|
|
- name: Alpine 3
|
|
|
|
test: alpine3
|
|
|
|
groups:
|
|
|
|
- 1
|
|
|
|
- 2
|
|
|
|
- 3
|
2021-09-28 15:35:33 +02:00
|
|
|
- stage: Docker_2_12
|
|
|
|
displayName: Docker 2.12
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
testFormat: 2.12/linux/{0}
|
|
|
|
targets:
|
2021-10-01 12:50:00 +02:00
|
|
|
- name: CentOS 6
|
|
|
|
test: centos6
|
2021-09-28 15:35:33 +02:00
|
|
|
- name: Fedora 34
|
|
|
|
test: fedora34
|
2022-05-27 10:59:58 +02:00
|
|
|
- name: Ubuntu 18.04
|
|
|
|
test: ubuntu1804
|
2021-09-28 15:35:33 +02:00
|
|
|
groups:
|
|
|
|
- 1
|
|
|
|
- 2
|
|
|
|
- 3
|
2020-12-17 19:13:12 +01:00
|
|
|
|
2022-02-21 21:14:45 +01:00
|
|
|
### Community Docker
|
|
|
|
- stage: Docker_community_devel
|
|
|
|
displayName: Docker (community images) devel
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
testFormat: devel/linux-community/{0}
|
|
|
|
targets:
|
|
|
|
- name: Debian Bullseye
|
|
|
|
test: debian-bullseye/3.9
|
2023-02-22 17:18:58 +01:00
|
|
|
- name: ArchLinux
|
|
|
|
test: archlinux/3.10
|
2022-02-21 21:14:45 +01:00
|
|
|
- name: CentOS Stream 8
|
2022-12-09 15:10:48 +01:00
|
|
|
test: centos-stream8/3.9
|
2022-02-21 21:14:45 +01:00
|
|
|
groups:
|
|
|
|
- 1
|
|
|
|
- 2
|
|
|
|
- 3
|
|
|
|
|
2022-10-11 07:34:36 +02:00
|
|
|
### Generic
|
|
|
|
- stage: Generic_devel
|
|
|
|
displayName: Generic devel
|
2020-12-17 19:13:12 +01:00
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Python {0}
|
2022-10-11 07:34:36 +02:00
|
|
|
testFormat: devel/generic/{0}/1
|
2021-09-28 15:35:33 +02:00
|
|
|
targets:
|
|
|
|
- test: 2.7
|
2022-09-21 07:58:52 +02:00
|
|
|
- test: '3.11'
|
2022-10-11 07:34:36 +02:00
|
|
|
- stage: Generic_2_14
|
|
|
|
displayName: Generic 2.14
|
2022-09-21 07:58:52 +02:00
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Python {0}
|
2022-10-11 07:34:36 +02:00
|
|
|
testFormat: 2.14/generic/{0}/1
|
2022-09-21 07:58:52 +02:00
|
|
|
targets:
|
2022-03-29 07:03:35 +02:00
|
|
|
- test: '3.10'
|
2022-10-11 07:34:36 +02:00
|
|
|
- stage: Generic_2_13
|
|
|
|
displayName: Generic 2.13
|
2022-03-29 07:03:35 +02:00
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Python {0}
|
2022-10-11 07:34:36 +02:00
|
|
|
testFormat: 2.13/generic/{0}/1
|
2022-03-29 07:03:35 +02:00
|
|
|
targets:
|
2021-09-28 15:35:33 +02:00
|
|
|
- test: 3.9
|
2022-10-11 07:34:36 +02:00
|
|
|
- stage: Generic_2_12
|
|
|
|
displayName: Generic 2.12
|
2021-09-28 15:35:33 +02:00
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Python {0}
|
2022-10-11 07:34:36 +02:00
|
|
|
testFormat: 2.12/generic/{0}/1
|
2021-04-06 07:32:59 +02:00
|
|
|
targets:
|
|
|
|
- test: 3.8
|
2022-04-26 11:51:01 +02:00
|
|
|
|
2020-12-17 19:13:12 +01:00
|
|
|
- stage: Summary
|
|
|
|
condition: succeededOrFailed()
|
|
|
|
dependsOn:
|
|
|
|
- Sanity_devel
|
2021-09-28 15:35:33 +02:00
|
|
|
- Sanity_2_12
|
2022-03-29 07:03:35 +02:00
|
|
|
- Sanity_2_13
|
2022-09-21 07:58:52 +02:00
|
|
|
- Sanity_2_14
|
2020-12-17 19:13:12 +01:00
|
|
|
- Units_devel
|
2021-09-28 15:35:33 +02:00
|
|
|
- Units_2_12
|
2022-03-29 07:03:35 +02:00
|
|
|
- Units_2_13
|
2022-09-21 07:58:52 +02:00
|
|
|
- Units_2_14
|
2022-12-21 07:31:46 +01:00
|
|
|
- Remote_devel_extra_vms
|
2020-12-17 19:13:12 +01:00
|
|
|
- Remote_devel
|
2021-09-28 15:35:33 +02:00
|
|
|
- Remote_2_12
|
2022-03-29 07:03:35 +02:00
|
|
|
- Remote_2_13
|
2022-09-21 07:58:52 +02:00
|
|
|
- Remote_2_14
|
2020-12-17 19:13:12 +01:00
|
|
|
- Docker_devel
|
2021-09-28 15:35:33 +02:00
|
|
|
- Docker_2_12
|
2022-03-29 07:03:35 +02:00
|
|
|
- Docker_2_13
|
2022-09-21 07:58:52 +02:00
|
|
|
- Docker_2_14
|
2022-02-21 21:14:45 +01:00
|
|
|
- Docker_community_devel
|
2023-01-07 14:08:34 +01:00
|
|
|
# Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled.
|
|
|
|
# - Generic_devel
|
|
|
|
# - Generic_2_12
|
|
|
|
# - Generic_2_13
|
|
|
|
# - Generic_2_14
|
2020-12-17 19:13:12 +01:00
|
|
|
jobs:
|
|
|
|
- template: templates/coverage.yml
|