Skip to content

Commit

Permalink
Add a separate non-blocking PR check for onboarding new tests(T0). (s…
Browse files Browse the repository at this point in the history
…onic-net#18944)

We are going to onboard a batch of test cases into PR test recently. To achieve this without disrupting the existing PR test processes, we add a separate non-blocking PR checker for onboarding new tests.
  • Loading branch information
yutongzhang-microsoft authored May 20, 2024
1 parent 11b80b1 commit 1da090a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,21 @@ stages:
MAX_WORKER: $(T0_SONIC_INSTANCE_NUM)
MGMT_BRANCH: $(BUILD_BRANCH)

- job: onboarding_elastictest_t0
displayName: "onboarding testcases by Elastictest"
timeoutInMinutes: 240
continueOnError: true
pool: ubuntu-20.04
steps:
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
parameters:
TOPOLOGY: t0
MIN_WORKER: $(T0_ONBOARDING_SONIC_INSTANCE_NUM)
MAX_WORKER: $(T0_ONBOARDING_SONIC_INSTANCE_NUM)
KVM_IMAGE_BRANCH: $(BUILD_BRANCH)
MGMT_BRANCH: $(BUILD_BRANCH)
TEST_SET: onboarding_t0


# - job: wan_elastictest
# displayName: "kvmtest-wan by Elastictest"
Expand Down

0 comments on commit 1da090a

Please # to comment.