From b5bd9da6ee4073d3e642eb9e712e103225b5ecad 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/rocksdb/rocksdb_ghpr_test.groovy | 9 --------- .../ci/rust-rocksdb/rust_rocksdb_ghpr_test.groovy | 6 ------ .../pipelines/ci/tikv/rocksdb/rocksdb_ghpr_test.groovy | 9 --------- .../ci/tikv/rust-rocksdb/rust_rocksdb_ghpr_test.groovy | 6 ------ jenkins/pipelines/ci/tikv/titan/titan_ghpr_test.groovy | 6 ------ jenkins/pipelines/ci/titan/titan_ghpr_test.groovy | 6 ------ 6 files changed, 42 deletions(-) diff --git a/jenkins/pipelines/ci/rocksdb/rocksdb_ghpr_test.groovy b/jenkins/pipelines/ci/rocksdb/rocksdb_ghpr_test.groovy index cac101ff3a..c5c6cfae47 100644 --- a/jenkins/pipelines/ci/rocksdb/rocksdb_ghpr_test.groovy +++ b/jenkins/pipelines/ci/rocksdb/rocksdb_ghpr_test.groovy @@ -119,15 +119,6 @@ parallel( test("", "db_block_cache_test", "", do_cache) } }, - /* - mac: { - node("mac-i7") { - def do_cache = false - build("all", do_cache) - test("", "db_block_cache_test", "", do_cache) - } - }, - */ x86: { def do_cache = true run_with_x86_pod { diff --git a/jenkins/pipelines/ci/rust-rocksdb/rust_rocksdb_ghpr_test.groovy b/jenkins/pipelines/ci/rust-rocksdb/rust_rocksdb_ghpr_test.groovy index 2ae52acd71..250885adc9 100644 --- a/jenkins/pipelines/ci/rust-rocksdb/rust_rocksdb_ghpr_test.groovy +++ b/jenkins/pipelines/ci/rust-rocksdb/rust_rocksdb_ghpr_test.groovy @@ -175,12 +175,6 @@ parallel( run_test(common_features + "," + arm_features, use_gcc8) } }, - test_mac: { - def use_gcc8 = false - node("mac-i7") { - run_test(common_features, use_gcc8) - } - }, formater: { run_formatter() }, diff --git a/jenkins/pipelines/ci/tikv/rocksdb/rocksdb_ghpr_test.groovy b/jenkins/pipelines/ci/tikv/rocksdb/rocksdb_ghpr_test.groovy index cac101ff3a..c5c6cfae47 100644 --- a/jenkins/pipelines/ci/tikv/rocksdb/rocksdb_ghpr_test.groovy +++ b/jenkins/pipelines/ci/tikv/rocksdb/rocksdb_ghpr_test.groovy @@ -119,15 +119,6 @@ parallel( test("", "db_block_cache_test", "", do_cache) } }, - /* - mac: { - node("mac-i7") { - def do_cache = false - build("all", do_cache) - test("", "db_block_cache_test", "", do_cache) - } - }, - */ x86: { def do_cache = true run_with_x86_pod { diff --git a/jenkins/pipelines/ci/tikv/rust-rocksdb/rust_rocksdb_ghpr_test.groovy b/jenkins/pipelines/ci/tikv/rust-rocksdb/rust_rocksdb_ghpr_test.groovy index 18566ad1f7..fe24637b3f 100644 --- a/jenkins/pipelines/ci/tikv/rust-rocksdb/rust_rocksdb_ghpr_test.groovy +++ b/jenkins/pipelines/ci/tikv/rust-rocksdb/rust_rocksdb_ghpr_test.groovy @@ -169,12 +169,6 @@ parallel( run_test(common_features + "," + arm_features, use_gcc8) } }, - test_mac: { - def use_gcc8 = false - node("mac-i7") { - run_test(common_features, use_gcc8) - } - }, formater: { run_formatter() }, 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") {