From 26ce14eeec97477133af5677ad755a55e95e6a71 Mon Sep 17 00:00:00 2001 From: Fan Yang <52458914+fanyang-mono@users.noreply.github.com> Date: Thu, 5 Aug 2021 19:57:18 -0400 Subject: [PATCH] Add interp to the lane name (#56928) --- eng/pipelines/runtime-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/runtime-staging.yml b/eng/pipelines/runtime-staging.yml index 92e672c..40ca5bf 100644 --- a/eng/pipelines/runtime-staging.yml +++ b/eng/pipelines/runtime-staging.yml @@ -244,7 +244,7 @@ jobs: value: 180 jobParameters: testGroup: innerloop - nameSuffix: AllSubsets_Mono_RuntimeTests + nameSuffix: AllSubsets_Mono_RuntimeTests_Interp buildArgs: -s mono+libs -c $(_BuildConfig) timeoutInMinutes: 240 runtimeVariant: monointerpreter -- 2.7.4