Skip to content

Commit

Permalink
Update name suffix for unified pipelines to be more clear (dotnet#37461)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored Jun 5, 2020
1 parent 0e08e56 commit ee2ea5a
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 @@ -251,7 +251,7 @@ jobs:
- Linux_arm
jobParameters:
testGroup: innerloop
nameSuffix: All_Mono
nameSuffix: AllSubsets_Mono
buildArgs: -s mono+libs+installer -c $(_BuildConfig)
condition: >-
or(
Expand All @@ -274,7 +274,7 @@ jobs:
- Linux_musl_x64
jobParameters:
testGroup: innerloop
nameSuffix: All_Mono
nameSuffix: AllSubsets_Mono
buildArgs: -s mono+libs+installer -c $(_BuildConfig)
condition: >-
or(
Expand All @@ -295,7 +295,7 @@ jobs:
- OSX_x64
jobParameters:
testGroup: innerloop
nameSuffix: All_Mono_LLVMJIT
nameSuffix: AllSubsets_Mono_LLVMJIT
buildArgs: -s mono+libs+installer -c $(_BuildConfig)
/p:MonoEnableLLVM=true /p:MonoBundleLLVMOptimizer=false
condition: >-
Expand All @@ -314,7 +314,7 @@ jobs:
- Linux_x64
jobParameters:
testGroup: innerloop
nameSuffix: All_Mono_LLVMJIT
nameSuffix: AllSubsets_Mono_LLVMJIT
buildArgs: -s mono+libs+installer -c $(_BuildConfig)
/p:MonoEnableLLVM=true /p:MonoBundleLLVMOptimizer=false
condition: >-
Expand All @@ -336,7 +336,7 @@ jobs:
- Linux_x64
jobParameters:
testGroup: innerloop
nameSuffix: All_Mono_LLVMAOT
nameSuffix: AllSubsets_Mono_LLVMAOT
buildArgs: -s mono+libs+installer -c $(_BuildConfig)
/p:MonoEnableLLVM=true /p:MonoBundleLLVMOptimizer=true
condition: >-
Expand All @@ -355,7 +355,7 @@ jobs:
- OSX_x64
jobParameters:
testGroup: innerloop
nameSuffix: All_Mono_LLVMAOT
nameSuffix: AllSubsets_Mono_LLVMAOT
buildArgs: -s mono+libs+installer -c $(_BuildConfig)
/p:MonoEnableLLVM=true /p:MonoBundleLLVMOptimizer=true
condition: >-
Expand Down

0 comments on commit ee2ea5a

Please sign in to comment.