2021-02-03 11:40:48 +00:00
|
|
|
trigger:
|
|
|
|
batch: true
|
|
|
|
branches:
|
2023-07-11 11:23:22 +00:00
|
|
|
include: [main, stable-1]
|
2021-02-03 11:40:48 +00:00
|
|
|
|
|
|
|
pr:
|
|
|
|
autoCancel: true
|
2023-10-18 08:27:13 +00:00
|
|
|
drafts: false
|
2021-02-03 11:40:48 +00:00
|
|
|
branches:
|
2023-07-11 11:23:22 +00:00
|
|
|
include: [main, stable-1]
|
2021-02-03 11:40:48 +00:00
|
|
|
|
|
|
|
schedules:
|
|
|
|
- cron: 0 9 * * *
|
|
|
|
displayName: Nightly
|
|
|
|
always: true
|
|
|
|
branches:
|
2023-07-11 11:23:22 +00:00
|
|
|
include: [main, stable-1]
|
2021-02-03 11:40:48 +00:00
|
|
|
|
|
|
|
variables:
|
|
|
|
- name: checkoutPath
|
|
|
|
value: ansible_collections/hetzner/hcloud
|
|
|
|
- name: coverageBranches
|
2021-03-26 09:08:48 +00:00
|
|
|
value: main
|
2021-02-03 11:40:48 +00:00
|
|
|
- name: pipelinesCoverage
|
|
|
|
value: coverage
|
|
|
|
- name: entryPoint
|
2023-09-27 06:59:26 +00:00
|
|
|
value: tests/utils/ci.sh
|
2021-02-03 11:40:48 +00:00
|
|
|
- name: fetchDepth
|
|
|
|
value: 0
|
|
|
|
|
|
|
|
resources:
|
|
|
|
containers:
|
|
|
|
- container: default
|
2024-05-31 07:25:02 +00:00
|
|
|
image: quay.io/ansible/azure-pipelines-test-container:6.0.0
|
2021-02-03 11:40:48 +00:00
|
|
|
|
|
|
|
pool: Standard
|
|
|
|
|
|
|
|
stages:
|
2023-06-21 08:49:54 +00:00
|
|
|
### Sanity
|
2023-09-26 07:41:19 +00:00
|
|
|
- stage: Sanity_devel
|
2021-02-03 11:40:48 +00:00
|
|
|
displayName: Sanity devel
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
targets:
|
|
|
|
- name: Sanity
|
2023-09-27 06:59:26 +00:00
|
|
|
test: devel/sanity
|
2023-05-12 11:30:30 +00:00
|
|
|
|
2024-05-31 07:25:02 +00:00
|
|
|
- stage: Sanity_2_17
|
|
|
|
displayName: Sanity 2.17
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
targets:
|
|
|
|
- name: Sanity
|
|
|
|
test: 2.17/sanity
|
|
|
|
|
2023-09-26 07:41:19 +00:00
|
|
|
- stage: Sanity_2_16
|
2023-09-19 07:34:00 +00:00
|
|
|
displayName: Sanity 2.16
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
targets:
|
|
|
|
- name: Sanity
|
2023-09-27 06:59:26 +00:00
|
|
|
test: 2.16/sanity
|
2023-09-26 07:41:19 +00:00
|
|
|
|
|
|
|
- stage: Sanity_2_15
|
2023-05-12 11:30:30 +00:00
|
|
|
displayName: Sanity 2.15
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
targets:
|
|
|
|
- name: Sanity
|
2023-09-27 06:59:26 +00:00
|
|
|
test: 2.15/sanity
|
2023-09-26 07:41:19 +00:00
|
|
|
|
|
|
|
### Units
|
|
|
|
- stage: Units_devel
|
|
|
|
displayName: Units devel
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
targets:
|
2024-10-21 10:29:37 +00:00
|
|
|
- name: (py3.13)
|
|
|
|
test: devel/units/3.13
|
2023-09-26 07:41:19 +00:00
|
|
|
|
2024-05-31 07:25:02 +00:00
|
|
|
- stage: Units_2_17
|
|
|
|
displayName: Units 2.17
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
targets:
|
|
|
|
- name: (py3.10)
|
|
|
|
test: 2.17/units/3.10
|
|
|
|
|
2023-09-26 07:41:19 +00:00
|
|
|
- stage: Units_2_16
|
|
|
|
displayName: Units 2.16
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
targets:
|
|
|
|
- name: (py3.10)
|
|
|
|
test: 2.16/units/3.10
|
|
|
|
|
|
|
|
- stage: Units_2_15
|
|
|
|
displayName: Units 2.15
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
targets:
|
|
|
|
- name: (py3.9)
|
|
|
|
test: 2.15/units/3.9
|
|
|
|
|
|
|
|
## Integration
|
|
|
|
- stage: Integration_devel
|
|
|
|
displayName: Integration devel
|
2021-02-03 11:40:48 +00:00
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
2023-09-26 07:41:19 +00:00
|
|
|
groups: [1, 2, 3]
|
2021-02-22 21:25:44 +00:00
|
|
|
targets:
|
2024-10-21 10:29:37 +00:00
|
|
|
- name: (py3.13)
|
|
|
|
test: devel/integration/3.13
|
2023-09-19 07:34:00 +00:00
|
|
|
|
2024-05-31 07:25:02 +00:00
|
|
|
- stage: Integration_2_17
|
|
|
|
displayName: Integration 2.17
|
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
|
|
|
groups: [1, 2, 3]
|
|
|
|
targets:
|
|
|
|
- name: (py3.10)
|
|
|
|
test: 2.17/integration/3.10
|
|
|
|
|
2023-09-26 07:41:19 +00:00
|
|
|
- stage: Integration_2_16
|
|
|
|
displayName: Integration 2.16
|
2023-09-19 07:34:00 +00:00
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
2023-09-26 07:41:19 +00:00
|
|
|
groups: [1, 2, 3]
|
2023-09-19 07:34:00 +00:00
|
|
|
targets:
|
2023-09-26 07:41:19 +00:00
|
|
|
- name: (py3.10)
|
|
|
|
test: 2.16/integration/3.10
|
2021-02-22 21:25:44 +00:00
|
|
|
|
2023-09-26 07:41:19 +00:00
|
|
|
- stage: Integration_2_15
|
|
|
|
displayName: Integration 2.15
|
2023-05-12 11:30:30 +00:00
|
|
|
dependsOn: []
|
|
|
|
jobs:
|
|
|
|
- template: templates/matrix.yml
|
|
|
|
parameters:
|
2023-09-26 07:41:19 +00:00
|
|
|
groups: [1, 2, 3]
|
2023-05-12 11:30:30 +00:00
|
|
|
targets:
|
2023-09-26 07:41:19 +00:00
|
|
|
- name: (py3.9)
|
|
|
|
test: 2.15/integration/3.9
|
2023-05-12 11:30:30 +00:00
|
|
|
|
2023-06-21 08:49:54 +00:00
|
|
|
### Finally
|
2021-02-03 11:40:48 +00:00
|
|
|
- stage: Summary
|
|
|
|
condition: succeededOrFailed()
|
|
|
|
dependsOn:
|
2023-09-26 07:41:19 +00:00
|
|
|
- Sanity_devel
|
2024-05-31 07:25:02 +00:00
|
|
|
- Sanity_2_17
|
2023-09-26 07:41:19 +00:00
|
|
|
- Sanity_2_16
|
|
|
|
- Sanity_2_15
|
|
|
|
- Units_devel
|
2024-05-31 07:25:02 +00:00
|
|
|
- Units_2_17
|
2023-09-26 07:41:19 +00:00
|
|
|
- Units_2_16
|
|
|
|
- Units_2_15
|
|
|
|
- Integration_devel
|
2024-05-31 07:25:02 +00:00
|
|
|
- Integration_2_17
|
2023-09-26 07:41:19 +00:00
|
|
|
- Integration_2_16
|
|
|
|
- Integration_2_15
|
2021-02-03 11:40:48 +00:00
|
|
|
jobs:
|
|
|
|
- template: templates/coverage.yml
|