[conditional_mark] Skip features and scripts on lossy topologies#23345
Open
50n1c-rnsft wants to merge 1 commit intosonic-net:masterfrom
Open
[conditional_mark] Skip features and scripts on lossy topologies#2334550n1c-rnsft wants to merge 1 commit intosonic-net:masterfrom
50n1c-rnsft wants to merge 1 commit intosonic-net:masterfrom
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
8a84f7e to
2e82c68
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Add lossyTopos skip conditions for features and test scripts that should not run on lossy (isolated) topologies. Features excluded: pfcwd, dualtor, snappi_tests, ixia, wan, dualtor_io, bfd, configlet, dash, dhcp_relay, dhcp_server, dualtor_mgmt, http, macsec, mclag, mpls, mx, ospf, pfc_asym, read_mac, reset_factory, smartswitch, test_pktgen, test_vs_chassis_setup, upgrade_path, voq, wol, snmp Scripts excluded: qos/test_buffer.py, platform_tests/test_advanced_reboot.py, platform_tests/test_cont_warm_reboot.py, pfcwd/test_pfcwd_warm_reboot.py, arp/test_wr_arp.py, qos/test_pfc_counters.py, qos/test_pfc_pause.py, qos/test_qos_masic.py For existing entries, the *lossyTopos anchor is added as an additional OR condition. For entries that previously had only a single condition, conditions_logical_operator: or is added. For features/scripts without existing entries, new skip entries are created. Signed-off-by: Ze Gan agent <[email protected]>
2e82c68 to
2cbfb8e
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add lossyTopos skip conditions for features and test scripts that should not run on lossy (isolated) topologies.
Features excluded: pfcwd, dualtor, snappi_tests, ixia, wan, dualtor_io, bfd, configlet, dash, dhcp_relay, dhcp_server, dualtor_mgmt, http, macsec, mclag, mpls, mx, ospf, pfc_asym, read_mac, reset_factory, smartswitch, test_pktgen, test_vs_chassis_setup, upgrade_path, voq, wol, snmp
Scripts excluded: qos/test_buffer.py, platform_tests/test_advanced_reboot.py, platform_tests/test_cont_warm_reboot.py, pfcwd/test_pfcwd_warm_reboot.py, arp/test_wr_arp.py, qos/test_pfc_counters.py, qos/test_pfc_pause.py, qos/test_qos_masic.py
Changes
*lossyToposanchor as an additional OR conditionconditions_logical_operator: or*lossyToposTesting
YAML syntax validated. No functional logic changes — only conditional_mark configuration.