Disable Jenkins CI for RHEL temporarily

This commit is contained in:
Major Hayden 2020-05-06 17:04:47 +00:00 committed by GitHub
parent 08594bd66d
commit 2e34a94980
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
jenkins/Jenkinsfile vendored
View file

@ -53,17 +53,17 @@ pipeline {
sh "jenkins/run_tests.sh" sh "jenkins/run_tests.sh"
} }
} }
stage('RHEL 8.2 base') { //stage('RHEL 8.2 base') {
agent { // agent {
label "rhel82" // label "rhel82"
} // }
environment { // environment {
TEST_TYPE = "base" // TEST_TYPE = "base"
} // }
steps { // steps {
sh "jenkins/run_tests.sh" // sh "jenkins/run_tests.sh"
} // }
} //}
// Disable RHEL 8.3 image testing for now until we work out the // Disable RHEL 8.3 image testing for now until we work out the
// QEMU issues there. // QEMU issues there.
// //