canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #213384
[Merge] cc-tool-box:remove-special-queues-rpi4b8g001 into cc-tool-box:master
Paul Larson has proposed merging cc-tool-box:remove-special-queues-rpi4b8g001 into cc-tool-box:master.
Requested reviews:
Canonical Hardware Certification (canonical-hw-cert)
For more details, see:
https://code.launchpad.net/~canonical-hw-cert/cc-tool-box/+git/cc-tool-box/+merge/461292
remove special cases for queues for rpi4b8g-001 so that it gets the rpi4b8g queue
I tested this by generating the configs locally and compared it against the previous ones
--
Your team Canonical Hardware Certification is requested to review the proposed merge of cc-tool-box:remove-special-queues-rpi4b8g001 into cc-tool-box:master.
diff --git a/config/cc_lab_manager/device_config_maptable.py b/config/cc_lab_manager/device_config_maptable.py
index 16a8c02..94eb40e 100644
--- a/config/cc_lab_manager/device_config_maptable.py
+++ b/config/cc_lab_manager/device_config_maptable.py
@@ -554,11 +554,6 @@ tf_config_device_maptable = {
'fortknox-002': {
'job_queues': ['{CID}', '{Device_ID}']
},
- 'rpi4b8g-001': {
- 'job_queues': ['{CID}', '{Device_ID}'],
- 'advertised_queues': None,
- 'advertised_images': None
- },
'stlouis-005': {
'job_queues': ['{CID}', '{Device_ID}']
},