forked from sonic-net/sonic-mgmt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add parallel modes file to pipeline (sonic-net#15719)
Description of PR Add parallel modes file option to pipeline so users can customize the parallel modes by using their own file in the test_parallel_modes/ folder. Summary: Fixes # (issue) Microsoft ADO 29867650 Approach What is the motivation for this PR? We want users to be able to customize the parallel modes file, so we added the parallel modes file option to the pipeline. co-authorized by: [email protected]
- Loading branch information
Showing
4 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"arp/test_neighbor_mac_noptf.py": "FULL_PARALLEL", | ||
"autorestart/test_container_autorestart.py": "RP_FIRST", | ||
"bgp/test_bgp_fact.py": "FULL_PARALLEL", | ||
"bgp/test_bgp_session_flap.py": "FULL_PARALLEL", | ||
"container_checker/test_container_checker.py": "RP_FIRST", | ||
"crm/test_crm.py": "FULL_PARALLEL", | ||
"iface_namingmode/test_iface_namingmode.py": "FULL_PARALLEL", | ||
"lldp/test_lldp.py": "FULL_PARALLEL", | ||
"memory_checker/test_memory_checker.py": "FULL_PARALLEL", | ||
"override_config_table/test_override_config_table_masic.py": "FULL_PARALLEL", | ||
"passw_hardening/test_passw_hardening.py": "FULL_PARALLEL", | ||
"pc/test_po_cleanup.py": "FULL_PARALLEL", | ||
"platform_tests/api/test_chassis.py": "FULL_PARALLEL", | ||
"platform_tests/api/test_module.py": "FULL_PARALLEL", | ||
"platform_tests/api/test_sfp.py": "FULL_PARALLEL", | ||
"platform_tests/api/test_thermal.py": "FULL_PARALLEL", | ||
"platform_tests/cli/test_show_chassis_module.py": "FULL_PARALLEL", | ||
"platform_tests/link_flap/test_cont_link_flap.py": "FULL_PARALLEL", | ||
"platform_tests/sfp/test_sfputil.py": "FULL_PARALLEL", | ||
"platform_tests/test_memory_exhaustion.py": "RP_FIRST", | ||
"platform_tests/test_reboot.py": "RP_FIRST", | ||
"platform_tests/test_reload_config.py": "RP_FIRST", | ||
"platform_tests/test_sequential_restart.py": "FULL_PARALLEL", | ||
"show_techsupport/test_techsupport.py": "FULL_PARALLEL", | ||
"show_techsupport/test_techsupport_no_secret.py": "FULL_PARALLEL", | ||
"snmp/test_snmp_cpu.py": "FULL_PARALLEL", | ||
"snmp/test_snmp_interfaces.py": "FULL_PARALLEL", | ||
"snmp/test_snmp_link_local.py": "FULL_PARALLEL", | ||
"snmp/test_snmp_queue.py": "RP_FIRST" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"bgp/test_bgp_fact.py": "FULL_PARALLEL", | ||
"lldp/test_lldp.py": "FULL_PARALLEL", | ||
"snmp/test_snmp_interfaces.py": "FULL_PARALLEL" | ||
} |