From 8ccbde8591e80c036f4b4201d8dff132437e304b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Tue, 15 Sep 2020 15:34:51 +0200 Subject: [PATCH] schutzbot: run EL integration tests in PSI We need RH internal repos which are not available in AWS. --- schutzbot/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schutzbot/Jenkinsfile b/schutzbot/Jenkinsfile index f1c24d8ee..294dfcf3f 100644 --- a/schutzbot/Jenkinsfile +++ b/schutzbot/Jenkinsfile @@ -261,7 +261,7 @@ pipeline { } } stage('EL8 Integration') { - agent { label "rhel8cloudbase && x86_64 && aws" } + agent { label "rhel8cloudbase && x86_64 && psi" } environment { TEST_TYPE = "integration" AWS_CREDS = credentials('aws-credentials-osbuildci') @@ -316,7 +316,7 @@ pipeline { } } stage('EL8.3 Integration') { - agent { label "rhel83cloudbase && x86_64 && aws" } + agent { label "rhel83cloudbase && x86_64 && psi" } environment { TEST_TYPE = "integration" AWS_CREDS = credentials('aws-credentials-osbuildci')