Skip to content

Commit

Permalink
Update boot files known working, skip
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Pineda <[email protected]>
  • Loading branch information
jpineda3 committed Aug 7, 2023
1 parent 9f33b77 commit bc16f9a
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
Expand Up @@ -49,13 +49,13 @@ lock(label: 'adgt_test_harness_boards') {
"zynq-zc706-adv7511-ad9361-fmcomms5",
"zynq-zc702-adv7511-ad9361-fmcomms2-3",
"zynq-adrv9364-z7020-bob-vcmos"])
harness.set_required_hardware(["zynq-zc702-adv7511-ad9361-fmcomms2-3"])
// harness.set_required_hardware(["zynq-zc702-adv7511-ad9361-fmcomms2-3"])
harness.set_docker_args(['Vivado', 'MATLAB'])
harness.set_nebula_local_fs_source_root("artifactory.analog.com")

// Set stages (Stages are run sequentially on agents.)
harness.add_stage(harness.stage_library("UpdateBOOTFiles"), 'stopWhenFail',
harness.stage_library("RecoverBoard"))
// harness.add_stage(harness.stage_library("UpdateBOOTFiles"), 'stopWhenFail',
// harness.stage_library("RecoverBoard"))

// Test stage
harness.set_matlab_commands(["ad=adi.utils.libad9361",
Expand Down

0 comments on commit bc16f9a

Please sign in to comment.