schutzbot: run the CS8 integration test on AWS

I think there's currently no reason to run it on PSI.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2021-03-15 12:03:37 +01:00 committed by Ondřej Budai
parent 2bcd040b4a
commit a6bc07fac0

View file

@ -852,7 +852,7 @@ pipeline {
}
}
agent { label "cs8cloudbase && x86_64 && psi" }
agent { label "cs8cloudbase && x86_64 && aws" }
environment {
TEST_TYPE = "integration"
DISTRO_CODE = "centos-stream8"