mirror of https://github.com/microsoft/WSL
35 lines
1.8 KiB
XML
35 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TestMap>
|
|
<TestJobGroup Name="TaefTestsGroup" TestSystem="Default" ConfigPath="[BuildRoot]\testbin\${TARGET_PLATFORM}\cloudtest\${image}-wsl${version}\TestGroup.xml" IsActive="true"/>
|
|
<Providers>
|
|
<Provider Type="PipelineArtifacts">
|
|
<Properties>
|
|
<Add Name="CloudTest.ProviderCustomName" Value="[drop]" />
|
|
<Add Name="PipelineArtifactBuildUrl" Value="https://${VSO_ORG}.visualstudio.com/${VSO_PROJECT}/_build/results?buildId=${PIPELINE_BUILD_ID}"/>
|
|
<Add Name="PipelineArtifactName" Value="drop_wsl_build"/>
|
|
</Properties>
|
|
</Provider>
|
|
<Provider Type="VSODrop">
|
|
<Properties>
|
|
<Add Name="CloudTest.ProviderCustomName" Value="[test_distro]" />
|
|
<!-- When updating the drops for this make sure the retention is set to never expire -->
|
|
<Add Name="DropURL" Value="https://${VSO_ORG}.artifacts.visualstudio.com/_apis/drop/drops/WSL/${CLOUDTEST_TEST_DISTRO_DROP}"/>
|
|
</Properties>
|
|
</Provider>
|
|
<Provider Type="VSODrop">
|
|
<Properties>
|
|
<Add Name="CloudTest.ProviderCustomName" Value="[test_packages]" />
|
|
<!-- When updating the drops for this make sure the retention is set to never expire -->
|
|
<Add Name="DropURL" Value="https://${VSO_ORG}.artifacts.visualstudio.com/_apis/drop/drops/WSL/${CLOUDTEST_TEST_PACKAGES}"/>
|
|
</Properties>
|
|
</Provider>
|
|
<Provider Type="VSODrop">
|
|
<Properties>
|
|
<Add Name="CloudTest.ProviderCustomName" Value="[dump_tool]" />
|
|
<!-- When updating the drops for this make sure the retention is set to never expire -->
|
|
<Add Name="DropURL" Value="https://${VSO_ORG}.artifacts.visualstudio.com/_apis/drop/drops/WSL/${DUMPTOOL_DROP}"/>
|
|
</Properties>
|
|
</Provider>
|
|
</Providers>
|
|
</TestMap>
|