schutzbot: add Fedora 33 tests
Why not?
This commit is contained in:
parent
44ef47262c
commit
eae9efeba9
1 changed files with 27 additions and 0 deletions
27
schutzbot/Jenkinsfile
vendored
27
schutzbot/Jenkinsfile
vendored
|
|
@ -52,6 +52,18 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('F33') {
|
||||||
|
agent { label "f33cloudbase && x86_64 && aws" }
|
||||||
|
environment {
|
||||||
|
AWS_CREDS = credentials('aws-credentials-osbuildci')
|
||||||
|
}
|
||||||
|
steps {
|
||||||
|
sh "schutzbot/ci_details.sh"
|
||||||
|
retry(3) {
|
||||||
|
sh "schutzbot/mockbuild.sh"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('EL8') {
|
stage('EL8') {
|
||||||
agent { label "rhel8cloudbase && x86_64 && aws" }
|
agent { label "rhel8cloudbase && x86_64 && aws" }
|
||||||
environment {
|
environment {
|
||||||
|
|
@ -86,6 +98,21 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('F33 Integration') {
|
||||||
|
agent { label "f33cloudbase && x86_64 && aws" }
|
||||||
|
environment {
|
||||||
|
TEST_TYPE = "integration"
|
||||||
|
AWS_CREDS = credentials('aws-credentials-osbuildci')
|
||||||
|
}
|
||||||
|
steps {
|
||||||
|
run_tests('integration')
|
||||||
|
}
|
||||||
|
post {
|
||||||
|
always {
|
||||||
|
preserve_logs('fedora33-integration')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('EL8 Integration') {
|
stage('EL8 Integration') {
|
||||||
agent { label "rhel8cloudbase && x86_64 && psi" }
|
agent { label "rhel8cloudbase && x86_64 && psi" }
|
||||||
environment {
|
environment {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue