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:
Major Hayden 2020-05-21 08:25:56 -05:00 committed by Major Hayden
parent d92a742f28
commit 1e29ab291e

View file

@ -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") {