← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~flyjerry0415/cc-tool-box:delete-intel-adl-ps-recovery-script-in-agent into cc-tool-box:master

 

LIAO, YU-SIANG has proposed merging ~flyjerry0415/cc-tool-box:delete-intel-adl-ps-recovery-script-in-agent into cc-tool-box:master.

Commit message:
Delete: delete recovery command in 30963 agent file.

Requested reviews:
  Canonical Hardware Certification (canonical-hw-cert)

For more details, see:
https://code.launchpad.net/~flyjerry0415/cc-tool-box/+git/cc-tool-box/+merge/443736
-- 
Your team Canonical Hardware Certification is requested to review the proposed merge of ~flyjerry0415/cc-tool-box:delete-intel-adl-ps-recovery-script-in-agent 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 666b8dd..15e50f1 100644
--- a/config/cc_lab_manager/device_config_maptable.py
+++ b/config/cc_lab_manager/device_config_maptable.py
@@ -75,10 +75,6 @@ agent_config_platform_maptable = {
     'aaeon-upn-ehl01': {
         'recovery_cmds': [
             'sudo snap reboot --install']
-    },
-    'intel-adl-ps': {
-        'recovery_cmds': [
-            'sudo snap reboot --install']
     }
 }