|
40 | 40 | condition: ${{ parameters.condition }} |
41 | 41 | pool: ${{ parameters.pool }} |
42 | 42 | testScope: ${{ parameters.testScope }} |
| 43 | + runTests: true |
43 | 44 | ${{ if ne(parameters.liveRuntimeBuildConfig, '') }}: |
44 | 45 | displayName: ${{ format('Test Run {0} {1}', parameters.liveRuntimeBuildConfig, parameters.runtimeDisplayName) }} |
45 | 46 | name: ${{ format('test_run_{0}_{1}', parameters.liveRuntimeBuildConfig, parameters.runtimeDisplayName) }} |
|
61 | 62 | variables: |
62 | 63 | - librariesTestsArtifactName: ${{ format('libraries_test_assets_{0}_{1}_{2}', parameters.osGroup, parameters.dependsOnTestArchitecture, parameters.dependsOnTestBuildConfiguration) }} |
63 | 64 | - _archiveTestsParameter: /p:ArchiveTests=true |
64 | | - |
65 | | - - ${{ if ne(parameters.liveRuntimeBuildConfig, '') }}: |
66 | | - - _runtimeArtifactName: '$(runtimeFlavorName)Product_${{ parameters.runtimeVariant}}_${{ parameters.osGroup }}${{ parameters.osSubgroup }}_${{ parameters.archType }}_${{ parameters.liveRuntimeBuildConfig }}' |
67 | | - - _runtimeArtifactsPathArg: ' /p:RuntimeArtifactsPath=$(_runtimeDownloadPath)' |
68 | 65 |
|
69 | 66 | - ${{ parameters.variables }} |
70 | 67 |
|
|
84 | 81 | artifactName: $(librariesTestsArtifactName) |
85 | 82 | artifactFileName: $(librariesTestsArtifactName)$(archiveExtension) |
86 | 83 | unpackFolder: $(Build.SourcesDirectory)/artifacts |
87 | | - |
88 | | - - ${{ if ne(parameters.liveRuntimeBuildConfig, '') }}: |
89 | | - - template: /eng/pipelines/common/download-artifact-step.yml |
90 | | - parameters: |
91 | | - unpackFolder: $(_runtimeDownloadPath) |
92 | | - artifactFileName: '$(_runtimeArtifactName)$(archiveExtension)' |
93 | | - artifactName: '$(_runtimeArtifactName)' |
94 | | - displayName: '$(runtimeFlavorName) build drop' |
95 | 84 |
|
96 | 85 | - ${{ if in(parameters.coreclrTestGroup, 'gcstress0x3-gcstress0xc', 'gcstress-extra') }}: |
97 | 86 | # We need to find and download the GC stress dependencies (namely, coredistools). Put them |
|
0 commit comments