diff options
author | Steven Koo <steven.koo@ni.com> | 2022-06-27 11:11:03 -0500 |
---|---|---|
committer | skooNI <60897865+skooNI@users.noreply.github.com> | 2022-07-20 15:57:20 -0500 |
commit | 802696d9eb7cd0487514fbce79c6bdaf90a4aadc (patch) | |
tree | 558a47cdec1c384651ee831026a6307daeb12635 | |
parent | 538beaadab6cc09573bfad76336fe557ea4a4404 (diff) | |
download | uhd-802696d9eb7cd0487514fbce79c6bdaf90a4aadc.tar.gz uhd-802696d9eb7cd0487514fbce79c6bdaf90a4aadc.tar.bz2 uhd-802696d9eb7cd0487514fbce79c6bdaf90a4aadc.zip |
ci: Set n310 and n321 to specific agents
Since these take awhile to setup, there have been cases where an agent
will get selected for these devices and wait until the previous run
to complete. It's possible that it will take a long time and timeout
if there were other instances launched at similar times.
Signed-off-by: Steven Koo <steven.koo@ni.com>
-rw-r--r-- | .ci/templates/job-uhd-devtest-rhombus.yml | 9 | ||||
-rw-r--r-- | .ci/templates/job-uhd-devtest.yml | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.ci/templates/job-uhd-devtest-rhombus.yml b/.ci/templates/job-uhd-devtest-rhombus.yml index c7db12f9c..1395b0de0 100644 --- a/.ci/templates/job-uhd-devtest-rhombus.yml +++ b/.ci/templates/job-uhd-devtest-rhombus.yml @@ -25,6 +25,7 @@ jobs: dutMatrix: ${{ if contains(parameters.testDevices, 'x3xx') }}: rhombus-x300-UBX-0: + devAgent: x3xxb2xx devType: 'x300' devModel: 'x300' devName: 'rhombus-x300-UBX-0' @@ -36,6 +37,7 @@ jobs: jtagSerial: '2516350A6019' jtagServer: 'nitest@sdr-rhombus' rhombus-x310-UBX-0: + devAgent: x3xxb2xx devType: 'x300' devModel: 'x310' devName: 'rhombus-x310-UBX-0' @@ -47,6 +49,7 @@ jobs: jtagSerial: '251635138E98' jtagServer: 'nitest@sdr-rhombus' rhombus-x310-CBX-0: + devAgent: x3xxb2xx devType: 'x300' devModel: 'x310' devName: 'rhombus-x310-CBX-0' @@ -58,6 +61,7 @@ jobs: jtagSerial: '2516350796C2' jtagServer: 'nitest@sdr-rhombus' rhombus-x310-WBX-0: + devAgent: x3xxb2xx devType: 'x300' devModel: 'x310' devName: 'rhombus-x310-WBX-0' @@ -69,6 +73,7 @@ jobs: jtagSerial: '2516350C5BFF' jtagServer: 'nitest@sdr-rhombus' rhombus-x310-TWINRX-0: + devAgent: x3xxb2xx devType: 'x300' devModel: 'x310' devName: rhombus-x310-TWINRX-0 @@ -80,6 +85,7 @@ jobs: jtagSerial: '251635F43D13' jtagServer: 'nitest@sdr-rhombus' rhombus-x300-SBX-0: + devAgent: x3xxb2xx devType: 'x300' devModel: 'x300' devName: rhombus-x300-SBX-0 @@ -93,6 +99,7 @@ jobs: ${{ if contains(parameters.testDevices, 'b2xx') }}: rhombus-b210-0: + devAgent: x3xxb2xx devType: 'b200' devModel: 'b210' devName: rhombus-b210-0 @@ -102,6 +109,7 @@ jobs: ${{ if contains(parameters.testDevices, 'n3xx') }}: rhombus-n310-0: + devAgent: rhombus-n310-0 devType: 'n3xx' devModel: 'n310' devName: rhombus-n310-0 @@ -115,6 +123,7 @@ jobs: devSDImage: gnuradio-image-ni-sulfur-rev11-mender.sdimg.bz2 devLabgridConfig: .ci/templates/tests/rhombus-labgrid/device-configs/rhombus-n310-0.yml rhombus-n321-0: + devAgent: rhombus-n321-0 devType: 'n3xx' devModel: 'n320' devName: rhombus-n321-0 diff --git a/.ci/templates/job-uhd-devtest.yml b/.ci/templates/job-uhd-devtest.yml index a277167c0..2b284c7ab 100644 --- a/.ci/templates/job-uhd-devtest.yml +++ b/.ci/templates/job-uhd-devtest.yml @@ -29,6 +29,7 @@ jobs: demands: - suiteName -equals ${{ parameters.suiteName }} - testOS -equals ${{ parameters.testOS }} + - device -equals $(devAgent) variables: - group: sdr-pipeline-vars strategy: |