CI: Add mock builds for RHEL 8.3
Now that mock building seems to be stable, let's start building RPMs for RHEL 8.3 so we can onboard it for base/image testing soon. Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
parent
d92a742f28
commit
1e29ab291e
1 changed files with 9 additions and 0 deletions
9
schutzbot/Jenkinsfile
vendored
9
schutzbot/Jenkinsfile
vendored
|
|
@ -53,6 +53,15 @@ pipeline {
|
|||
sh "schutzbot/mockbuild.sh"
|
||||
}
|
||||
}
|
||||
stage('RHEL 8.3') {
|
||||
agent { label "rhel83" }
|
||||
environment {
|
||||
OPENSTACK_CREDS = credentials('psi-openstack-clouds-yaml')
|
||||
}
|
||||
steps {
|
||||
sh "schutzbot/mockbuild.sh"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("Functional Testing") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue