add flag skip_xcvrd_cmis_mgr to skip cmis task on Nvidia platform (#11120)

Signed-off-by: Kebo Liu <kebol@nvidia.com>
This commit is contained in:
Kebo Liu 2022-06-16 07:33:08 +08:00 committed by Ying Xie
parent 60c00195d4
commit 67e46e1004

View File

@ -1,6 +1,7 @@
{
"skip_ledd": true,
"skip_fancontrol": true,
"delay_xcvrd": true
"delay_xcvrd": true,
"skip_xcvrd_cmis_mgr": true
}