Skip to content

Commit

Permalink
Merge pull request #459 from cherrycl/issue-458
Browse files Browse the repository at this point in the history
fix: skip arm64 stage when running GoAPP PR validation
  • Loading branch information
cloudxxx8 authored Nov 27, 2024
2 parents 0b81fa1 + add62a0 commit f94fe2c
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 f94fe2c

Please sign in to comment.