Skip to content

Commit 85aabda

Browse files
authored
[202411] Remove onboarding test jobs (#21935)
[202411] Remove onboarding test jobs
1 parent 88daf68 commit 85aabda

File tree

1 file changed

+0
-51
lines changed

1 file changed

+0
-51
lines changed

azure-pipelines.yml

-51
Original file line numberDiff line numberDiff line change
@@ -264,57 +264,6 @@ stages:
264264
MAX_WORKER: $(T0_SONIC_INSTANCE_NUM)
265265
MGMT_BRANCH: $(BUILD_BRANCH)
266266

267-
- job: onboarding_elastictest_t0
268-
displayName: "onboarding t0 testcases by Elastictest - optional"
269-
timeoutInMinutes: 240
270-
continueOnError: true
271-
pool: sonic-ubuntu-1c
272-
steps:
273-
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
274-
parameters:
275-
TOPOLOGY: t0
276-
STOP_ON_FAILURE: "False"
277-
RETRY_TIMES: 0
278-
MIN_WORKER: $(T0_ONBOARDING_SONIC_INSTANCE_NUM)
279-
MAX_WORKER: $(T0_ONBOARDING_SONIC_INSTANCE_NUM)
280-
KVM_IMAGE_BRANCH: $(BUILD_BRANCH)
281-
MGMT_BRANCH: $(BUILD_BRANCH)
282-
TEST_SET: onboarding_t0
283-
284-
- job: onboarding_elastictest_t1
285-
displayName: "onboarding t1 testcases by Elastictest - optional"
286-
timeoutInMinutes: 240
287-
continueOnError: true
288-
pool: sonic-ubuntu-1c
289-
steps:
290-
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
291-
parameters:
292-
TOPOLOGY: t1-lag
293-
STOP_ON_FAILURE: "False"
294-
RETRY_TIMES: 0
295-
MIN_WORKER: $(T1_LAG_ONBOARDING_INSTANCE_NUM)
296-
MAX_WORKER: $(T1_LAG_ONBOARDING_INSTANCE_NUM)
297-
KVM_IMAGE_BRANCH: $(BUILD_BRANCH)
298-
MGMT_BRANCH: $(BUILD_BRANCH)
299-
TEST_SET: onboarding_t1
300-
301-
# - job: onboarding_elastictest_dualtor
302-
# displayName: "onboarding dualtor testcases by Elastictest - optional"
303-
# timeoutInMinutes: 240
304-
# continueOnError: true
305-
# pool: sonic-ubuntu-1c
306-
# steps:
307-
# - template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
308-
# parameters:
309-
# TOPOLOGY: dualtor
310-
# STOP_ON_FAILURE: "False"
311-
# RETRY_TIMES: 0
312-
# MIN_WORKER: $(T0_DUALTOR_INSTANCE_NUM)
313-
# MAX_WORKER: $(T0_DUALTOR_INSTANCE_NUM)
314-
# KVM_IMAGE_BRANCH: $(BUILD_BRANCH)
315-
# MGMT_BRANCH: $(BUILD_BRANCH)
316-
# TEST_SET: onboarding_dualtor
317-
318267
# - job: wan_elastictest
319268
# displayName: "kvmtest-wan by Elastictest"
320269
# pool: sonic-ubuntu-1c

0 commit comments

Comments
 (0)