From 9399d786a674beddbd94830a0223b57a4b6b67c9 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Tue, 2 Nov 2021 13:50:05 -0400 Subject: [PATCH 1/2] Switch to run only smoke tests per PR for apple mobile configurations Contributes to https://github.com/dotnet/runtime/issues/61017 --- eng/pipelines/runtime-staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/runtime-staging.yml b/eng/pipelines/runtime-staging.yml index 8e5e8630500e38..fb60bef5e7b6e8 100644 --- a/eng/pipelines/runtime-staging.yml +++ b/eng/pipelines/runtime-staging.yml @@ -86,7 +86,7 @@ jobs: jobParameters: testGroup: innerloop nameSuffix: AllSubsets_Mono - buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true /p:RunAOTCompilation=true /p:MonoForceInterpreter=true /p:BuildDarwinFrameworks=true + buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true $(_runSmokeTestsOnlyArg) /p:RunAOTCompilation=true /p:MonoForceInterpreter=true /p:BuildDarwinFrameworks=true timeoutInMinutes: 180 condition: >- or( @@ -130,7 +130,7 @@ jobs: jobParameters: testGroup: innerloop nameSuffix: AllSubsets_Mono - buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true /p:DevTeamProvisioning=adhoc /p:RunAOTCompilation=true /p:MonoForceInterpreter=true /p:BuildDarwinFrameworks=true + buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true $(_runSmokeTestsOnlyArg) /p:DevTeamProvisioning=adhoc /p:RunAOTCompilation=true /p:MonoForceInterpreter=true /p:BuildDarwinFrameworks=true timeoutInMinutes: 180 condition: >- or( From 3af0713d8f530095baeeea4dc1e9774687c224fe Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Tue, 2 Nov 2021 15:32:38 -0400 Subject: [PATCH 2/2] Make sure to exclude functional tests --- src/libraries/tests.proj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index d748ceaba2fb81..17845f20a45be2 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -369,7 +369,7 @@ BuildInParallel="false" /> - + @@ -378,13 +378,13 @@ BuildInParallel="false" /> - + - + @@ -393,7 +393,7 @@ BuildInParallel="false" /> - +