Skip to content
Open
Changes from all commits
Commits
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
22 changes: 11 additions & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ name: $(TeamProject)_$(Build.DefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd

resources:
repositories:
- repository: sonic-mgmt
- repository: sonic-mgmt.msft
type: github
name: sonic-net/sonic-mgmt
ref: master
endpoint: sonic-net
name: Azure/sonic-mgmt.msft
ref: 202405
endpoint: build
- repository: buildimage
type: github
name: sonic-net/sonic-buildimage
Expand Down Expand Up @@ -169,7 +169,7 @@ stages:
timeoutInMinutes: 240
continueOnError: false
steps:
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt.msft
parameters:
TOPOLOGY: t0
MIN_WORKER: $(T0_INSTANCE_NUM)
Expand All @@ -182,7 +182,7 @@ stages:
timeoutInMinutes: 240
continueOnError: false
steps:
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt.msft
parameters:
TOPOLOGY: t0
TEST_SET: t0-2vlans
Expand All @@ -197,7 +197,7 @@ stages:
timeoutInMinutes: 240
continueOnError: false
steps:
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt.msft
parameters:
TOPOLOGY: t1-lag
MIN_WORKER: $(T1_LAG_INSTANCE_NUM)
Expand All @@ -210,7 +210,7 @@ stages:
timeoutInMinutes: 240
continueOnError: false
steps:
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt.msft
parameters:
TOPOLOGY: t1-8-lag
TEST_SET: multi-asic-t1-lag
Expand All @@ -225,7 +225,7 @@ stages:
timeoutInMinutes: 240
continueOnError: false
steps:
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt.msft
parameters:
TOPOLOGY: dualtor
MIN_WORKER: $(T0_DUALTOR_INSTANCE_NUM)
Expand All @@ -239,7 +239,7 @@ stages:
timeoutInMinutes: 240
continueOnError: false
steps:
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt.msft
parameters:
TOPOLOGY: t0-64-32
MIN_WORKER: $(T0_SONIC_INSTANCE_NUM)
Expand All @@ -255,7 +255,7 @@ stages:
continueOnError: false
pool: sonic-ubuntu-1c
steps:
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt.msft
parameters:
TOPOLOGY: dpu
MIN_WORKER: $(T0_SONIC_INSTANCE_NUM)
Expand Down
Loading