From cf145f14fb97023c4181082fabeae9649a7ff9f3 Mon Sep 17 00:00:00 2001 From: Yang Zhang Date: Tue, 21 Jan 2025 20:16:44 -0800 Subject: [PATCH] Remove mac test pipeline Signed-off-by: Yang Zhang --- jenkins/pipelines/ci/tikv/titan/titan_ghpr_test.groovy | 6 ------ jenkins/pipelines/ci/titan/titan_ghpr_test.groovy | 6 ------ 2 files changed, 12 deletions(-) diff --git a/jenkins/pipelines/ci/tikv/titan/titan_ghpr_test.groovy b/jenkins/pipelines/ci/tikv/titan/titan_ghpr_test.groovy index 0952580c1b..0e06bad173 100644 --- a/jenkins/pipelines/ci/tikv/titan/titan_ghpr_test.groovy +++ b/jenkins/pipelines/ci/tikv/titan/titan_ghpr_test.groovy @@ -206,12 +206,6 @@ parallel( } } }, - test_mac: { - def use_gcc8 = false - node("mac-i7") { - run_test("", "ASAN", use_gcc8) - } - }, test_arm: { def use_gcc8 = true node("arm") { diff --git a/jenkins/pipelines/ci/titan/titan_ghpr_test.groovy b/jenkins/pipelines/ci/titan/titan_ghpr_test.groovy index 04cec6a963..573bd89ef7 100644 --- a/jenkins/pipelines/ci/titan/titan_ghpr_test.groovy +++ b/jenkins/pipelines/ci/titan/titan_ghpr_test.groovy @@ -176,12 +176,6 @@ parallel( } } }, - test_mac: { - def use_gcc8 = false - node("mac-i7") { - run_test("", "ASAN", use_gcc8) - } - }, test_arm: { def use_gcc8 = true node("arm") {