Skip to content

Commit a3a0f5c

Browse files
authored
[PERF] Remove browser wasm from perf_slow (#91429)
Remove Browser Wasm builds from perf_slow as its artifacts are not currently in use in any testing.
1 parent a0aca0b commit a3a0f5c

File tree

1 file changed

+1
-43
lines changed

1 file changed

+1
-43
lines changed

eng/pipelines/coreclr/perf_slow.yml

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extends:
3535
jobs:
3636

3737
- ${{ if and(ne(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'Schedule')) }}:
38-
38+
3939
# build mono
4040
- template: /eng/pipelines/common/platform-matrix.yml
4141
parameters:
@@ -74,27 +74,6 @@ extends:
7474
logicalmachine: 'perfampere'
7575
timeoutInMinutes: 720
7676

77-
# build mono on wasm
78-
- template: /eng/pipelines/common/platform-matrix.yml
79-
parameters:
80-
jobTemplate: /eng/pipelines/common/global-build-job.yml
81-
buildConfig: release
82-
runtimeFlavor: mono
83-
platforms:
84-
- browser_wasm
85-
jobParameters:
86-
buildArgs: -s mono+libs+host+packs -c $(_BuildConfig)
87-
nameSuffix: wasm
88-
isOfficialBuild: false
89-
extraStepsTemplate: /eng/pipelines/common/upload-artifact-step.yml
90-
extraStepsParameters:
91-
rootFolder: '$(Build.SourcesDirectory)/artifacts/'
92-
includeRootFolder: true
93-
displayName: Browser Wasm Artifacts
94-
artifactName: BrowserWasm
95-
archiveType: zip
96-
archiveExtension: .zip
97-
9877
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'Schedule')) }}:
9978

10079
# build coreclr and libraries
@@ -110,27 +89,6 @@ extends:
11089
jobParameters:
11190
testGroup: perf
11291

113-
# build mono on wasm
114-
- template: /eng/pipelines/common/platform-matrix.yml
115-
parameters:
116-
jobTemplate: /eng/pipelines/common/global-build-job.yml
117-
buildConfig: release
118-
runtimeFlavor: mono
119-
platforms:
120-
- browser_wasm
121-
jobParameters:
122-
buildArgs: -s mono+libs+host+packs -c $(_BuildConfig)
123-
nameSuffix: wasm
124-
isOfficialBuild: false
125-
extraStepsTemplate: /eng/pipelines/common/upload-artifact-step.yml
126-
extraStepsParameters:
127-
rootFolder: '$(Build.SourcesDirectory)/artifacts/'
128-
includeRootFolder: true
129-
displayName: Browser Wasm Artifacts
130-
artifactName: BrowserWasm
131-
archiveType: zip
132-
archiveExtension: .zip
133-
13492
- template: /eng/pipelines/common/platform-matrix.yml
13593
parameters:
13694
jobTemplate: /eng/pipelines/common/global-build-job.yml

0 commit comments

Comments
 (0)