Skip to content

Commit

Permalink
[ci] Don't run classic tests on the Windows build/test stage (#7860)
Browse files Browse the repository at this point in the history
Quick and easy win: don't run Classic smoke tests on the
Windows Build/Test stage.  Saves ~22 minutes on CI.
  • Loading branch information
jpobst authored Mar 8, 2023
1 parent 87aeea6 commit fe00f48
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build-tools/automation/yaml-templates/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,6 @@ stages:

- template: install-apkdiff.yaml

- template: run-nunit-tests.yaml
parameters:
useDotNet: false
testRunTitle: Smoke MSBuild Tests - Windows Build Tree
testAssembly: $(System.DefaultWorkingDirectory)\bin\Test$(XA.Build.Configuration)\net472\Xamarin.Android.Build.Tests.dll
testResultsFile: TestResult-SmokeMSBuildTests-WinBuildTree-$(XA.Build.Configuration).xml
nunitConsoleExtraArgs: --where "cat == SmokeTests"

- template: run-nunit-tests.yaml
parameters:
testRunTitle: Smoke MSBuild Tests - Windows Dotnet Build
Expand Down

0 comments on commit fe00f48

Please sign in to comment.