Skip to content

Commit fe569e3

Browse files
To be reverted
1 parent d226778 commit fe569e3

File tree

2 files changed

+72
-72
lines changed

2 files changed

+72
-72
lines changed

eng/pipelines/runtimelab.yml

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -52,62 +52,62 @@ extends:
5252
#
5353
# Build and test with Debug libraries and Debug runtime
5454
#
55-
- template: /eng/pipelines/common/platform-matrix.yml
56-
parameters:
57-
jobTemplate: /eng/pipelines/common/global-build-job.yml
58-
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
59-
buildConfig: debug
60-
platforms:
61-
- windows_x64
62-
- browser_wasm_win
63-
- wasi_wasm_win
64-
- browser_wasm_linux_x64_naot_llvm
65-
- wasi_wasm_linux_x64_naot_llvm
66-
jobParameters:
67-
timeoutInMinutes: 300
68-
buildArgs: -s clr.aot+libs -c debug -rc $(_BuildConfig)
69-
postBuildSteps:
70-
- template: /eng/pipelines/runtimelab/runtimelab-post-build-steps.yml
71-
parameters:
72-
librariesConfiguration: Debug
55+
# - template: /eng/pipelines/common/platform-matrix.yml
56+
# parameters:
57+
# jobTemplate: /eng/pipelines/common/global-build-job.yml
58+
# helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
59+
# buildConfig: debug
60+
# platforms:
61+
# - windows_x64
62+
# - browser_wasm_win
63+
# - wasi_wasm_win
64+
# - browser_wasm_linux_x64_naot_llvm
65+
# - wasi_wasm_linux_x64_naot_llvm
66+
# jobParameters:
67+
# timeoutInMinutes: 300
68+
# buildArgs: -s clr.aot+libs -c debug -rc $(_BuildConfig)
69+
# postBuildSteps:
70+
# - template: /eng/pipelines/runtimelab/runtimelab-post-build-steps.yml
71+
# parameters:
72+
# librariesConfiguration: Debug
7373

7474
#
7575
# Build and test Wasm Debug multithreaded libraries and Debug runtime
7676
#
77-
- template: /eng/pipelines/common/platform-matrix.yml
78-
parameters:
79-
jobTemplate: /eng/pipelines/common/global-build-job.yml
80-
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
81-
buildConfig: debug
82-
platforms:
83-
- browser_wasm_win
84-
jobParameters:
85-
timeoutInMinutes: 300
86-
buildArgs: -s clr.aot+libs -c debug -rc $(_BuildConfig) '/p:WasmEnableThreads=true'
87-
nameSuffix: Multithreaded
88-
postBuildSteps:
89-
- template: /eng/pipelines/runtimelab/runtimelab-post-build-steps.yml
90-
parameters:
91-
librariesConfiguration: Debug
92-
wasmEnableThreadsArg: /p:WasmEnableThreads=true
77+
# - template: /eng/pipelines/common/platform-matrix.yml
78+
# parameters:
79+
# jobTemplate: /eng/pipelines/common/global-build-job.yml
80+
# helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
81+
# buildConfig: debug
82+
# platforms:
83+
# - browser_wasm_win
84+
# jobParameters:
85+
# timeoutInMinutes: 300
86+
# buildArgs: -s clr.aot+libs -c debug -rc $(_BuildConfig) '/p:WasmEnableThreads=true'
87+
# nameSuffix: Multithreaded
88+
# postBuildSteps:
89+
# - template: /eng/pipelines/runtimelab/runtimelab-post-build-steps.yml
90+
# parameters:
91+
# librariesConfiguration: Debug
92+
# wasmEnableThreadsArg: /p:WasmEnableThreads=true
9393

9494
#
9595
# Build and test with Debug libraries and Checked runtime
9696
#
97-
- template: /eng/pipelines/common/platform-matrix.yml
98-
parameters:
99-
jobTemplate: /eng/pipelines/common/global-build-job.yml
100-
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
101-
buildConfig: checked
102-
platforms:
103-
- windows_x64
104-
jobParameters:
105-
timeoutInMinutes: 300
106-
buildArgs: -s clr.aot+libs -c debug -rc $(_BuildConfig)
107-
postBuildSteps:
108-
- template: /eng/pipelines/runtimelab/runtimelab-post-build-steps.yml
109-
parameters:
110-
librariesConfiguration: Debug
97+
# - template: /eng/pipelines/common/platform-matrix.yml
98+
# parameters:
99+
# jobTemplate: /eng/pipelines/common/global-build-job.yml
100+
# helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
101+
# buildConfig: checked
102+
# platforms:
103+
# - windows_x64
104+
# jobParameters:
105+
# timeoutInMinutes: 300
106+
# buildArgs: -s clr.aot+libs -c debug -rc $(_BuildConfig)
107+
# postBuildSteps:
108+
# - template: /eng/pipelines/runtimelab/runtimelab-post-build-steps.yml
109+
# parameters:
110+
# librariesConfiguration: Debug
111111

112112
#
113113
# Build and test with Release libraries and Release runtime
@@ -118,13 +118,13 @@ extends:
118118
helixQueuesTemplate: /eng/pipelines/libraries/helix-queues-setup.yml
119119
buildConfig: release
120120
platforms:
121-
- linux_x64
121+
# - linux_x64
122122
# - osx_x64 https://github.com/dotnet/runtimelab/issues/3168
123-
- windows_x64
124-
- browser_wasm_win
125-
- wasi_wasm_win
126-
- browser_wasm_linux_x64_naot_llvm
127-
- wasi_wasm_linux_x64_naot_llvm
123+
# - windows_x64
124+
# - browser_wasm_win
125+
# - wasi_wasm_win
126+
# - browser_wasm_linux_x64_naot_llvm
127+
# - wasi_wasm_linux_x64_naot_llvm
128128
- browser_wasm_linux_arm64_naot_llvm
129129
jobParameters:
130130
timeoutInMinutes: 300

eng/pipelines/runtimelab/runtimelab-post-build-steps.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@ steps:
3131
- script: pwsh $(Build.SourcesDirectory)/eng/pipelines/runtimelab/set-ilc-emulation-environment.ps1 -Arch $(hostedTargetArch)
3232
displayName: Set up ILC emulation environment
3333

34-
- ${{ if eq(parameters.archType, 'wasm') }}:
35-
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) nativeaot $(buildConfigUpper) ${{ parameters.osGroup }} $(crossArg) $(_officialBuildParameter) ci tree nativeaot /p:LibrariesConfiguration=${{ parameters.librariesConfiguration }} ${{ parameters.wasmEnableThreadsArg }}
36-
displayName: Build runtime tests
37-
- ${{ else }}:
38-
- ${{ if eq(parameters.osGroup, 'windows') }}:
39-
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) nativeaot $(buildConfigUpper) ${{ parameters.archType }} $(crossArg) $(_officialBuildParameter) ci tree nativeaot /p:LibrariesConfiguration=${{ parameters.librariesConfiguration }}
40-
displayName: Build runtime tests
41-
- ${{ else }}:
42-
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) nativeaot $(buildConfigUpper) ${{ parameters.archType }} $(crossArg) $(_officialBuildParameter) ci 'tree nativeaot' /p:LibrariesConfiguration=${{ parameters.librariesConfiguration }}
43-
displayName: Build runtime tests
44-
45-
- ${{ if contains(parameters.platform, 'win') }}:
46-
- ${{ if eq(parameters.wasmEnableThreadsArg, '') }}:
47-
- script: $(Build.SourcesDirectory)/src/tests/run$(scriptExt) runnativeaottests $(buildConfigUpper) ${{ parameters.archType }} ${{ parameters.osGroup }}
48-
displayName: Run runtime tests
49-
- ${{ else }}:
50-
- script: $(Build.SourcesDirectory)/src/tests/run$(scriptExt) --runnativeaottests $(buildConfigUpper) ${{ parameters.archType }} ${{ parameters.osGroup }}
51-
displayName: Run runtime tests
34+
# - ${{ if eq(parameters.archType, 'wasm') }}:
35+
# - script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) nativeaot $(buildConfigUpper) ${{ parameters.osGroup }} $(crossArg) $(_officialBuildParameter) ci tree nativeaot /p:LibrariesConfiguration=${{ parameters.librariesConfiguration }} ${{ parameters.wasmEnableThreadsArg }}
36+
# displayName: Build runtime tests
37+
# - ${{ else }}:
38+
# - ${{ if eq(parameters.osGroup, 'windows') }}:
39+
# - script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) nativeaot $(buildConfigUpper) ${{ parameters.archType }} $(crossArg) $(_officialBuildParameter) ci tree nativeaot /p:LibrariesConfiguration=${{ parameters.librariesConfiguration }}
40+
# displayName: Build runtime tests
41+
# - ${{ else }}:
42+
# - script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) nativeaot $(buildConfigUpper) ${{ parameters.archType }} $(crossArg) $(_officialBuildParameter) ci 'tree nativeaot' /p:LibrariesConfiguration=${{ parameters.librariesConfiguration }}
43+
# displayName: Build runtime tests
44+
#
45+
# - ${{ if contains(parameters.platform, 'win') }}:
46+
# - ${{ if eq(parameters.wasmEnableThreadsArg, '') }}:
47+
# - script: $(Build.SourcesDirectory)/src/tests/run$(scriptExt) runnativeaottests $(buildConfigUpper) ${{ parameters.archType }} ${{ parameters.osGroup }}
48+
# displayName: Run runtime tests
49+
# - ${{ else }}:
50+
# - script: $(Build.SourcesDirectory)/src/tests/run$(scriptExt) --runnativeaottests $(buildConfigUpper) ${{ parameters.archType }} ${{ parameters.osGroup }}
51+
# displayName: Run runtime tests
5252

5353
# Don't compile/run the libraries tests with emulated ILC to save CI time/resources.
5454
- ${{ if and(eq(parameters.archType, 'wasm'), eq(parameters.nameSuffix, ''), eq(parameters.wasmEnableThreadsArg, '')) }}:

0 commit comments

Comments
 (0)