Skip to content

Commit 0caeaad

Browse files
authored
[CI/CD] Migrate to SONiC Elastictest (sonic-net#8465)
Approach What is the motivation for this PR? Migrate to SONiC Elastictest co-authorized by: jianquanye@microsoft.com
1 parent 2297eae commit 0caeaad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ name: $(TeamProject)_$(Build.DefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd
2121
stages:
2222
- stage: Pre_test
2323
variables:
24-
- group: Testbed-Tools
2524
- group: GIT_SECRETS
2625
jobs:
2726
- job: static_analysis
@@ -44,7 +43,7 @@ stages:
4443
dependsOn: Pre_test
4544
condition: and(succeeded(), in(dependencies.Pre_test.result, 'Succeeded'))
4645
variables:
47-
- group: Testbed-Tools
46+
- group: SONiC-Elastictest
4847
- name: inventory
4948
value: veos_vtb
5049
- name: testbed_file

0 commit comments

Comments
 (0)