Skip to content

Commit

Permalink
debug: Use ad9081 boards only
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Pineda <[email protected]>
  • Loading branch information
jpineda3 committed Sep 5, 2024
1 parent 1d4e974 commit 18a0ce8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions JenkinsfileHW
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,10 @@ 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(["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 18a0ce8

Please sign in to comment.