Skip to content

Commit

Permalink
Revert "Temporary skip dualtor test in baseline test (sonic-net#16241)…
Browse files Browse the repository at this point in the history
…" (sonic-net#16564)

This reverts commit f9e492f.
I think it's better to run dualtor tests in baseline because it would help us to keep the integrity of data, but we can skip creating baseline IcMs in automation
  • Loading branch information
xwjiang-ms authored Jan 20, 2025
1 parent af0c5c8 commit 1dc0c47
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions .azure-pipelines/baseline_test/baseline.test.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,26 +55,24 @@ jobs:
STOP_ON_FAILURE: "False"
TEST_PLAN_NUM: $(BASELINE_MGMT_PUBLIC_MASTER_TEST_NUM)

# Temporary skip dualtor test in baseline test for KVM dualtor test is not stable.
# Platform owner will work on it recently, planning to add back in 1 or 2 months.
# - job: dualtor_elastictest
# displayName: "kvmtest-dualtor-t0 by Elastictest"
# timeoutInMinutes: 240
# continueOnError: false
# pool: sonic-ubuntu-1c
# steps:
# - template: ../run-test-elastictest-template.yml
# parameters:
# TOPOLOGY: dualtor
# MIN_WORKER: $(T0_DUALTOR_INSTANCE_NUM)
# MAX_WORKER: $(T0_DUALTOR_INSTANCE_NUM)
# COMMON_EXTRA_PARAMS: "--disable_loganalyzer "
# KVM_IMAGE_BRANCH: "master"
# MGMT_BRANCH: "master"
# BUILD_REASON: "BaselineTest"
# RETRY_TIMES: "0"
# STOP_ON_FAILURE: "False"
# TEST_PLAN_NUM: $(BASELINE_MGMT_PUBLIC_MASTER_TEST_NUM)
- job: dualtor_elastictest
displayName: "kvmtest-dualtor-t0 by Elastictest"
timeoutInMinutes: 240
continueOnError: false
pool: sonic-ubuntu-1c
steps:
- template: ../run-test-elastictest-template.yml
parameters:
TOPOLOGY: dualtor
MIN_WORKER: $(T0_DUALTOR_INSTANCE_NUM)
MAX_WORKER: $(T0_DUALTOR_INSTANCE_NUM)
COMMON_EXTRA_PARAMS: "--disable_loganalyzer "
KVM_IMAGE_BRANCH: "master"
MGMT_BRANCH: "master"
BUILD_REASON: "BaselineTest"
RETRY_TIMES: "0"
STOP_ON_FAILURE: "False"
TEST_PLAN_NUM: $(BASELINE_MGMT_PUBLIC_MASTER_TEST_NUM)

- job: multi_asic_elastictest
displayName: "kvmtest-multi-asic-t1-lag by Elastictest"
Expand Down

0 comments on commit 1dc0c47

Please sign in to comment.