This is an archive of the discontinued LLVM Phabricator instance.

Collapse the build requests for NVidia NVPTX builders on Windows platforms.
ClosedPublic

Authored by vvereschaka on Oct 18 2022, 8:29 PM.

Details

Summary

The NVPTX target builds take more time than expected between coming build requests and we get a large unprocessed queue for the builders on the Windows platform. Just lets collapsed the incoming build requests to reduce the build queue.

Diff Detail

Event Timeline

vvereschaka created this revision.Oct 18 2022, 8:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 18 2022, 8:29 PM
vvereschaka requested review of this revision.Oct 18 2022, 8:29 PM

No need to specify True. Just remove the 'collapseRequests' param and let the default do its work.
It will handle clean flags, manual build requests and such cases for you.

Updated the builder configurations - removed collapseRequests option. Also reduced a number of concurrent builds for the Windows worker to 1.

This revision is now accepted and ready to land.Oct 19 2022, 11:50 AM