From 42d98de1817fe32c8493c1b622266708a10af1f1 Mon Sep 17 00:00:00 2001 From: surenh2oai <> Date: Mon, 23 Dec 2019 14:02:21 -0500 Subject: [PATCH] modified ppc node label --- ci/Jenkinsfile.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.groovy b/ci/Jenkinsfile.groovy index 5db66bf003..913950f92c 100644 --- a/ci/Jenkinsfile.groovy +++ b/ci/Jenkinsfile.groovy @@ -33,7 +33,7 @@ buildSummary.get().addStagesSummary(this, new StagesSummary()) X86_64_BUILD_NODE_LABEL = "buildMachine" NODE_LABEL = 'docker && !mr-0xc8' OSX_NODE_LABEL = 'osx' -PPC_NODE_LABEL = 'ibm-power-dt ibm-power-gpu-dt' +PPC_NODE_LABEL = 'ibm-power-dt' RELEASE_NODE_LABEL = 'master' RELEASE_BRANCH_PREFIX = 'rel-' CREDS_ID = 'h2o-ops-personal-auth-token'