Commit Graph

2 Commits

Author SHA1 Message Date
Doug Bunting 922baf932e
Reduce truncation of information in the runningProcesses*.txt files (#12398)
- widen lines in process dump files
- increase process dump frequency to once every 2 minutes (from 5 minutes)
- simplify process dump filenames
  - no need to keep files from previous ./build.ps1 invocations around
  - by definition, job isn't hung if it can move to next build step
- save previous process dump files
  - should help if cancellation kills processes before final process dump runs

nits:
- move from deprecated `Get-WmiObject` to `Get-CimInstance`
- trim trailing whitespace
2019-07-25 22:27:45 -07:00
John Luo 3707e1a832
Clean up background processes on CI builds (#11151)
Addresses issues where background Java processes causes builds to hang.
Added diagnostics to capture running processes on CI builds.
2019-06-13 12:48:23 -07:00