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 GitHub
parent 762fad624f
commit b2bc90e34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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