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:
Ondřej Budai 2021-04-01 10:41:03 +02:00 committed by Ondřej Budai
parent 22957bf963
commit f977a3703b

View file

@ -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"