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
Show file tree
Hide file tree
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
9 changes: 0 additions & 9 deletions jenkins/pipelines/ci/rocksdb/rocksdb_ghpr_test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
},
Expand Down
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
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
},
Expand Down
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
Expand Up @@ -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") {
Expand Down
6 changes: 0 additions & 6 deletions jenkins/pipelines/ci/titan/titan_ghpr_test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down