Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
download_url: https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/community-docker-3.10.3.tar.gz
format_version: 1.0.0
name: docker
namespace: community
server: https://galaxy.ansible.com/api/
signatures: []
version: 3.10.3
version_url: /api/v3/plugin/ansible/content/published/collections/index/community/docker/versions/3.10.3/
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
download_url: https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/community-library_inventory_filtering_v1-1.0.1.tar.gz
format_version: 1.0.0
name: library_inventory_filtering_v1
namespace: community
server: https://galaxy.ansible.com/api/
signatures: []
version: 1.0.1
version_url: /api/v3/plugin/ansible/content/published/collections/index/community/library_inventory_filtering_v1/versions/1.0.1/
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ schedules:
always: true
branches:
include:
- stable-*
- stable-2

variables:
- name: checkoutPath
Expand All @@ -46,7 +46,7 @@ variables:
resources:
containers:
- container: default
image: quay.io/ansible/azure-pipelines-test-container:3.0.0
image: quay.io/ansible/azure-pipelines-test-container:4.0.1

pool: Standard

Expand All @@ -66,39 +66,39 @@ stages:
test: 'devel/sanity/extra'
- name: Units
test: 'devel/units/1'
- stage: Ansible_2_14
displayName: Sanity & Units 2.14
- stage: Ansible_2_17
displayName: Sanity & Units 2.17
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: Sanity
test: '2.14/sanity/1'
test: '2.17/sanity/1'
- name: Units
test: '2.14/units/1'
- stage: Ansible_2_13
displayName: Sanity & Units 2.13
test: '2.17/units/1'
- stage: Ansible_2_16
displayName: Sanity & Units 2.16
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: Sanity
test: '2.13/sanity/1'
test: '2.16/sanity/1'
- name: Units
test: '2.13/units/1'
- stage: Ansible_2_12
displayName: Sanity & Units 2.12
test: '2.16/units/1'
- stage: Ansible_2_15
displayName: Sanity & Units 2.15
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: Sanity
test: '2.12/sanity/1'
test: '2.15/sanity/1'
- name: Units
test: '2.12/units/1'
test: '2.15/units/1'

### Docker
- stage: Docker_devel
Expand All @@ -109,70 +109,68 @@ stages:
parameters:
testFormat: devel/linux/{0}
targets:
- name: CentOS 7
test: centos7
- name: Fedora 37
test: fedora37
- name: openSUSE 15
test: opensuse15
- name: Fedora 39
test: fedora39
- name: Ubuntu 20.04
test: ubuntu2004
- name: Ubuntu 22.04
test: ubuntu2204
- name: Alpine 3
test: alpine3
- name: Alpine 3.19
test: alpine319
groups:
- 4
- 5
- stage: Docker_2_14
displayName: Docker 2.14
- 6
- stage: Docker_2_17
displayName: Docker 2.17
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: 2.14/linux/{0}
testFormat: 2.17/linux/{0}
targets:
- name: Fedora 36
test: fedora36
- name: Alpine 3.19
test: alpine319
groups:
- 4
- 5
- stage: Docker_2_13
displayName: Docker 2.13
- 6
- stage: Docker_2_16
displayName: Docker 2.16
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: 2.13/linux/{0}
testFormat: 2.16/linux/{0}
targets:
- name: Fedora 38
test: fedora38
- name: CentOS 7
test: centos7
- name: Fedora 35
test: fedora35
- name: openSUSE 15 py2
test: opensuse15py2
- name: openSUSE 15
test: opensuse15
- name: Alpine 3
test: alpine3
groups:
- 4
- 5
- stage: Docker_2_12
displayName: Docker 2.12
- 6
- stage: Docker_2_15
displayName: Docker 2.15
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: 2.12/linux/{0}
testFormat: 2.15/linux/{0}
targets:
- name: Fedora 33
test: fedora33
- name: Fedora 34
test: fedora34
- name: Ubuntu 18.04
test: ubuntu1804
- name: Fedora 37
test: fedora37
- name: CentOS 7
test: centos7
groups:
- 4
- 5
- 6

### Community Docker
- stage: Docker_community_devel
Expand All @@ -185,15 +183,14 @@ stages:
targets:
- name: Debian Bullseye
test: debian-bullseye/3.9
- name: Debian Bookworm
test: debian-bookworm/3.11
- name: ArchLinux
test: archlinux/3.10
- name: CentOS Stream 8 with Python 3.6
test: centos-stream8/3.6
- name: CentOS Stream 8 with Python 3.9
test: centos-stream8/3.9
test: archlinux/3.12
groups:
- 4
- 5
- 6

### Remote
- stage: Remote_devel
Expand All @@ -204,58 +201,68 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- name: RHEL 7.9
test: rhel/7.9
- name: RHEL 9.1 with latest Docker SDK from PyPi
test: rhel/9.1-pypi-latest
- name: RHEL 9.3 with latest Docker SDK from PyPi
test: rhel/9.3-pypi-latest
# Currently always hangs in group 2
# - name: RHEL 8.8
# test: rhel/8.8
groups:
- 1
- 2
- 3
- 4
- 5
- stage: Remote_2_14
displayName: Remote 2.14
# - 6 -- Docker 26 no longer works with docker-compose v1
- stage: Remote_2_17
displayName: Remote 2.17
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: 2.14/{0}
testFormat: 2.17/{0}
targets:
- name: RHEL 9.0
test: rhel/9.0
- name: RHEL 9.3 with latest Docker SDK from PyPi
test: rhel/9.3-pypi-latest
# Currently always hangs in group 2
# - name: RHEL 8.8
# test: rhel/8.8
groups:
- 1
- 2
- 3
- 4
- 5
- stage: Remote_2_13
displayName: Remote 2.13
# - 6 -- Docker 26 no longer works with docker-compose v1
- stage: Remote_2_16
displayName: Remote 2.16
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: 2.13/{0}
testFormat: 2.16/{0}
targets:
- name: RHEL 8.5
test: rhel/8.5
- name: RHEL 9.2
test: rhel/9.2
groups:
- 1
- 2
- 3
- 4
- 5
- stage: Remote_2_12
displayName: Remote 2.12
- stage: Remote_2_15
displayName: Remote 2.15
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: 2.12/{0}
testFormat: 2.15/{0}
targets:
- name: RHEL 8.4
test: rhel/8.4
- name: RHEL 9.1
test: rhel/9.1
- name: RHEL 8.7
test: rhel/8.7
- name: RHEL 7.9
test: rhel/7.9
groups:
- 1
- 2
Expand All @@ -269,17 +276,17 @@ stages:
condition: succeededOrFailed()
dependsOn:
- Ansible_devel
- Ansible_2_14
- Ansible_2_13
- Ansible_2_12
- Ansible_2_17
- Ansible_2_16
- Ansible_2_15
- Remote_devel
- Remote_2_14
- Remote_2_13
- Remote_2_12
- Remote_2_17
- Remote_2_16
- Remote_2_15
- Docker_devel
- Docker_2_14
- Docker_2_13
- Docker_2_12
- Docker_2_17
- Docker_2_16
- Docker_2_15
- Docker_community_devel
jobs:
- template: templates/coverage.yml
Loading