From 5c5830c5b64e132c136401ade41b8d9748fa3915 Mon Sep 17 00:00:00 2001 From: noahfalk Date: Wed, 23 Aug 2017 17:08:36 -0700 Subject: [PATCH] Add more logging to corefx test CI runs --- netci.groovy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netci.groovy b/netci.groovy index 01f78bfce3..47911994bf 100755 --- a/netci.groovy +++ b/netci.groovy @@ -1590,6 +1590,10 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR // Archive and process (only) the test results Utilities.addArchival(newJob, "${workspaceRelativeFxRoot}/bin/**/testResults.xml") Utilities.addXUnitDotNETResults(newJob, "${workspaceRelativeFxRoot}/bin/**/testResults.xml") + + //Archive additional build stuff to diagnose why my attempt at fault injection isn't causing CI to fail + Utilities.addArchival(newJob, "SetStressModes.bat") + Utilities.addArchival(newJob, "${workspaceRelativeFxRoot}/bin/testhost/**") } else { buildCommands += "%WORKSPACE%\\tests\\runtest.cmd ${runtestArguments} TestEnv ${stepScriptLocation}" -- 2.34.1