From fe1777102e25685edd953f3a3b624ff572002c09 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Thu, 30 Jul 2020 08:53:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=A0=20Keep=20RHEL=208=20image=20tests?= =?UTF-8?q?=20internal=20only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The image tests for RHEL 8 still download packages from a server that is only available inside the Red Hat network. 😢 Signed-off-by: Major Hayden --- schutzbot/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schutzbot/Jenkinsfile b/schutzbot/Jenkinsfile index d33bb9e11..3b43a3b92 100644 --- a/schutzbot/Jenkinsfile +++ b/schutzbot/Jenkinsfile @@ -273,7 +273,7 @@ pipeline { } } stage('EL8.3 Image') { - agent { label "rhel83cloudbase && x86_64" } + agent { label "rhel83cloudbase && psi && x86_64" } environment { TEST_TYPE = "image" AWS_CREDS = credentials('aws-credentials-osbuildci')