-
Notifications
You must be signed in to change notification settings - Fork 865
Add T2 pr checker in azure-pipeline #17368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
BYGX-wcr
wants to merge
33
commits into
sonic-net:master
Choose a base branch
from
BYGX-wcr:add-t2-pr-checker
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+837
−110
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
1a279b2
initial setup changes to add T2 pr checker in azure-pipeline
BYGX-wcr ca2a821
add missing t2 key in PR_CHECKER_TOPOLOGY_NAME
BYGX-wcr 0b4af58
remove testbed_name and use a fixed number of instances
BYGX-wcr b75c614
use 20 for both min and max
BYGX-wcr 2417356
use TEST_SCRIPTS var
BYGX-wcr 68fdacb
Merge branch 'master' into add-t2-pr-checker
BYGX-wcr 1b2f1c3
Merge branch 'master' into add-t2-pr-checker
BYGX-wcr bea2f18
remove choosing ptf image step
BYGX-wcr be4e8bf
fix variable reference
BYGX-wcr 7998be0
add a step to extract t2 pr checker script list
BYGX-wcr 600e11f
instantiated undefined variable
BYGX-wcr 56515ef
change var definition
BYGX-wcr ba36c08
delete legacy vs chassis test
BYGX-wcr b610907
add stop_on_failure for t2 pr checker
BYGX-wcr a8a0c61
add t2 pr test script set
BYGX-wcr af00983
fix recover_chassis
BYGX-wcr 71cdceb
disable yang_validate for recover chassis
BYGX-wcr def407b
Merge branch 'master' into add-t2-pr-checker
BYGX-wcr 07597a3
enlarge timeout of t2 pr checker to be 300
BYGX-wcr 56ada34
update passed test list of t2
BYGX-wcr 5a48976
update instance number to 25 for t2 pr checker
BYGX-wcr 1e4fa57
changing the name of PR checker topology
BYGX-wcr c24f003
change to use dynamic instance number for T2 pr checker
BYGX-wcr ad65f46
remove _ prefix in all PR checker topology names
BYGX-wcr d6195a5
remove t2 test scripts set
BYGX-wcr c4cb752
add mark condition file for failed or skipped cases on vs t2
BYGX-wcr d663e60
add the extra conditional marker file option for t2 pr checker
BYGX-wcr 6b0a8c8
remove the tests conditional marker parameter for t2 pr checker
BYGX-wcr adabc53
add skip condition for show_techsupport/test_techsupport_no_secret.py
BYGX-wcr 981ffdf
skip generic_config_updater/test_mgmt_interface.py since it is flaky
BYGX-wcr 506a82d
change the recover_chassis to use running_golden_config by default
BYGX-wcr 3f91b23
fix for formatting
BYGX-wcr 953bb09
skip route/test_route_flap.py because it is flaky
BYGX-wcr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
use TEST_SCRIPTS var
- Loading branch information
commit 24173567dd848e89c986b560ca3d9273a5790e70
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If use impacted_area mode, the instance num should be dynamic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yutongzhang-microsoft , is it right?