Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky committed Dec 9, 2022
1 parent 7ceb3d0 commit 0ad9e2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1117,8 +1117,8 @@ extends:
jobParameters:
testGroup: innerloop
nameSuffix: AllSubsets_Mono_Interpreter_RuntimeTests
liveLibrariesBuildConfig: Release
liveRuntimeBuildConfig: release
liveLibrariesBuildConfig: Release
liveRuntimeBuildConfig: release
runtimeVariant: monointerpreter
buildArgs: -s mono+libs+clr.hosts+clr.iltools -c Release
timeoutInMinutes: 180
Expand Down Expand Up @@ -1153,8 +1153,8 @@ extends:
jobParameters:
testGroup: innerloop
nameSuffix: AllSubsets_Mono_LLVMAot_RuntimeTests
liveLibrariesBuildConfig: Release
liveRuntimeBuildConfig: release
liveLibrariesBuildConfig: Release
liveRuntimeBuildConfig: release
runtimeVariant: llvmaot
buildArgs: -s mono+libs+clr.hosts+clr.iltools -c Release /p:MonoEnableLLVM=true /p:MonoBundleLLVMOptimizer=true /p:MonoLLVMUseCxx11Abi=true
timeoutInMinutes: 180
Expand Down Expand Up @@ -1190,8 +1190,8 @@ extends:
jobParameters:
testGroup: innerloop
nameSuffix: AllSubsets_Mono_LLVMFullAot_RuntimeTests
liveLibrariesBuildConfig: Release
liveRuntimeBuildConfig: release
liveLibrariesBuildConfig: Release
liveRuntimeBuildConfig: release
runtimeVariant: llvmfullaot
buildArgs: -s mono+libs+clr.hosts+clr.iltools -c Release /p:MonoEnableLLVM=true /p:MonoBundleLLVMOptimizer=true /p:MonoLLVMUseCxx11Abi=true
timeoutInMinutes: 300
Expand Down

0 comments on commit 0ad9e2b

Please sign in to comment.