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:
|
2024-05-20 12:36:02 +02:00
|
|
|
- stable-9
|
2023-11-01 08:10:16 +01:00
|
|
|
- stable-8
|
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:
|
2024-05-20 12:36:02 +02:00
|
|
|
- stable-7
|
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
|
2024-06-10 20:26:38 +02:00
|
|
|
image: quay.io/ansible/azure-pipelines-test-container:6.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
|
2024-04-03 07:57:25 +02:00
|
|
|
- stage: Sanity_2_17
|
|
|
|
displayName: Sanity 2.17
|
2023-04-04 08:26:13 +02:00
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Test {0}
|
2024-04-03 07:57:25 +02:00
|
|
|
testFormat: 2.17/sanity/{0}
|
2023-04-04 08:26:13 +02:00
|
|
|
targets:
|
|
|
|
- test: 1
|
|
|
|
- test: 2
|
|
|
|
- test: 3
|
|
|
|
- test: 4
|
2024-04-03 07:57:25 +02:00
|
|
|
- stage: Sanity_2_16
|
|
|
|
displayName: Sanity 2.16
|
2022-09-21 07:58:52 +02:00
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Test {0}
|
2024-04-03 07:57:25 +02:00
|
|
|
testFormat: 2.16/sanity/{0}
|
2022-09-21 07:58:52 +02:00
|
|
|
targets:
|
|
|
|
- test: 1
|
|
|
|
- test: 2
|
|
|
|
- test: 3
|
|
|
|
- test: 4
|
2024-04-03 07:57:25 +02:00
|
|
|
- stage: Sanity_2_15
|
|
|
|
displayName: Sanity 2.15
|
2022-03-29 07:03:35 +02:00
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Test {0}
|
2024-04-03 07:57:25 +02:00
|
|
|
testFormat: 2.15/sanity/{0}
|
2022-03-29 07:03:35 +02:00
|
|
|
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: 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'
|
2023-10-04 23:23:11 +02:00
|
|
|
- test: '3.12'
|
2024-06-13 22:37:33 +02:00
|
|
|
- test: '3.13'
|
2024-04-03 07:57:25 +02:00
|
|
|
- stage: Units_2_17
|
|
|
|
displayName: Units 2.17
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Python {0}
|
|
|
|
testFormat: 2.17/units/{0}/1
|
|
|
|
targets:
|
|
|
|
- test: 3.7
|
|
|
|
- test: "3.12"
|
2023-09-19 18:03:26 +02:00
|
|
|
- stage: Units_2_16
|
|
|
|
displayName: Units 2.16
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Python {0}
|
|
|
|
testFormat: 2.16/units/{0}/1
|
|
|
|
targets:
|
2023-10-30 21:50:47 +01:00
|
|
|
- test: 2.7
|
2023-09-19 18:03:26 +02:00
|
|
|
- test: 3.6
|
|
|
|
- test: "3.11"
|
2023-04-04 08:26:13 +02:00
|
|
|
- stage: Units_2_15
|
|
|
|
displayName: Units 2.15
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Python {0}
|
2023-05-02 19:10:17 +02:00
|
|
|
testFormat: 2.15/units/{0}/1
|
2023-04-04 08:26:13 +02:00
|
|
|
targets:
|
2023-06-06 21:11:54 +02:00
|
|
|
- test: 3.5
|
2023-04-04 08:26:13 +02:00
|
|
|
- test: "3.10"
|
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:
|
2024-06-18 07:56:26 +02:00
|
|
|
- name: Alpine 3.20
|
|
|
|
test: alpine/3.20
|
|
|
|
# - name: Fedora 40
|
|
|
|
# test: fedora/40
|
2024-06-18 23:48:37 +02:00
|
|
|
- name: Ubuntu 22.04
|
|
|
|
test: ubuntu/22.04
|
|
|
|
- name: Ubuntu 24.04
|
|
|
|
test: ubuntu/24.04
|
2022-12-21 07:31:46 +01:00
|
|
|
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:
|
2024-03-12 08:04:16 +01:00
|
|
|
- name: macOS 14.3
|
|
|
|
test: macos/14.3
|
2024-06-18 23:48:37 +02:00
|
|
|
- name: RHEL 9.4
|
|
|
|
test: rhel/9.4
|
2024-03-21 22:15:52 +01:00
|
|
|
- name: FreeBSD 14.0
|
|
|
|
test: freebsd/14.0
|
2020-12-17 19:13:12 +01:00
|
|
|
groups:
|
|
|
|
- 1
|
|
|
|
- 2
|
|
|
|
- 3
|
2024-04-03 07:57:25 +02:00
|
|
|
- stage: Remote_2_17
|
|
|
|
displayName: Remote 2.17
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
testFormat: 2.17/{0}
|
|
|
|
targets:
|
|
|
|
- name: FreeBSD 13.3
|
|
|
|
test: freebsd/13.3
|
2024-06-18 07:56:26 +02:00
|
|
|
- name: RHEL 9.3
|
|
|
|
test: rhel/9.3
|
2024-04-03 07:57:25 +02:00
|
|
|
groups:
|
|
|
|
- 1
|
|
|
|
- 2
|
|
|
|
- 3
|
2023-09-19 18:03:26 +02:00
|
|
|
- stage: Remote_2_16
|
|
|
|
displayName: Remote 2.16
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
testFormat: 2.16/{0}
|
|
|
|
targets:
|
2024-03-12 08:04:16 +01:00
|
|
|
- name: macOS 13.2
|
|
|
|
test: macos/13.2
|
2023-11-15 22:21:39 +01:00
|
|
|
- name: RHEL 9.2
|
|
|
|
test: rhel/9.2
|
2023-10-04 08:25:44 +02:00
|
|
|
- name: RHEL 8.8
|
|
|
|
test: rhel/8.8
|
2024-03-21 22:15:52 +01:00
|
|
|
- name: FreeBSD 13.2
|
|
|
|
test: freebsd/13.2
|
2023-09-19 18:03:26 +02:00
|
|
|
groups:
|
|
|
|
- 1
|
|
|
|
- 2
|
|
|
|
- 3
|
2023-04-04 08:26:13 +02:00
|
|
|
- stage: Remote_2_15
|
|
|
|
displayName: Remote 2.15
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
testFormat: 2.15/{0}
|
|
|
|
targets:
|
2023-06-19 23:49:33 +02:00
|
|
|
- name: RHEL 9.1
|
|
|
|
test: rhel/9.1
|
|
|
|
- name: RHEL 8.7
|
|
|
|
test: rhel/8.7
|
2023-04-04 08:26:13 +02:00
|
|
|
- name: RHEL 7.9
|
|
|
|
test: rhel/7.9
|
2023-12-07 22:53:46 +01:00
|
|
|
# - name: FreeBSD 13.1
|
|
|
|
# test: freebsd/13.1
|
2023-12-31 14:51:57 +01:00
|
|
|
# - name: FreeBSD 12.4
|
|
|
|
# test: freebsd/12.4
|
2023-04-04 08:26:13 +02:00
|
|
|
groups:
|
|
|
|
- 1
|
|
|
|
- 2
|
|
|
|
- 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:
|
2024-06-18 07:56:26 +02:00
|
|
|
- name: Fedora 40
|
|
|
|
test: fedora40
|
|
|
|
- name: Alpine 3.20
|
|
|
|
test: alpine320
|
2022-05-22 17:20:30 +02:00
|
|
|
- name: Ubuntu 22.04
|
|
|
|
test: ubuntu2204
|
2024-06-18 23:48:37 +02:00
|
|
|
- name: Ubuntu 24.04
|
|
|
|
test: ubuntu2404
|
2024-04-03 07:57:25 +02:00
|
|
|
groups:
|
|
|
|
- 1
|
|
|
|
- 2
|
|
|
|
- 3
|
|
|
|
- stage: Docker_2_17
|
|
|
|
displayName: Docker 2.17
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
testFormat: 2.17/linux/{0}
|
|
|
|
targets:
|
2024-06-18 07:56:26 +02:00
|
|
|
- name: Fedora 39
|
|
|
|
test: fedora39
|
2024-03-22 12:48:32 +01:00
|
|
|
- name: Alpine 3.19
|
|
|
|
test: alpine319
|
2024-06-18 07:56:26 +02:00
|
|
|
- name: Ubuntu 20.04
|
|
|
|
test: ubuntu2004
|
2020-12-17 19:13:12 +01:00
|
|
|
groups:
|
|
|
|
- 1
|
|
|
|
- 2
|
|
|
|
- 3
|
2023-09-19 18:03:26 +02:00
|
|
|
- stage: Docker_2_16
|
|
|
|
displayName: Docker 2.16
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
testFormat: 2.16/linux/{0}
|
|
|
|
targets:
|
2023-11-18 14:03:16 +01:00
|
|
|
- name: Fedora 38
|
|
|
|
test: fedora38
|
2023-10-04 08:25:44 +02:00
|
|
|
- name: openSUSE 15
|
|
|
|
test: opensuse15
|
2024-03-22 12:48:32 +01:00
|
|
|
- name: Alpine 3
|
|
|
|
test: alpine3
|
2023-09-19 18:03:26 +02:00
|
|
|
groups:
|
|
|
|
- 1
|
|
|
|
- 2
|
|
|
|
- 3
|
2023-04-04 08:26:13 +02:00
|
|
|
- stage: Docker_2_15
|
|
|
|
displayName: Docker 2.15
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
testFormat: 2.15/linux/{0}
|
|
|
|
targets:
|
2023-06-26 22:12:19 +02:00
|
|
|
- name: Fedora 37
|
|
|
|
test: fedora37
|
2023-04-04 08:26:13 +02:00
|
|
|
- name: CentOS 7
|
|
|
|
test: centos7
|
|
|
|
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-06-24 16:29:16 +02:00
|
|
|
- name: Debian Bookworm
|
|
|
|
test: debian-bookworm/3.11
|
2023-02-22 17:18:58 +01:00
|
|
|
- name: ArchLinux
|
2024-04-28 17:19:54 +02:00
|
|
|
test: archlinux/3.12
|
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
|
2024-04-03 07:57:25 +02:00
|
|
|
targets:
|
|
|
|
- test: '3.8'
|
|
|
|
- test: '3.11'
|
2024-06-13 22:37:33 +02:00
|
|
|
- test: '3.13'
|
2024-04-03 07:57:25 +02:00
|
|
|
- stage: Generic_2_17
|
|
|
|
displayName: Generic 2.17
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Python {0}
|
|
|
|
testFormat: 2.17/generic/{0}/1
|
2021-09-28 15:35:33 +02:00
|
|
|
targets:
|
2023-10-04 08:25:44 +02:00
|
|
|
- test: '3.7'
|
|
|
|
- test: '3.12'
|
2023-09-19 18:03:26 +02:00
|
|
|
- stage: Generic_2_16
|
|
|
|
displayName: Generic 2.16
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Python {0}
|
|
|
|
testFormat: 2.16/generic/{0}/1
|
|
|
|
targets:
|
2023-10-04 08:25:44 +02:00
|
|
|
- test: '2.7'
|
|
|
|
- test: '3.6'
|
|
|
|
- test: '3.11'
|
2023-04-04 08:26:13 +02:00
|
|
|
- stage: Generic_2_15
|
2023-05-02 19:10:17 +02:00
|
|
|
displayName: Generic 2.15
|
2023-04-04 08:26:13 +02:00
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
nameFormat: Python {0}
|
2023-05-02 19:10:17 +02:00
|
|
|
testFormat: 2.15/generic/{0}/1
|
2023-04-04 08:26:13 +02:00
|
|
|
targets:
|
2023-10-04 08:25:44 +02:00
|
|
|
- test: '3.9'
|
2022-04-26 11:51:01 +02:00
|
|
|
|
2020-12-17 19:13:12 +01:00
|
|
|
- stage: Summary
|
|
|
|
condition: succeededOrFailed()
|
|
|
|
dependsOn:
|
|
|
|
- Sanity_devel
|
2024-04-03 07:57:25 +02:00
|
|
|
- Sanity_2_17
|
2023-09-19 18:03:26 +02:00
|
|
|
- Sanity_2_16
|
2023-04-04 08:26:13 +02:00
|
|
|
- Sanity_2_15
|
2020-12-17 19:13:12 +01:00
|
|
|
- Units_devel
|
2024-04-03 07:57:25 +02:00
|
|
|
- Units_2_17
|
2023-09-19 18:03:26 +02:00
|
|
|
- Units_2_16
|
2023-04-04 08:26:13 +02:00
|
|
|
- Units_2_15
|
2022-12-21 07:31:46 +01:00
|
|
|
- Remote_devel_extra_vms
|
2020-12-17 19:13:12 +01:00
|
|
|
- Remote_devel
|
2024-04-03 07:57:25 +02:00
|
|
|
- Remote_2_17
|
2023-09-19 18:03:26 +02:00
|
|
|
- Remote_2_16
|
2023-04-04 08:26:13 +02:00
|
|
|
- Remote_2_15
|
2020-12-17 19:13:12 +01:00
|
|
|
- Docker_devel
|
2024-04-03 07:57:25 +02:00
|
|
|
- Docker_2_17
|
2023-09-19 18:03:26 +02:00
|
|
|
- Docker_2_16
|
2023-04-04 08:26:13 +02:00
|
|
|
- Docker_2_15
|
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
|
2024-04-03 07:57:25 +02:00
|
|
|
# - Generic_2_17
|
2023-09-19 18:03:26 +02:00
|
|
|
# - Generic_2_16
|
2023-04-04 08:26:13 +02:00
|
|
|
# - Generic_2_15
|
2020-12-17 19:13:12 +01:00
|
|
|
jobs:
|
|
|
|
- template: templates/coverage.yml
|