schutzbot: do not run the nightly test for the EL9 integration test
This was probably forgotten in the original commit that add EL9 tests. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
22957bf963
commit
f977a3703b
1 changed files with 7 additions and 0 deletions
7
schutzbot/Jenkinsfile
vendored
7
schutzbot/Jenkinsfile
vendored
|
|
@ -594,6 +594,13 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('EL9.0 Integration') {
|
||||
when {
|
||||
beforeAgent true
|
||||
expression {
|
||||
return env.BUILD_CAUSE != 'cron';
|
||||
}
|
||||
}
|
||||
|
||||
agent { label "rhel84cloudbase && x86_64 && psi" }
|
||||
environment {
|
||||
TEST_TYPE = "integration"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue