master
in 41 lines 2.13 KB
Raw
1 <?xml version="1.0" encoding="utf-8"?>
2 <TestMap>
3 <TestJobGroup Name="TaefTestsGroup" TestSystem="Default" ConfigPath="[BuildRoot]\testbin\${TARGET_PLATFORM}\cloudtest\${image}-${suffix}\TestGroup.xml" IsActive="true"/>
4 <Providers>
5 <Provider Type="PipelineArtifacts">
6 <Properties>
7 <Add Name="CloudTest.ProviderCustomName" Value="[drop]" />
8 <Add Name="PipelineArtifactBuildUrl" Value="https://${VSO_ORG}.visualstudio.com/${VSO_PROJECT}/_build/results?buildId=${PIPELINE_BUILD_ID}"/>
9 <Add Name="PipelineArtifactName" Value="drop_wsl_build"/>
10 </Properties>
11 </Provider>
12 <Provider Type="PipelineArtifacts">
13 <Properties>
14 <Add Name="CloudTest.ProviderCustomName" Value="[package]" />
15 <Add Name="PipelineArtifactBuildUrl" Value="https://${VSO_ORG}.visualstudio.com/${VSO_PROJECT}/_build/results?buildId=${PIPELINE_BUILD_ID}"/>
16 <Add Name="PipelineArtifactName" Value="drop_wsl_package"/>
17 </Properties>
18 </Provider>
19 <Provider Type="VSODrop">
20 <Properties>
21 <Add Name="CloudTest.ProviderCustomName" Value="[test_distro]" />
22 <!-- When updating the drops for this make sure the retention is set to never expire -->
23 <Add Name="DropURL" Value="https://${VSO_ORG}.artifacts.visualstudio.com/_apis/drop/drops/WSL/${CLOUDTEST_TEST_DISTRO_DROP}"/>
24 </Properties>
25 </Provider>
26 <Provider Type="VSODrop">
27 <Properties>
28 <Add Name="CloudTest.ProviderCustomName" Value="[test_packages]" />
29 <!-- When updating the drops for this make sure the retention is set to never expire -->
30 <Add Name="DropURL" Value="https://${VSO_ORG}.artifacts.visualstudio.com/_apis/drop/drops/WSL/${CLOUDTEST_TEST_PACKAGES}"/>
31 </Properties>
32 </Provider>
33 <Provider Type="VSODrop">
34 <Properties>
35 <Add Name="CloudTest.ProviderCustomName" Value="[dump_tool]" />
36 <!-- When updating the drops for this make sure the retention is set to never expire -->
37 <Add Name="DropURL" Value="https://${VSO_ORG}.artifacts.visualstudio.com/_apis/drop/drops/WSL/${DUMPTOOL_DROP}"/>
38 </Properties>
39 </Provider>
40 </Providers>
41 </TestMap>