Skip to content

Commit 021383f

Browse files
committed
modify tests to run on azdo
1 parent 86a43ec commit 021383f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

eng/pipelines/runtime.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ extends:
8989
value: $[ stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_tools_illink.containsChange'] ]
9090
jobParameters:
9191
testGroup: innerloop
92-
nameSuffix: AllSubsets_Mono
93-
buildArgs: -s mono+libs+libs.tests+host+packs -c $(_BuildConfig) /p:ArchiveTests=true /p:DevTeamProvisioning=- /p:RunAOTCompilation=true /p:RunSmokeTestsOnly=true /p:BuildTestsOnHelix=true /p:EnableAdditionalTimezoneChecks=true /p:UsePortableRuntimePack=false /p:EnableAggressiveTrimming=true
92+
nameSuffix: AllSubsets_Mono_OnAzdo
93+
buildArgs: -s mono+libs+libs.tests+host+packs -c $(_BuildConfig) /p:ArchiveTests=true /p:DevTeamProvisioning=- /p:RunAOTCompilation=true /p:RunSmokeTestsOnly=true /p:EnableAdditionalTimezoneChecks=true /p:UsePortableRuntimePack=false /p:EnableAggressiveTrimming=true
9494
timeoutInMinutes: 120
9595
condition: >-
9696
or(
@@ -105,7 +105,6 @@ extends:
105105
parameters:
106106
creator: dotnet-bot
107107
testRunNamePrefixSuffix: Mono_$(_BuildConfig)
108-
extraHelixArguments: /p:NeedsToBuildAppsOnHelix=true
109108
condition: >-
110109
or(
111110
eq(variables['librariesContainsChange'], true),
@@ -134,7 +133,7 @@ extends:
134133
value: $[ stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_tools_illink.containsChange'] ]
135134
jobParameters:
136135
testGroup: innerloop
137-
nameSuffix: AllSubsets_CoreCLR
136+
nameSuffix: AllSubsets_CoreCLR_OnAzdo
138137
buildArgs: -s clr+clr.runtime+libs+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true /p:DevTeamProvisioning=- /p:RunAOTCompilation=false /p:UseMonoRuntime=false /p:MonoForceInterpreter=false /p:BuildTestsOnHelix=false /p:UseNativeAOTRuntime=false /p:RunSmokeTestsOnly=true
139138
timeoutInMinutes: 120
140139
condition: >-
@@ -177,7 +176,7 @@ extends:
177176
value: $[ stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_coreclr.containsChange'] ]
178177
jobParameters:
179178
testGroup: innerloop
180-
nameSuffix: AllSubsets_NativeAOT
179+
nameSuffix: AllSubsets_NativeAOT_OnHelix
181180
buildArgs: --cross -s clr.alljits+clr.tools+clr.nativeaotruntime+clr.nativeaotlibs+libs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true /p:RunSmokeTestsOnly=true /p:DevTeamProvisioning=- /p:BuildTestsOnHelix=true /p:UseNativeAOTRuntime=true /p:RunAOTCompilation=false /p:ContinuousIntegrationBuild=true
182181
timeoutInMinutes: 180
183182
condition: >-
@@ -223,7 +222,7 @@ extends:
223222
value: $[ stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'] ]
224223
jobParameters:
225224
testGroup: innerloop
226-
nameSuffix: AllSubsets_Mono
225+
nameSuffix: AllSubsets_Mono_OnAzdo
227226
buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true $(_runSmokeTestsOnlyArg) /p:RunAOTCompilation=true /p:MonoForceInterpreter=true
228227
timeoutInMinutes: 240
229228
# extra steps, run tests

0 commit comments

Comments
 (0)