diff --git a/schutzbot/Jenkinsfile b/schutzbot/Jenkinsfile index d33bb9e11..3b43a3b92 100644 --- a/schutzbot/Jenkinsfile +++ b/schutzbot/Jenkinsfile @@ -273,7 +273,7 @@ pipeline { } } stage('EL8.3 Image') { - agent { label "rhel83cloudbase && x86_64" } + agent { label "rhel83cloudbase && psi && x86_64" } environment { TEST_TYPE = "image" AWS_CREDS = credentials('aws-credentials-osbuildci')