Skip to content

Commit

Permalink
Jenkinsfile update to run NonHW tests
Browse files Browse the repository at this point in the history
CI: skip=HDL Tests; skip=Demo Tests; skip=Hardware Streaming Tests

Signed-off-by: Pagadarai <[email protected]>
  • Loading branch information
SrikanthPagadarai committed Mar 21, 2024
1 parent 43d7454 commit e429bf2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,22 @@ parallel deployments

/////////////////////////////////////////////////////

boardNames = ['NonHW']

cstage("NonHW Tests", "", flags) {
dockerParallelBuild(boardNames, dockerHost, dockerConfig) {
branchName ->
withEnv(['BOARD='+branchName]) {
cstage("NonHW", branchName, flags) {
unstash "builtSources"
sh 'make -C ./CI/scripts run_NonHWTests'
}
}
}
}

/////////////////////////////////////////////////////

appNames = ['lte_pa_app']

cstage("Build Deployable Apps", "", flags) {
Expand Down

0 comments on commit e429bf2

Please sign in to comment.