Skip to content

Commit

Permalink
Remove mac test pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
  • Loading branch information
v01dstar committed Jan 22, 2025
1 parent 11e2c3a commit cf145f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
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

0 comments on commit cf145f1

Please sign in to comment.