Skip to content

Commit

Permalink
Use gobal lock
Browse files Browse the repository at this point in the history
Signed-off-by: Pineda <[email protected]>
  • Loading branch information
jpineda3 committed Dec 18, 2024
1 parent a824f19 commit 102aaaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JenkinsfileHW
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Pipeline
lock(label: 'sdg_nuc_04') {
lock(label: 'adgt_test_harness_boards', quantity: 1){
@Library('sdgtt-lib@adgt-test-harness') _ // Not necessary when we turn on global libraries :)
def hdlBranch = "NA"
def linuxBranch = "NA"
Expand Down Expand Up @@ -41,7 +41,7 @@ lock(label: 'sdg_nuc_04') {
//Set other test parameters
harness.set_nebula_debug(true)
harness.set_enable_docker(true)
harness.set_docker_host_mode(false)
harness.set_docker_host_mode(true)
harness.set_send_telemetry(false)
harness.set_elastic_server('192.168.10.1')
harness.set_required_hardware(["zynq-zed-adv7511-ad7768-1-evb-precision",
Expand Down

0 comments on commit 102aaaa

Please sign in to comment.