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"
}
}
stage('RHEL 8.2 base') {
agent {
label "rhel82"
}
environment {
TEST_TYPE = "base"
}
steps {
sh "jenkins/run_tests.sh"
}
}
//stage('RHEL 8.2 base') {
// agent {
// label "rhel82"
// }
// environment {
// TEST_TYPE = "base"
// }
// steps {
// sh "jenkins/run_tests.sh"
// }
//}
// Disable RHEL 8.3 image testing for now until we work out the
// QEMU issues there.
//