mirror of
https://github.com/microsoft/WSL.git
synced 2026-05-31 05:47:06 -05:00
* Use TAEF ignore properties to skip tests for WSL1 / WSL2 based on testpass version * Fix condition * Update comment * Fix mixed filters
42 lines
2.1 KiB
XML
42 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TestMap>
|
|
<TestJobGroup Name="TaefTestsGroup" TestSystem="Default" ConfigPath="[BuildRoot]\testbin\${TARGET_PLATFORM}\cloudtest\${image}-${suffix}\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="PipelineArtifacts">
|
|
<Properties>
|
|
<Add Name="CloudTest.ProviderCustomName" Value="[package]" />
|
|
<Add Name="PipelineArtifactBuildUrl" Value="https://${VSO_ORG}.visualstudio.com/${VSO_PROJECT}/_build/results?buildId=${PIPELINE_BUILD_ID}"/>
|
|
<Add Name="PipelineArtifactName" Value="drop_wsl_package"/>
|
|
</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>
|