Skip to content

Commit

Permalink
debug ad9081
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Pineda <[email protected]>
  • Loading branch information
jpineda3 committed Apr 4, 2024
1 parent 6f6f6b5 commit 0735b0d
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions JenkinsfileHW
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,18 @@ lock(label: 'adgt_test_harness_boards') {
harness.set_enable_resource_queuing(true)
harness.set_lock_agent(false) // Set to true if using machine-specific license
harness.set_elastic_server('192.168.10.1')
harness.set_required_hardware(["zynq-zc706-adv7511-fmcdaq2",
"zynqmp-zcu102-rev10-fmcdaq3",
"zynqmp-zcu102-rev10-ad9081-vm8-l4",
// harness.set_required_hardware(["zynq-zc706-adv7511-fmcdaq2",
// "zynqmp-zcu102-rev10-fmcdaq3",
// "zynqmp-zcu102-rev10-ad9081-vm8-l4",
// "zynqmp-zcu102-rev10-ad9081-vm4-l8",
// "zynqmp-zcu102-rev10-ad9081-v204b-txmode9-rxmode4",
// "zynqmp-zcu102-rev10-ad9081-v204c-txmode0-rxmode1",
// "zynq-zc706-adv7511-fmcomms11",
// "zynqmp-zcu102-rev10-ad9172-fmc-ebz-mode4"])
harness.set_required_hardware(["zynqmp-zcu102-rev10-ad9081-vm8-l4",
"zynqmp-zcu102-rev10-ad9081-vm4-l8",
"zynqmp-zcu102-rev10-ad9081-v204b-txmode9-rxmode4",
"zynqmp-zcu102-rev10-ad9081-v204c-txmode0-rxmode1",
"zynq-zc706-adv7511-fmcomms11",
"zynqmp-zcu102-rev10-ad9172-fmc-ebz-mode4"])
"zynqmp-zcu102-rev10-ad9081-v204c-txmode0-rxmode1"])

harness.set_docker_args(['Vivado', 'MATLAB', 'udev'])
harness.set_nebula_local_fs_source_root("artifactory.analog.com")
Expand Down

0 comments on commit 0735b0d

Please sign in to comment.