From 9595687196cb244df5d78882498820594423a619 Mon Sep 17 00:00:00 2001 From: Dominik Wombacher Date: Jun 03 2024 09:38:01 +0000 Subject: tests(cico): Switch to CentOS Stream 9. CentOS Stream 8 duffy nodes were removed from configuration and pool cleared out because of EOL. --- diff --git a/.cico.pipeline b/.cico.pipeline index 3f27f3e..3696fad 100644 --- a/.cico.pipeline +++ b/.cico.pipeline @@ -36,7 +36,7 @@ node('cico-workspace') { stage('Allocate Node'){ duffy_rtn=sh( - script: 'duffy client --url https://duffy.ci.centos.org/api/v1 --auth-name pagure --auth-key $CICO_API_KEY request-session pool=virt-ec2-t2-centos-8s-x86_64,quantity=1', + script: 'duffy client --url https://duffy.ci.centos.org/api/v1 --auth-name pagure --auth-key $CICO_API_KEY request-session pool=virt-ec2-t2-centos-9s-x86_64,quantity=1', returnStdout: true ) def jsonObj = readJSON text: duffy_rtn @@ -81,4 +81,4 @@ node('cico-workspace') { } } -} \ No newline at end of file +}