Change Windows arm32/arm64 Debug normal/innerloop jobs to NOT run tests
authorBruce Forstall <brucefo@microsoft.com>
Mon, 23 Jul 2018 23:20:26 +0000 (16:20 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Mon, 23 Jul 2018 23:50:32 +0000 (16:50 -0700)
commit715141ad40d22e414f5c79bc57425b4a994dbbf1
treefc232b400a3121d8cac1288711c202c55f99c4bb
parentff6b1dff76b2d64d61192982c1f63de4c71acb9b
Change Windows arm32/arm64 Debug normal/innerloop jobs to NOT run tests

We don't want these Debug jobs to run tests, because Debug testing is
slow, and we have few machine resources. It's a bit of a bug that we
are currently running tests, because the job is named with "Build", not
"Build and Test".

So make it do what the name says: Debug normal/innerloop arm32/arm64 jobs
will not run tests.

This is asymmetric, unfortunately. I might prefer that the Debug jobs get
generated as "Build and Test", but just not be triggered. (But be available
for triggering.) Or perhaps just not get generated. That might require a
separate set of just "Build" jobs that could be useful in some scenarios,
such as for what the current Debug "Build" only jobs are currently used for.

Commit migrated from https://github.com/dotnet/coreclr/commit/6ca477caa0e55c3ed722f991d10933ba4409fcdc
src/coreclr/netci.groovy