From 11f13680eda500869fe4ad783de56fd1ab6f5440 Mon Sep 17 00:00:00 2001 From: Douglas J Hunley Date: Wed, 30 Jul 2025 05:11:33 -0400 Subject: [PATCH] ci(azure): update the azure pipeline; closes #870 (#871) * ci(azure): update the azure pipeline; closes #870 Signed-off-by: Douglas J Hunley * fix(ci): only update Azure for devel, duh * fix(test): look for the binary, not the path of the binary --------- Signed-off-by: Douglas J Hunley (cherry picked from commit 9eb794eb178f07ba0fbf2992988c51b1f59a1dae) --- .azure-pipelines/azure-pipelines.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index ef3de17b..587696fd 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -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 @@ -191,8 +191,10 @@ stages: parameters: testFormat: devel/{0}/1 targets: - - name: RHEL 9.5 - test: rhel/9.5 + - name: RHEL 10.0 + test: rhel/10.0 + - name: RHEL 9.6 + test: rhel/9.6 - stage: Remote_2_19 displayName: Remote 2.19