#5322 Fix the temp folder CI issue
Merged 2 years ago by zlopez. Opened 2 years ago by zlopez.
zlopez/pagure duffy_ci  into  master

file modified
+1 -1
@@ -36,7 +36,7 @@ 

  

      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]

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ý mkonecny@redhat.com

Pull-Request has been merged by zlopez

2 years ago

Only the test suite pagure-fedora-pip-py3 is now failing and everything else is passing. So the temp folder issue is now gone.

Metadata