Disable Jenkins CI for RHEL temporarily
This commit is contained in:
parent
08594bd66d
commit
2e34a94980
1 changed files with 11 additions and 11 deletions
22
jenkins/Jenkinsfile
vendored
22
jenkins/Jenkinsfile
vendored
|
|
@ -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.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue