зеркало из https://github.com/dotnet/tye.git
Test changes to Ubuntu base image (#1207)
* Update ubuntu pool 16.04 pool doesn't exist anymore. * Try 18.04 instead of 20.04. * Disable E2E tests on Linux. * Only disable unit tests. * Back to Ubuntu 20.04. Co-authored-by: Sébastien Ros <sebastienros@gmail.com>
This commit is contained in:
Родитель
5283d0b618
Коммит
40f5d245d4
|
@ -97,10 +97,10 @@ stages:
|
|||
artifactType: Container
|
||||
parallel: true
|
||||
|
||||
- job: Ubuntu_16_04
|
||||
displayName: 'Ubuntu 16.04'
|
||||
- job: Ubuntu_20_04
|
||||
displayName: 'Ubuntu 20.04'
|
||||
pool:
|
||||
vmImage: ubuntu-16.04
|
||||
vmImage: ubuntu-20.04
|
||||
variables:
|
||||
- name: _SignType
|
||||
value: none
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
<AssemblyName>Microsoft.Tye.E2ETest</AssemblyName>
|
||||
<IsTestProject>true</IsTestProject>
|
||||
<IsUnitTestProject>true</IsUnitTestProject>
|
||||
<!-- TODO: Investigate Ubuntu >16.04 test hangs and re-enable E2E tests on Linux. -->
|
||||
<IsUnitTestProject Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' ">false</IsUnitTestProject>
|
||||
<TestRunnerName>XUnit</TestRunnerName>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче