Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2020-07-15 00:25:03 +0300
committerGitHub <noreply@github.com>2020-07-15 00:25:03 +0300
commit4a0bc02a1f7ca221443c37bf21a5c2c35520d8ab (patch)
tree18e4f442cb111d3693a4b297554ba8e4d53f6eda /eng/pipelines/common/xplat-setup.yml
parent21cad60642b5d6f8efb5592ce00c265cdf680218 (diff)
WASM: run tests on CI only in rolling and/or when libraries/tests.proj is changed (#39239)
* WASM: run tests on CI only in rolling and/or when libraries/tests.proj is changed * Fix build * Test change in tests.proj * Fix build * Flow variables from platform-matrix to jobTemplate * Fix installer base template variables propagation * Pass variables as array
Diffstat (limited to 'eng/pipelines/common/xplat-setup.yml')
-rw-r--r--eng/pipelines/common/xplat-setup.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/eng/pipelines/common/xplat-setup.yml b/eng/pipelines/common/xplat-setup.yml
index f80c77a01eb..f6a5ee11f4e 100644
--- a/eng/pipelines/common/xplat-setup.yml
+++ b/eng/pipelines/common/xplat-setup.yml
@@ -7,6 +7,7 @@ parameters:
helixQueuesTemplate: ''
platform: ''
jobParameters: {}
+ variables: []
jobs:
- template: ${{ coalesce(parameters.helixQueuesTemplate, parameters.jobTemplate) }}
@@ -84,6 +85,9 @@ jobs:
value: Mono
${{ if eq(parameters.jobParameters.runtimeFlavor, 'coreclr') }}:
value: CoreCLR
+
+ - ${{ each variable in parameters.variables }}:
+ - ${{ variable }}
osGroup: ${{ parameters.osGroup }}
osSubgroup: ${{ parameters.osSubgroup }}