Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mac test pipeline from storage repos #3324

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove mac test pipeline
Signed-off-by: Yang Zhang <[email protected]>
v01dstar committed Jan 22, 2025
commit b5bd9da6ee4073d3e642eb9e712e103225b5ecad
9 changes: 0 additions & 9 deletions jenkins/pipelines/ci/rocksdb/rocksdb_ghpr_test.groovy
Original file line number Diff line number Diff line change
@@ -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 {
Original file line number Diff line number Diff line change
@@ -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()
},
9 changes: 0 additions & 9 deletions jenkins/pipelines/ci/tikv/rocksdb/rocksdb_ghpr_test.groovy
Original file line number Diff line number Diff line change
@@ -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 {
Original file line number Diff line number Diff line change
@@ -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()
},
6 changes: 0 additions & 6 deletions jenkins/pipelines/ci/tikv/titan/titan_ghpr_test.groovy
Original file line number Diff line number Diff line change
@@ -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") {
6 changes: 0 additions & 6 deletions jenkins/pipelines/ci/titan/titan_ghpr_test.groovy
Original file line number Diff line number Diff line change
@@ -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") {