From cde65d1f74533acefb9a344a109738170ea23bb9 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Wed, 16 Sep 2020 16:40:14 +0200 Subject: [PATCH] CI: run rhel8 integration test in PSI We need access to internal repos, only available in PSI. --- schutzbot/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schutzbot/Jenkinsfile b/schutzbot/Jenkinsfile index 837334a..e1f389d 100644 --- a/schutzbot/Jenkinsfile +++ b/schutzbot/Jenkinsfile @@ -96,7 +96,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')