Skip to content

Commit 5190920

Browse files
ci(azure): update the azure pipeline; closes #870 (#871) (#873)
* ci(azure): update the azure pipeline; closes #870 * fix(ci): only update Azure for devel, duh * fix(test): look for the binary, not the path of the binary --------- (cherry picked from commit 9eb794e) Signed-off-by: Douglas J Hunley <[email protected]> Co-authored-by: Douglas J Hunley <[email protected]>
1 parent 867578d commit 5190920

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.azure-pipelines/azure-pipelines.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ stages:
118118
parameters:
119119
testFormat: devel/linux/{0}/1
120120
targets:
121-
- name: Fedora 41
122-
test: fedora41
121+
- name: Fedora 42
122+
test: fedora42
123123
- name: Ubuntu 24.04
124124
test: ubuntu2404
125125
- name: Ubuntu 22.04
@@ -191,8 +191,10 @@ stages:
191191
parameters:
192192
testFormat: devel/{0}/1
193193
targets:
194-
- name: RHEL 9.5
195-
test: rhel/9.5
194+
- name: RHEL 10.0
195+
test: rhel/10.0
196+
- name: RHEL 9.6
197+
test: rhel/9.6
196198

197199
- stage: Remote_2_19
198200
displayName: Remote 2.19

0 commit comments

Comments
 (0)