Skip to content

Commit

Permalink
fix: Not run arm64 stage for device-sdk-c repository
Browse files Browse the repository at this point in the history
Signed-off-by: Cherry Wang <[email protected]>
  • Loading branch information
cherrycl committed Dec 3, 2024
1 parent 28161ad commit 8f34442
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vars/edgeXBuildCApp.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ def call(config) {
stage('arm64') {
when {
beforeAgent true
expression { !env.GIT_BRANCH.startsWith('PR-') }
expression { !(env.PROJECT =~ /sdk/) }
expression { edgex.nodeExists(config, 'arm64') }
}
agent {
Expand Down

0 comments on commit 8f34442

Please sign in to comment.