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)
commit8e2caf237d73d60805932ef5bfef6b3c413909a8
tree1814e534f5f60c555211d936c389811fb7cfd0b8
parentf34d2e04666ac10982437e37cdc07b19f2be5896
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.)

Commit migrated from https://github.com/dotnet/coreclr/commit/9ce6f601426c86d48c1c8a78b3558c7456caa719
src/coreclr/netci.groovy
src/coreclr/tests/scripts/run-corefx-tests.py