schutzbot: run EL integration tests in PSI
We need RH internal repos which are not available in AWS.
This commit is contained in:
parent
c6cf9de85d
commit
8ccbde8591
1 changed files with 2 additions and 2 deletions
4
schutzbot/Jenkinsfile
vendored
4
schutzbot/Jenkinsfile
vendored
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue