Skip to content

Commit 7a842b7

Browse files
authored
Stop running template tests on azdo job (already helix-ified) (#32985)
1 parent 89889e7 commit 7a842b7

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

.azure/pipelines/ci.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -661,35 +661,6 @@ stages:
661661
publishOnError: true
662662
includeForks: true
663663

664-
- template: jobs/default-build.yml
665-
parameters:
666-
condition: ne(variables['SkipTests'], 'true')
667-
jobName: Windows_Templates_Test
668-
jobDisplayName: "Test: Templates - Windows Server 2016 x64"
669-
agentOs: Windows
670-
isTestingJob: true
671-
testRunTitle: Templates-$(AgentOsName)-$(BuildConfiguration)
672-
steps:
673-
- script: ./eng/build.cmd -ci -nobl -all -pack $(_InternalRuntimeDownloadArgs)
674-
displayName: Build Repo
675-
- script: ./src/ProjectTemplates/build.cmd -ci -nobl -noBuildRepoTasks -pack -NoRestore -noBuildNative -NoBuilddeps "/p:RunTemplateTests=true"
676-
displayName: Pack Templates
677-
- script: ./src/ProjectTemplates/build.cmd -ci -nobl -noBuildRepoTasks -test -NoRestore -NoBuild -NoBuilddeps "/p:RunTemplateTests=true"
678-
displayName: Test Templates
679-
artifacts:
680-
- name: Windows_Test_Templates_Dumps
681-
path: artifacts/dumps/
682-
publishOnError: true
683-
includeForks: true
684-
- name: Windows_Test_Templates_Logs
685-
path: artifacts/log/
686-
publishOnError: true
687-
includeForks: true
688-
- name: Windows_Test_Templates_Results
689-
path: artifacts/TestResults/
690-
publishOnError: true
691-
includeForks: true
692-
693664
- template: jobs/default-build.yml
694665
parameters:
695666
condition: ne(variables['SkipTests'], 'true')

.azure/pipelines/quarantined-pr.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ jobs:
8686
steps:
8787
- powershell: "& ./eng/build.ps1 -CI -nobl -all -pack -NoBuildJava"
8888
displayName: Build
89-
# The templates part can be removed when the Blazor Templates run on Helix
90-
- script: ./src/ProjectTemplates/build.cmd -ci -nobl -pack -NoRestore -NoBuildNative -NoBuilddeps "/p:RunTemplateTests=true"
91-
displayName: Pack Templates
9289
- script: ./eng/build.cmd -ci -nobl -test -NoRestore -NoBuild -NoBuilddeps "/p:RunTemplateTests=true /p:RunQuarantinedTests=true /p:SkipHelixReadyTests=true"
9390
displayName: Run Quarantined Tests
9491
continueOnError: true

0 commit comments

Comments
 (0)