From 821669e2a5c33e146e1fefa958f38ea56f740094 Mon Sep 17 00:00:00 2001 From: Hyeongseok Oh Date: Tue, 16 May 2017 19:37:03 +0900 Subject: [PATCH] [ARM32/Linux] Copy tests.zip only for CI test Copy tests.zip only from x64 Windows build for CI test We can reduce saved build results of linux/arm in CI machine --- netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netci.groovy b/netci.groovy index 6a97cba..038df2f 100755 --- a/netci.groovy +++ b/netci.groovy @@ -2012,7 +2012,7 @@ combinedScenarios.each { scenario -> // Copy the Windows test binaries and the Corefx build binaries copyArtifacts(WindowTestsName) { - excludePatterns('**/testResults.xml', '**/*.ni.dll') + includePatterns('bin/tests/tests.zip') buildSelector { latestSuccessful(true) } -- 2.7.4