schutzbot: add mockbuild for Fedora 34
It's coming! Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
c2c4bf39c3
commit
7f4aaa8db6
1 changed files with 26 additions and 0 deletions
26
schutzbot/Jenkinsfile
vendored
26
schutzbot/Jenkinsfile
vendored
|
|
@ -92,6 +92,32 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('F34') {
|
||||||
|
agent { label "f34cloudbase && x86_64 && aws" }
|
||||||
|
environment {
|
||||||
|
AWS_CREDS = credentials('aws-credentials-osbuildci')
|
||||||
|
AWS_IMAGE_TEST_CREDS = credentials('aws-credentials-osbuild-image-test')
|
||||||
|
}
|
||||||
|
steps {
|
||||||
|
sh "schutzbot/ci_details.sh"
|
||||||
|
retry(3) {
|
||||||
|
sh "schutzbot/mockbuild.sh"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('F34 aarch64') {
|
||||||
|
agent { label "f34cloudbase && aarch64 && aws" }
|
||||||
|
environment {
|
||||||
|
AWS_CREDS = credentials('aws-credentials-osbuildci')
|
||||||
|
AWS_IMAGE_TEST_CREDS = credentials('aws-credentials-osbuild-image-test')
|
||||||
|
}
|
||||||
|
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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue