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"
|
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.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue