CI: run rhel8 integration test in PSI

We need access to internal repos, only available in PSI.
This commit is contained in:
Christian Kellner 2020-09-16 16:40:14 +02:00
parent 78cef84f67
commit cde65d1f74

View file

@ -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')