From 654426c9aa818512d0906724f758e4f0fd59305c Mon Sep 17 00:00:00 2001 From: Michal Konečný Date: Aug 09 2022 14:22:15 +0000 Subject: Fix the temp folder CI issue Default machine that is requested by cico is CentOS 7 machine which contains old version of podman. This is causing the https://pagure.io/centos-infra/issue/853. Signed-off-by: Michal Konečný --- diff --git a/.cico.pipeline b/.cico.pipeline index f4f6881..cfadb78 100644 --- a/.cico.pipeline +++ b/.cico.pipeline @@ -36,7 +36,7 @@ node('cico-workspace') { stage('Allocate Node'){ duffy_rtn=sh( - script: 'cico --debug node get -f value -c hostname -c comment', + script: 'cico --debug node get --release 8-stream -f value -c hostname -c comment', returnStdout: true ).trim().tokenize(' ') env.DUFFY_NODE=duffy_rtn[0]