🏠 Keep RHEL 8 image tests internal only

The image tests for RHEL 8 still download packages from a server that is
only available inside the Red Hat network. 😢

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2020-07-30 08:53:30 -05:00 committed by Ondřej Budai
parent a40f93e046
commit fe1777102e

View file

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