diff options
author | mattprost <matt.prost@ni.com> | 2022-05-24 16:39:10 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-06-10 13:24:05 -0500 |
commit | e4ce7737ea05c07bc174e6f5e2b485cdb83f42ba (patch) | |
tree | 7377e850e5e1200c0f28832f6a003dddd0921ed7 /.ci/templates/job-uhd-devtest-rhombus.yml | |
parent | ab92ee008d5d88d8aa25f946aa83a7782ecdd9ee (diff) | |
download | uhd-e4ce7737ea05c07bc174e6f5e2b485cdb83f42ba.tar.gz uhd-e4ce7737ea05c07bc174e6f5e2b485cdb83f42ba.tar.bz2 uhd-e4ce7737ea05c07bc174e6f5e2b485cdb83f42ba.zip |
ci: Add b210 hardware to rhombus
Installed a B210 and added support for usb-based devices in the devtest
pipeline.
Signed-off-by: mattprost <matt.prost@ni.com>
Diffstat (limited to '.ci/templates/job-uhd-devtest-rhombus.yml')
-rw-r--r-- | .ci/templates/job-uhd-devtest-rhombus.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.ci/templates/job-uhd-devtest-rhombus.yml b/.ci/templates/job-uhd-devtest-rhombus.yml index df54d0565..71c0a01dc 100644 --- a/.ci/templates/job-uhd-devtest-rhombus.yml +++ b/.ci/templates/job-uhd-devtest-rhombus.yml @@ -148,3 +148,11 @@ jobs: devtestPattern: 'x3x0' jtagSerial: '2516352244AD' jtagServer: 'nitest@sdr-rhombus' + + rhombus-b210-0: + devType: 'b200' + devModel: 'b210' + devName: rhombus-b210-0 + devSerial: '3218D0E' + devBus: 'usb' + devtestPattern: 'b2xx' |