From dec90377afc281c4eabe049ce129d402b2edddfe Mon Sep 17 00:00:00 2001 From: Yutong Zhang Date: Thu, 23 Jan 2025 11:10:06 +0800 Subject: [PATCH 1/4] Test pipeline --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8985694928..35e9fce424 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,9 +27,9 @@ resources: repositories: - repository: sonic-mgmt type: github - name: sonic-net/sonic-mgmt + name: Azure/sonic-mgmt.msft ref: master - endpoint: sonic-net + endpoint: Azure - repository: buildimage type: github name: sonic-net/sonic-buildimage From 17f3cef145b50548934fdf494d0a902aa6fcc0ba Mon Sep 17 00:00:00 2001 From: Yutong Zhang Date: Thu, 23 Jan 2025 11:21:35 +0800 Subject: [PATCH 2/4] Test pipeline --- azure-pipelines.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 35e9fce424..82ac893f8c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,7 +25,7 @@ name: $(TeamProject)_$(Build.DefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd resources: repositories: - - repository: sonic-mgmt + - repository: sonic-mgmt.msft type: github name: Azure/sonic-mgmt.msft ref: master @@ -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) @@ -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 @@ -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) @@ -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 @@ -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) @@ -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) @@ -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) From d645328f80dd28901a6799a190adbc39b984e25c Mon Sep 17 00:00:00 2001 From: Yutong Zhang Date: Thu, 23 Jan 2025 11:28:47 +0800 Subject: [PATCH 3/4] Test pipeline --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 82ac893f8c..143925c2f8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,7 @@ resources: type: github name: Azure/sonic-mgmt.msft ref: master - endpoint: Azure + endpoint: build - repository: buildimage type: github name: sonic-net/sonic-buildimage From cf9dd66475c8f33c817271474f817952acd57b6e Mon Sep 17 00:00:00 2001 From: Yutong Zhang Date: Thu, 23 Jan 2025 11:31:12 +0800 Subject: [PATCH 4/4] Change branch --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 143925c2f8..a6808437fb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,7 +28,7 @@ resources: - repository: sonic-mgmt.msft type: github name: Azure/sonic-mgmt.msft - ref: master + ref: 202405 endpoint: build - repository: buildimage type: github