From c7ab64fc3b01ac76ee52560683cfefd2eb3cac79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Tue, 26 Jul 2022 15:06:27 +0900 Subject: [PATCH 1/3] Check on tests we disabled on Linux --- src/libraries/tests.proj | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index b259bb9920084..c564c3dbe507d 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -448,32 +448,6 @@ - - - - - - - - - - - - - - - From 13355c70f770facfa3ea50e61971118c255ef3eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Wed, 27 Jul 2022 13:05:50 +0900 Subject: [PATCH 2/3] Bump timout We compile the product + test for ~1 hour and 40 minutes. Leave enough time to wait in the Helix queue. --- eng/pipelines/runtime-extra-platforms-other.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/runtime-extra-platforms-other.yml b/eng/pipelines/runtime-extra-platforms-other.yml index c201d118b62db..a3b0116b30c8b 100644 --- a/eng/pipelines/runtime-extra-platforms-other.yml +++ b/eng/pipelines/runtime-extra-platforms-other.yml @@ -91,7 +91,7 @@ jobs: isSingleFile: true nameSuffix: NativeAOT_Libs_Passing buildArgs: -s clr.aot+libs+libs.tests -c $(_BuildConfig) /p:TestNativeAot=true /p:ArchiveTests=true - timeoutInMinutes: 180 + timeoutInMinutes: 240 # extra steps, run tests extraStepsTemplate: /eng/pipelines/libraries/helix.yml extraStepsParameters: From f95f2cb951f186fc4336e85efb25e126af880baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Thu, 28 Jul 2022 15:41:18 +0900 Subject: [PATCH 3/3] Update tests.proj --- src/libraries/tests.proj | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index c564c3dbe507d..c854dbb8f033c 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -448,6 +448,20 @@ + + + + + + + + + +