schutzbot: run EL integration tests in PSI

We need RH internal repos which are not available in AWS.
This commit is contained in:
Ondřej Budai 2020-09-15 15:34:51 +02:00 committed by Tom Gundersen
parent c6cf9de85d
commit 8ccbde8591

View file

@ -261,7 +261,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')
@ -316,7 +316,7 @@ pipeline {
}
}
stage('EL8.3 Integration') {
agent { label "rhel83cloudbase && x86_64 && aws" }
agent { label "rhel83cloudbase && x86_64 && psi" }
environment {
TEST_TYPE = "integration"
AWS_CREDS = credentials('aws-credentials-osbuildci')