Skip to content

Commit cd48fdf

Browse files
committed
try to limit runtime tests
1 parent 391858d commit cd48fdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/pipelines/common/templates/runtimes/run-test-job.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,19 +233,19 @@ jobs:
233233
# and directly unzip them there after download). Unfortunately the logic to copy
234234
# the native artifacts to the final test folders is dependent on availability of the
235235
# managed test artifacts. This step also generates the final test execution scripts.
236-
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) copynativeonly $(logRootNameArg)Native $(testFilterArg) $(runtimeFlavorArgs) $(crossgenArg) $(buildConfig) $(archType) $(priorityArg) $(librariesOverrideArg) $(codeFlowEnforcementArg)
236+
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) copynativeonly -tree tracing $(logRootNameArg)Native $(testFilterArg) $(runtimeFlavorArgs) $(crossgenArg) $(buildConfig) $(archType) $(priorityArg) $(librariesOverrideArg) $(codeFlowEnforcementArg)
237237
displayName: Copy native test components to test output folder
238238

239239

240240
# Generate test wrappers. This is the step that examines issues.targets to exclude tests.
241-
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) buildtestwrappersonly $(logRootNameArg)Wrappers $(runtimeFlavorArgs) $(crossgenArg) $(buildConfig) $(archType) $(crossArg) $(priorityArg) $(librariesOverrideArg) $(runtimeVariantArg)
241+
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) buildtestwrappersonly -tree tracing $(logRootNameArg)Wrappers $(runtimeFlavorArgs) $(crossgenArg) $(buildConfig) $(archType) $(crossArg) $(priorityArg) $(librariesOverrideArg) $(runtimeVariantArg)
242242
displayName: Generate test wrappers
243243

244244

245245
# Compose the Core_Root folder containing all artifacts needed for running
246246
# CoreCLR tests. This step also compiles the framework using Crossgen2
247247
# in ReadyToRun jobs.
248-
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) generatelayoutonly $(logRootNameArg)Layout $(runtimeFlavorArgs) $(crossgenArg) $(buildConfig) $(archType) $(crossArg) $(priorityArg) $(librariesOverrideArg) $(runtimeVariantArg) -ci
248+
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) generatelayoutonly -tree tracing $(logRootNameArg)Layout $(runtimeFlavorArgs) $(crossgenArg) $(buildConfig) $(archType) $(crossArg) $(priorityArg) $(librariesOverrideArg) $(runtimeVariantArg) -ci
249249
displayName: Generate CORE_ROOT
250250

251251
# Build a Mono LLVM AOT cross-compiler for non-amd64 targets (in this case, just arm64)

0 commit comments

Comments
 (0)