Only run image tests in PSI
AWS has no nested virtualization.
This commit is contained in:
parent
7979a705b6
commit
904750965a
1 changed files with 4 additions and 4 deletions
8
schutzbot/Jenkinsfile
vendored
8
schutzbot/Jenkinsfile
vendored
|
|
@ -101,7 +101,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Fedora 31 image') {
|
||||
agent { label "fedora31" }
|
||||
agent { label "fedora31 && psi" }
|
||||
environment {
|
||||
TEST_TYPE = "image"
|
||||
AWS_CREDS = credentials('aws-credentials-osbuildci')
|
||||
|
|
@ -130,7 +130,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Fedora 32 image') {
|
||||
agent { label "fedora32" }
|
||||
agent { label "fedora32 && psi" }
|
||||
environment {
|
||||
TEST_TYPE = "image"
|
||||
AWS_CREDS = credentials('aws-credentials-osbuildci')
|
||||
|
|
@ -159,7 +159,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('RHEL 8 CDN Image') {
|
||||
agent { label "rhel8" }
|
||||
agent { label "rhel8 && psi" }
|
||||
environment {
|
||||
TEST_TYPE = "image"
|
||||
AWS_CREDS = credentials('aws-credentials-osbuildci')
|
||||
|
|
@ -204,4 +204,4 @@ void preserve_logs(test_slug) {
|
|||
artifacts: "${test_slug}/*.log"
|
||||
)
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue