diff --git a/schutzbot/Jenkinsfile b/schutzbot/Jenkinsfile index b12333f7..f3578d57 100644 --- a/schutzbot/Jenkinsfile +++ b/schutzbot/Jenkinsfile @@ -82,7 +82,7 @@ pipeline { parallel { stage('Fedora 31') { - agent { label "fedora31" } + agent { label "fedora31 && psi" } environment { TEST_TYPE = "image" } steps { unstash 'fedora31' @@ -95,7 +95,7 @@ pipeline { } } stage('Fedora 32') { - agent { label "fedora32" } + agent { label "fedora32 && psi" } environment { TEST_TYPE = "image" } steps { unstash 'fedora32' @@ -108,7 +108,7 @@ pipeline { } } stage('RHEL 8 CDN') { - agent { label "rhel8" } + agent { label "rhel8 && psi" } environment { TEST_TYPE = "image" } steps { unstash 'rhel8cdn' @@ -150,4 +150,4 @@ void preserve_logs(test_slug) { artifacts: "${test_slug}/*.log" ) -} \ No newline at end of file +}