Skip to content

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
wants to merge 33 commits into
base: master
Choose a base branch
from
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 Mar 5, 2025
ca2a821
add missing t2 key in PR_CHECKER_TOPOLOGY_NAME
BYGX-wcr Mar 5, 2025
0b4af58
remove testbed_name and use a fixed number of instances
BYGX-wcr Mar 10, 2025
b75c614
use 20 for both min and max
BYGX-wcr Mar 10, 2025
2417356
use TEST_SCRIPTS var
BYGX-wcr Mar 10, 2025
68fdacb
Merge branch 'master' into add-t2-pr-checker
BYGX-wcr Apr 3, 2025
1b2f1c3
Merge branch 'master' into add-t2-pr-checker
BYGX-wcr Jun 4, 2025
bea2f18
remove choosing ptf image step
BYGX-wcr Jun 4, 2025
be4e8bf
fix variable reference
BYGX-wcr Jun 4, 2025
7998be0
add a step to extract t2 pr checker script list
BYGX-wcr Jun 4, 2025
600e11f
instantiated undefined variable
BYGX-wcr Jun 4, 2025
56515ef
change var definition
BYGX-wcr Jun 4, 2025
ba36c08
delete legacy vs chassis test
BYGX-wcr Jun 5, 2025
b610907
add stop_on_failure for t2 pr checker
BYGX-wcr Jun 5, 2025
a8a0c61
add t2 pr test script set
BYGX-wcr Jun 5, 2025
af00983
fix recover_chassis
BYGX-wcr Jun 6, 2025
71cdceb
disable yang_validate for recover chassis
BYGX-wcr Jun 6, 2025
def407b
Merge branch 'master' into add-t2-pr-checker
BYGX-wcr Jul 17, 2025
07597a3
enlarge timeout of t2 pr checker to be 300
BYGX-wcr Jul 18, 2025
56ada34
update passed test list of t2
BYGX-wcr Jul 18, 2025
5a48976
update instance number to 25 for t2 pr checker
BYGX-wcr Jul 18, 2025
1e4fa57
changing the name of PR checker topology
BYGX-wcr Jul 22, 2025
c24f003
change to use dynamic instance number for T2 pr checker
BYGX-wcr Jul 22, 2025
ad65f46
remove _ prefix in all PR checker topology names
BYGX-wcr Jul 22, 2025
d6195a5
remove t2 test scripts set
BYGX-wcr Jul 23, 2025
c4cb752
add mark condition file for failed or skipped cases on vs t2
BYGX-wcr Jul 23, 2025
d663e60
add the extra conditional marker file option for t2 pr checker
BYGX-wcr Jul 23, 2025
6b0a8c8
remove the tests conditional marker parameter for t2 pr checker
BYGX-wcr Jul 24, 2025
adabc53
add skip condition for show_techsupport/test_techsupport_no_secret.py
BYGX-wcr Jul 24, 2025
981ffdf
skip generic_config_updater/test_mgmt_interface.py since it is flaky
BYGX-wcr Jul 24, 2025
506a82d
change the recover_chassis to use running_golden_config by default
BYGX-wcr Jul 25, 2025
3f91b23
fix for formatting
BYGX-wcr Jul 25, 2025
953bb09
skip route/test_route_flap.py because it is flaky
BYGX-wcr Jul 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use TEST_SCRIPTS var
  • Loading branch information
BYGX-wcr committed Mar 10, 2025
commit 24173567dd848e89c986b560ca3d9273a5790e70
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ stages:
parameters:
TOPOLOGY: t2
PTF_IMAGE_TAG: $(set_ptf_image_tag)
SCRIPTS: $(SCRIPTS)
SCRIPTS: $(TEST_SCRIPTS)
MIN_WORKER: 20
MAX_WORKER: 20
Copy link
Contributor

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.

Copy link
Contributor

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?

KVM_IMAGE_BRANCH: $(BUILD_BRANCH)
Expand Down
Loading