schutzbot: build osbuild for aarch64 RHEL8/CentOS 8
needed for https://github.com/osbuild/osbuild-composer/pull/1229
This commit is contained in:
parent
e7b9fb6db7
commit
e4e527b5b7
1 changed files with 21 additions and 0 deletions
21
schutzbot/Jenkinsfile
vendored
21
schutzbot/Jenkinsfile
vendored
|
|
@ -73,6 +73,17 @@ pipeline {
|
||||||
sh "schutzbot/mockbuild.sh"
|
sh "schutzbot/mockbuild.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('RHEL 8 aarch64 CDN') {
|
||||||
|
agent { label "rhel8cloudbase && aarch64 && aws" }
|
||||||
|
environment {
|
||||||
|
AWS_CREDS = credentials('aws-credentials-osbuildci')
|
||||||
|
RHN_REGISTRATION_SCRIPT = credentials('rhn-register-script-production')
|
||||||
|
}
|
||||||
|
steps {
|
||||||
|
sh "schutzbot/ci_details.sh"
|
||||||
|
sh "schutzbot/mockbuild.sh"
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('RHEL 8.4') {
|
stage('RHEL 8.4') {
|
||||||
agent { label "rhel84cloudbase && x86_64 && psi" }
|
agent { label "rhel84cloudbase && x86_64 && psi" }
|
||||||
environment {
|
environment {
|
||||||
|
|
@ -94,6 +105,16 @@ pipeline {
|
||||||
sh "schutzbot/mockbuild.sh"
|
sh "schutzbot/mockbuild.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('CS8 aarch64') {
|
||||||
|
agent { label "cs8cloudbase && aarch64 && aws" }
|
||||||
|
environment {
|
||||||
|
AWS_CREDS = credentials('aws-credentials-osbuildci')
|
||||||
|
}
|
||||||
|
steps {
|
||||||
|
sh "schutzbot/ci_details.sh"
|
||||||
|
sh "schutzbot/mockbuild.sh"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("Functional Testing") {
|
stage("Functional Testing") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue