[202511] Add conditional skip for test_load_minigraph_with_golden_config#22830
Merged
StormLiangMS merged 1 commit intosonic-net:202511from Mar 10, 2026
Merged
Conversation
Cherry-pick of PR sonic-net#22775 to 202511, rebased on latest 202511 to include the duplicate key fix from PR sonic-net#22796. The test performs multiple config reloads that cause pmon start-limit-hit due to missing sonic.target symlinks after systemd-sonic-generator rework. Fix PRs: sonic-net/sonic-buildimage#25932, sonic-net/sonic-utilities#4314 Tracking issue: sonic-net/sonic-buildimage#25931 Signed-off-by: Storm Liang <[email protected]> Co-authored-by: Copilot <[email protected]>
6 tasks
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
Rebased cherry-pick of PR #22775 to the 202511 branch.
This replaces PR #22793, which was failing the Pre_test Static Analysis check because its branch was based on 202511 before PR #22796 merged. That PR fixed a duplicate YAML key (\�gp/test_bgp_vnet.py) in \ ests_mark_conditions.yaml, and the \check-yaml\ pre-commit hook rejects duplicate keys.
Change
Adds a conditional skip for \ est_load_minigraph_with_golden_config\ to prevent pmon \start-limit-hit\ failures during nightly tests until the root cause fixes land:
Tracking
Signed-off-by: Storm Liang [email protected]