Page MenuHomePhabricator

[Buildkite] Add automatic retries to workflows missing it
ClosedPublic

Authored by atul on Aug 8 2023, 12:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 25, 8:26 PM
Unknown Object (File)
Mon, Jun 24, 2:35 PM
Unknown Object (File)
Mon, Jun 24, 2:35 PM
Unknown Object (File)
Mon, Jun 24, 2:35 PM
Unknown Object (File)
Mon, Jun 24, 2:35 PM
Unknown Object (File)
Mon, Jun 24, 2:32 PM
Unknown Object (File)
Mon, Jun 10, 7:24 PM
Unknown Object (File)
Thu, Jun 6, 1:37 AM
Subscribers
None

Details

Summary

We previously added automatic retries to all of the Buildkite workflows. However, it looks like some of the newly introduced/edited workflows don't include the retries setting. Noticed macos workflow was missing retries when the following failed: https://buildkite.com/comm/macos-build-electron/builds/5628

Test Plan

NA

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul published this revision for review.Aug 8 2023, 12:19 AM

I guess we could have a test plan here: e.g. create a job that fails and check if it gets retried. But if we follow what's in other workflows, we shouldn't expect any differences.

This revision is now accepted and ready to land.Aug 8 2023, 1:22 AM
In D8756#258173, @tomek wrote:

I guess we could have a test plan here: e.g. create a job that fails and check if it gets retried. But if we follow what's in other workflows, we shouldn't expect any differences.

Yeah, I was thinking we could try to get each to fail intentionally... but figured we could trust that behavior would match other workflows

This revision was landed with ongoing or failed builds.Aug 8 2023, 1:55 AM
This revision was automatically updated to reflect the committed changes.