CI: run rhel8 integration test in PSI
We need access to internal repos, only available in PSI.
This commit is contained in:
parent
78cef84f67
commit
cde65d1f74
1 changed files with 1 additions and 1 deletions
2
schutzbot/Jenkinsfile
vendored
2
schutzbot/Jenkinsfile
vendored
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue