Skip to content

Commit

Permalink
Update runtimelab pipeline (#108754)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronRobinsonMSFT authored Oct 10, 2024
1 parent 76146ee commit 72ebebf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions eng/pipelines/runtimelab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,14 @@ extends:
- windows_x64
jobParameters:
timeoutInMinutes: 200
buildArgs: -s clr+libs+hosts+packs -c debug -rc $(_BuildConfig)
buildArgs: -s clr+libs+clr.hosts+packs -c debug -rc $(_BuildConfig)
postBuildSteps:
- template: /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
parameters:
creator: dotnet-bot
testRunNamePrefixSuffix: CoreCLR_$(_BuildConfig)
extraVariablesTemplates:
- template: /eng/pipelines/common/templates/runtimes/test-variables.yml

#
# Build the whole product with Release CoreCLR and run libraries tests
Expand All @@ -82,12 +84,14 @@ extends:
- windows_x64
jobParameters:
timeoutInMinutes: 180
buildArgs: -s clr+libs+libs.tests+hosts+packs -c $(_BuildConfig) /p:ArchiveTests=true
buildArgs: -s clr+libs+libs.tests+clr.hosts+packs -c $(_BuildConfig) /p:ArchiveTests=true
postBuildSteps:
- template: /eng/pipelines/libraries/helix.yml
parameters:
creator: dotnet-bot
testRunNamePrefixSuffix: Libraries_$(_BuildConfig)
extraVariablesTemplates:
- template: /eng/pipelines/common/templates/runtimes/test-variables.yml

#
# Build and test libraries AllConfigurations
Expand All @@ -102,3 +106,5 @@ extends:
buildArgs: -test -s tools+libs+libs.tests -allConfigurations -c $(_BuildConfig) /p:TestAssemblies=false /p:TestPackages=true
nameSuffix: Libraries_AllConfigurations
timeoutInMinutes: 150
extraVariablesTemplates:
- template: /eng/pipelines/common/templates/runtimes/test-variables.yml

0 comments on commit 72ebebf

Please sign in to comment.