Skip to content

Commit

Permalink
Use jsl branch for nuc4 libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Pineda <[email protected]>
  • Loading branch information
jpineda3 committed Oct 4, 2023
1 parent 53fc814 commit 29ecaef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions JenkinsfileHW
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Pipeline
lock(label: 'adgt_test_harness_boards') {
@Library('sdgtt-lib@adgt-test-harness') _ // Not necessary when we turn on global libraries :)
lock('nuc04') {
@Library('sdgtt-lib@nuc4-libm2k') _ // Not necessary when we turn on global libraries :)
def hdlBranch = "NA"
def linuxBranch = "NA"
def bootPartitionBranch = "release"
Expand All @@ -18,7 +18,7 @@ lock(label: 'adgt_test_harness_boards') {
harness.set_env('matlab_repo', 'https://github.com/analogdevicesinc/PrecisionToolbox.git') // Not necessary when using checkout scm
harness.set_env('matlab_branch', 'main') // Not necessary when using checkout scm
harness.set_env('matlab_release','R2022b')
harness.set_matlab_timeout('5m')
harness.set_matlab_timeout('15m')

//Update nebula config from netbox
harness.set_update_nebula_config(true)
Expand Down

0 comments on commit 29ecaef

Please sign in to comment.