Skip to content

Commit

Permalink
fix: skip arm64 stage when running GoAPP PR validation
Browse files Browse the repository at this point in the history
Signed-off-by: Cherry Wang <[email protected]>
  • Loading branch information
cherrycl committed Nov 27, 2024
1 parent 0b81fa1 commit add62a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/edgeXBuildGoApp.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ def call(config) {
stage('arm64') {
when {
beforeAgent true
expression { !env.GIT_BRANCH.startsWith('PR-') }
expression { edgex.nodeExists(config, 'arm64') }
}
agent {
Expand Down

0 comments on commit add62a0

Please sign in to comment.