Re-enable RHEL 8.3 mock build
Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
parent
bd8168adbd
commit
ffb846d3b5
1 changed files with 14 additions and 15 deletions
29
schutzbot/Jenkinsfile
vendored
29
schutzbot/Jenkinsfile
vendored
|
|
@ -65,21 +65,20 @@ pipeline {
|
|||
)
|
||||
}
|
||||
}
|
||||
// NOTE(mhayden): Disabling this for now since we don't have
|
||||
// access to these repositories in AWS.
|
||||
// stage('RHEL 8.3 Nightly') {
|
||||
// agent { label "rhel83 && psi" }
|
||||
// environment {
|
||||
// AWS_CREDS = credentials('aws-credentials-osbuildci')
|
||||
// }
|
||||
// steps {
|
||||
// sh "schutzbot/mockbuild.sh"
|
||||
// stash (
|
||||
// includes: 'osbuild-mock.repo',
|
||||
// name: 'rhel83'
|
||||
// )
|
||||
// }
|
||||
// }
|
||||
// NOTE(mhayden): RHEL 8.3 is only available in PSI for now.
|
||||
stage('RHEL 8.3 Nightly') {
|
||||
agent { label "rhel83 && psi" }
|
||||
environment {
|
||||
AWS_CREDS = credentials('aws-credentials-osbuildci')
|
||||
}
|
||||
steps {
|
||||
sh "schutzbot/mockbuild.sh"
|
||||
stash (
|
||||
includes: 'osbuild-mock.repo',
|
||||
name: 'rhel83'
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("Functional Testing") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue