Skip to content

Commit

Permalink
update darwin-arm64 release check (PingCAP-QE#1083)
Browse files Browse the repository at this point in the history
* update release-check.groovy

* update release-check.groovy

* update release-check.groovy

* update release-check.groovy

* update release-check.groovy
  • Loading branch information
heibaijian authored Jun 6, 2022
1 parent cddd1e2 commit 2fe21c0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions jenkins/pipelines/cd/release-check.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,13 @@ def check_tiup = { comps, label ->
}
}
} else if (label == "darwin-arm64") {
nodeLabel = "mac-arm"
containerLabel = ""
if (params.PRODUCT == "tics") {
nodeLabel = "mac-arm-tiflash"
}
nodeLabel = "mac-arm-tiflash"
node(nodeLabel) {
unstash 'qa'
dir("qa/release-checker/checker") {
comps.each {
sh """
python3 main.py tiup -c $it ${RELEASE_TAG}.json ${RELEASE_TAG}
/opt/homebrew/bin/python3 main.py tiup -c $it ${RELEASE_TAG}.json ${RELEASE_TAG}
"""
}
}
Expand Down

0 comments on commit 2fe21c0

Please sign in to comment.