Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1965,18 +1965,14 @@ extends:
- browser_wasm
helixQueueGroup: pr
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
# Keep known failures visible without blocking the runtime pipeline.
# Tracked by https://github.com/dotnet/runtime/issues/133305.
shouldContinueOnError: true
jobParameters:
testGroup: innerloop
readyToRun: true
displayNameArgs: R2R_CG2
liveLibrariesBuildConfig: Release
unifiedArtifactsName: CoreCLR_ReleaseLibraries_BuildArtifacts_$(osGroup)$(osSubgroup)_$(archType)_$(_hostedOs)_$(_BuildConfig)
unifiedBuildNameSuffix: CoreCLR_ReleaseLibraries
# The shared monitor would turn this non-blocking lane into a pipeline failure.
useHelixMonitor: false
useHelixMonitor: ${{ variables.enableHelixJobMonitor }}
extraBuildArgs: -os browser -p:HostConfiguration=Release
condition: >-
or(
Expand Down
Loading