Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ stages:
parameters:
testFormat: devel/linux/{0}/1
targets:
- name: Fedora 41
test: fedora41
- name: Fedora 42
test: fedora42
- name: Ubuntu 24.04
test: ubuntu2404
- name: Ubuntu 22.04
Expand All @@ -133,8 +133,8 @@ stages:
parameters:
testFormat: 2.19/linux/{0}/1
targets:
- name: Fedora 41
test: fedora41
- name: Fedora 42
test: fedora42
- name: Ubuntu 24.04
test: ubuntu2404
- name: Ubuntu 22.04
Expand Down Expand Up @@ -193,8 +193,8 @@ stages:
targets:
- name: RHEL 10.0
test: rhel/10.0
- name: RHEL 9.5
test: rhel/9.5
- name: RHEL 9.6
test: rhel/9.6

- stage: Remote_2_19
displayName: Remote 2.19
Expand All @@ -204,8 +204,8 @@ stages:
parameters:
testFormat: 2.19/{0}/1
targets:
- name: RHEL 9.5
test: rhel/9.5
- name: RHEL 9.6
test: rhel/9.6

- stage: Remote_2_18
displayName: Remote devel
Expand Down
Loading