diff --git a/schutzbot/Jenkinsfile b/schutzbot/Jenkinsfile index 837334a..e1f389d 100644 --- a/schutzbot/Jenkinsfile +++ b/schutzbot/Jenkinsfile @@ -96,7 +96,7 @@ pipeline { } } stage('EL8 Integration') { - agent { label "rhel8cloudbase && x86_64 && aws" } + agent { label "rhel8cloudbase && x86_64 && psi" } environment { TEST_TYPE = "integration" AWS_CREDS = credentials('aws-credentials-osbuildci')