Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion eng/pipelines/libraries/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ jobs:

# WebAssembly
- ${{ if eq(parameters.platform, 'Browser_wasm') }}:
- Ubuntu.2004.Amd64.Open
- Ubuntu.1804.Amd64.Open

${{ insert }}: ${{ parameters.jobParameters }}
12 changes: 3 additions & 9 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ jobs:
- eng/pipelines/coreclr/*
- eng/pipelines/mono/*
- eng/pipelines/libraries/*

# Temporary workaround to: https://github.com/dotnet/runtime/issues/39238
- subset: testsproj
include:
- src/libraries/tests.proj

#
# Build CoreCLR checked
Expand Down Expand Up @@ -318,8 +313,8 @@ jobs:
- Browser_wasm
variables:
# map dependencies variables to local variables
- name: testsProjContainsChange
value: $[ dependencies.checkout.outputs['SetPathVars_testsproj.containsChange'] ]
- name: librariesContainsChange
value: $[ dependencies.checkout.outputs['SetPathVars_libraries.containsChange'] ]
- name: monoContainsChange
value: $[ dependencies.checkout.outputs['SetPathVars_mono.containsChange'] ]
jobParameters:
Expand All @@ -338,10 +333,9 @@ jobs:
extraStepsParameters:
creator: dotnet-bot
testRunNamePrefixSuffix: Mono_$(_BuildConfig)
# update once: https://github.com/dotnet/runtime/issues/39238 is fixed
condition: >-
or(
eq(variables['testsProjContainsChange'], true),
eq(variables['librariesContainsChange'], true),
eq(variables['monoContainsChange'], true),
eq(variables['isFullMatrix'], true))

Expand Down