[all-commits] [llvm/llvm-project] d232ec: [libc++] Add timeout to BuildKite jobs

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Aug 9 12:31:20 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d232ec3c2a13cf6df061c903c36d3fd70d4be174
      https://github.com/llvm/llvm-project/commit/d232ec3c2a13cf6df061c903c36d3fd70d4be174
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-08-09 (Mon, 09 Aug 2021)

  Changed paths:
    M libcxx/docs/AddingNewCIJobs.rst
    M libcxx/utils/ci/buildkite-pipeline.yml

  Log Message:
  -----------
  [libc++] Add timeout to BuildKite jobs

We just had a case where a build bot stalled in an infinite loop during
testing, and the whole pipeline got stuck. To avoid that from happening
in the future, use a timeout on BuildKite jobs.

Differential Revision: https://reviews.llvm.org/D107765




More information about the All-commits mailing list