This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Add timeout to BuildKite jobs
ClosedPublic

Authored by ldionne on Aug 9 2021, 6:43 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGd232ec3c2a13: [libc++] Add timeout to BuildKite jobs
Summary

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.

Diff Detail

Event Timeline

ldionne created this revision.Aug 9 2021, 6:43 AM
ldionne requested review of this revision.Aug 9 2021, 6:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 9 2021, 6:43 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Aug 9 2021, 12:30 PM
This revision is now accepted and ready to land.Aug 9 2021, 12:30 PM
This revision was automatically updated to reflect the committed changes.