schutzbot: build osbuild for aarch64 RHEL8/CentOS 8

needed for
https://github.com/osbuild/osbuild-composer/pull/1229
This commit is contained in:
Aleksandar Todorov 2021-02-23 18:35:31 +02:00 committed by Ondřej Budai
parent e7b9fb6db7
commit e4e527b5b7

21
schutzbot/Jenkinsfile vendored
View file

@ -73,6 +73,17 @@ pipeline {
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') {
agent { label "rhel84cloudbase && x86_64 && psi" }
environment {
@ -94,6 +105,16 @@ pipeline {
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") {