Skip to content

Commit

Permalink
Update pipeline versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matoval committed Apr 5, 2024
1 parent 6e34162 commit fa83631
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,27 +121,27 @@ stages:
test: units
- name: Lint
test: lint
- stage: Sanity_2_16
displayName: Ansible 2.16 sanity
- stage: Sanity_2_17
displayName: Ansible 2.17 sanity
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: "{0}"
testFormat: "2.16/{0}"
testFormat: "2.17/{0}"
targets:
- name: Sanity
test: sanity
- name: Units
test: units
- stage: Sanity_2_15
displayName: Ansible 2.15 sanity
- stage: Sanity_2_16
displayName: Ansible 2.16 sanity
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: "{0}"
testFormat: "2.15/{0}"
testFormat: "2.16/{0}"
targets:
- name: Sanity
test: sanity
Expand Down Expand Up @@ -175,8 +175,8 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- name: RHEL 9.2
test: rhel/9.2/
- name: RHEL 9.3
test: rhel/9.3/
# - name: RHEL 8.8

Check warning on line 180 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Green

180:13 [comments-indentation] comment not indented like content

Check warning on line 180 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Blue

180:13 [comments-indentation] comment not indented like content
# test: rhel/8.8/
groups:
Expand All @@ -197,15 +197,15 @@ stages:
testFormat: devel/{0}
targets:
- name: fedora 38 container
test: fedora/38/
test: fedora/39/
groups:
- 3
- template: templates/matrix.yml
parameters:
testFormat: devel/{0}
targets:
- name: RHEL 9.2 edge-commit
test: rhel/9.2/
- name: RHEL 9.3 edge-commit
test: rhel/9.3/
# - name: RHEL 8.8 edge-commit

Check warning on line 209 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Green

209:13 [comments-indentation] comment not indented like content

Check warning on line 209 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Blue

209:13 [comments-indentation] comment not indented like content
# test: rhel/8.8/
groups:
Expand All @@ -214,8 +214,8 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- name: RHEL 9.2 edge-container
test: rhel/9.2/
- name: RHEL 9.3 edge-container
test: rhel/9.3/
# - name: RHEL 8.8 edge-container

Check warning on line 219 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Green

219:13 [comments-indentation] comment not indented like content

Check warning on line 219 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Blue

219:13 [comments-indentation] comment not indented like content
# test: rhel/8.8/
groups:
Expand Down Expand Up @@ -273,16 +273,16 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- name: fedora 38 iot-commit
test: fedora/38/
- name: fedora 39 iot-commit
test: fedora/39/
groups:
- 10
- template: templates/matrix.yml
parameters:
testFormat: devel/{0}
targets:
- name: fedora 38 iot-container
test: fedora/38/
- name: fedora 39 iot-container
test: fedora/39/
groups:
- 11

Expand All @@ -309,8 +309,8 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- name: RHEL 9.2 oci
test: rhel/9.2/
- name: RHEL 9.3 oci
test: rhel/9.3/
# - name: RHEL 8.8 oci

Check warning on line 314 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Green

314:13 [comments-indentation] comment not indented like content

Check warning on line 314 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Blue

314:13 [comments-indentation] comment not indented like content
# test: rhel/8.8/
groups:
Expand All @@ -319,8 +319,8 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- name: RHEL 9.2 openstack
test: rhel/9.2/
- name: RHEL 9.3 openstack
test: rhel/9.3/
# - name: RHEL 8.8 openstack

Check warning on line 324 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Green

324:13 [comments-indentation] comment not indented like content

Check warning on line 324 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Blue

324:13 [comments-indentation] comment not indented like content
# test: rhel/8.8/
groups:
Expand All @@ -329,8 +329,8 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- name: RHEL 9.2 qcow2
test: rhel/9.2/
- name: RHEL 9.3 qcow2
test: rhel/9.3/
# - name: RHEL 8.8 qcow2

Check warning on line 334 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Green

334:13 [comments-indentation] comment not indented like content

Check warning on line 334 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Blue

334:13 [comments-indentation] comment not indented like content
# test: rhel/8.8/
groups:
Expand All @@ -339,8 +339,8 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- name: RHEL 9.2 tar
test: rhel/9.2/
- name: RHEL 9.3 tar
test: rhel/9.3/
# - name: RHEL 8.8 tar

Check warning on line 344 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Green

344:13 [comments-indentation] comment not indented like content

Check warning on line 344 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Blue

344:13 [comments-indentation] comment not indented like content
# test: rhel/8.8/
groups:
Expand All @@ -349,8 +349,8 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- name: RHEL 9.2 vhd
test: rhel/9.2/
- name: RHEL 9.3 vhd
test: rhel/9.3/
# - name: RHEL 8.8 vhd

Check warning on line 354 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Green

354:13 [comments-indentation] comment not indented like content

Check warning on line 354 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Blue

354:13 [comments-indentation] comment not indented like content
# test: rhel/8.8/
groups:
Expand All @@ -359,8 +359,8 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- name: RHEL 9.2 vmdk
test: rhel/9.2/
- name: RHEL 9.3 vmdk
test: rhel/9.3/
# - name: RHEL 8.8 vmdk

Check warning on line 364 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Green

364:13 [comments-indentation] comment not indented like content

Check warning on line 364 in .azure-pipelines/azure-pipelines.yml

View workflow job for this annotation

GitHub Actions / Lint Blue

364:13 [comments-indentation] comment not indented like content
# test: rhel/8.8/
groups:
Expand Down

0 comments on commit fa83631

Please sign in to comment.