Skip to content

Commit

Permalink
Update baremetal settings for Synth builds
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Dec 6, 2024
1 parent 4c9828d commit 6bc8aa6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions JenkinsfileCron
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ for (int i=0; i < boardNames.size(); i++) {
try {
stage("Synth") {
echo "Node: ${env.NODE_NAME}"
local_unstash('builtSources')
local_unstash('builtSources', '', false)
sh 'echo "BOARD:$BOARD"'
sh 'make -C ./CI/scripts test_synth'
junit testResults: 'test/*.xml', allowEmptyResults: true
Expand All @@ -84,10 +84,10 @@ for (int i=0; i < boardNames.size(); i++) {

parallel deployments

node {
stage("Trigger Harness") {
echo "Node: ${env.NODE_NAME}"
local_unstash('builtSources')
triggerHWHarness("TransceiverToolbox")
}
}
// node {
// stage("Trigger Harness") {
// echo "Node: ${env.NODE_NAME}"
// local_unstash('builtSources')
// triggerHWHarness("TransceiverToolbox")
// }
// }

0 comments on commit 6bc8aa6

Please sign in to comment.