From 50c5557c2012dc3d04c222559fd8fd7ffdadc898 Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Mon, 24 Jan 2022 14:42:06 +0800 Subject: [PATCH] Use new label (#15355) Signed-off-by: Jenny Li --- build/ci/jenkins/QaPR.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/ci/jenkins/QaPR.groovy b/build/ci/jenkins/QaPR.groovy index 8273a2400d..7d6c650d53 100644 --- a/build/ci/jenkins/QaPR.groovy +++ b/build/ci/jenkins/QaPR.groovy @@ -16,7 +16,7 @@ pipeline { } agent { kubernetes { - label 'milvus-e2e-test-pipeline' + label 'milvus-qa-e2e-test-pipeline' inheritFrom 'default' defaultContainer 'main' yamlFile 'build/ci/jenkins/pod/qa/rte.yaml' @@ -145,7 +145,7 @@ pipeline { stage('E2E Test'){ agent { kubernetes { - label 'milvus-e2e-test-pr' + label 'milvus-qa-e2e-test-pr' inheritFrom 'default' defaultContainer 'main' yamlFile 'build/ci/jenkins/pod/qa/rte.yaml'