🏠 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:
parent
a40f93e046
commit
fe1777102e
1 changed files with 1 additions and 1 deletions
2
schutzbot/Jenkinsfile
vendored
2
schutzbot/Jenkinsfile
vendored
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue