Skip to content
代码片段 群组 项目
  • Javier Calvarro Nelson's avatar
    85af1fd6
    [Infrastructure] Adds support for capturing process dumps for hanging builds on Windows (#13912) · 85af1fd6
    Javier Calvarro Nelson 创作于
    * Downloads and installs ProcDump as part of the build.
    * Registers a scheduled job that wakes up in 160 minutes.
    * Upon waking up, the background job lists all the processes it
      received as candidates.
    * For each process it captures a full memory dump.
    * At the end of the build, a separate step checks on whether the job
      ran (the build hanged) or everything is correct and displays statistics.
    * If dumps are found, they are collected and made available as artifacts
      under Windows(_Templates)_Tests_Logs.
    85af1fd6
    历史
    [Infrastructure] Adds support for capturing process dumps for hanging builds on Windows (#13912)
    Javier Calvarro Nelson 创作于
    * Downloads and installs ProcDump as part of the build.
    * Registers a scheduled job that wakes up in 160 minutes.
    * Upon waking up, the background job lists all the processes it
      received as candidates.
    * For each process it captures a full memory dump.
    * At the end of the build, a separate step checks on whether the job
      ran (the build hanged) or everything is correct and displays statistics.
    * If dumps are found, they are collected and made available as artifacts
      under Windows(_Templates)_Tests_Logs.