Skip to content

Commit

Permalink
Merge pull request #461 from cherrycl/skip-arm-c-sdk
Browse files Browse the repository at this point in the history
fix: Not run arm64 stage for device-sdk-c repository
  • Loading branch information
cloudxxx8 authored Dec 3, 2024
2 parents 28161ad + 8f34442 commit 6ac2322
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 6ac2322

Please sign in to comment.