Fix corefx x86 testing and small netci.groovy fixes
authorRuss Keldorph <Russ.Keldorph@microsoft.com>
Fri, 17 Feb 2017 17:12:04 +0000 (09:12 -0800)
committerRuss Keldorph <Russ.Keldorph@microsoft.com>
Fri, 17 Feb 2017 17:43:24 +0000 (09:43 -0800)
commit9ce6f601426c86d48c1c8a78b3558c7456caa719
tree3d57836f3d86ba0ecab86823d17c8bbfc187e11d
parent9f4aae6ac42f846473e6f70f2ac19e8910c97ccc
Fix corefx x86 testing and small netci.groovy fixes

run-corefx-tests.py fixes
- Switch to using the same corefx build switches as the corefx CI.

netci.groovy fixes
- Add COMPlus_Ready2Run=0 to existing ZapDisable jobs to get the coverage
  we intended to have in these jobs.  Previously, R2R images were slipping
  through.

- Add architecture to the trigger strings fore corefx jobs so it's
  possible to request x86 corefx runs.

- Add the -u option to python command line in netci.groovy so Python
  output is synchronized with subcommand output in the CI logs.

- Fix whitespace in name formatting of corefx_baseline jobs

- Remove trailing (sorry, my editor did this and now it is too hard to
  undo.  Add ?w=1 to Github diff URL to filter out ws diffs.)
netci.groovy
tests/scripts/run-corefx-tests.py