Page MenuHomePhabricator

[Buildkite] Add automatic retries to `CommTest` workflow
ClosedPublic

Authored by atul on Oct 24 2023, 8:19 AM.
Tags
None
Referenced Files
F3401133: D9569.diff
Mon, Dec 2, 10:40 AM
Unknown Object (File)
Wed, Nov 20, 6:01 PM
Unknown Object (File)
Sat, Nov 16, 9:02 PM
Unknown Object (File)
Sat, Nov 16, 9:02 PM
Unknown Object (File)
Sat, Nov 16, 9:02 PM
Unknown Object (File)
Sat, Nov 16, 9:02 PM
Unknown Object (File)
Sat, Nov 16, 9:02 PM
Unknown Object (File)
Sat, Nov 16, 9:01 PM
Subscribers

Details

Summary

Try to reduce failures when there are intermittent outages of whatever dependencies.

Test Plan

NA

Diff Detail

Repository
rCOMM Comm
Branch
arcpatch-D9569 (branched from master)
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul published this revision for review.Oct 24 2023, 8:22 AM
This revision is now accepted and ready to land.Oct 24 2023, 11:15 AM
This revision was landed with ongoing or failed builds.Oct 24 2023, 2:52 PM
This revision was automatically updated to reflect the committed changes.

@atul I think this doesn't work now

.buildkite/commtest.yml
7–8 ↗(On Diff #32369)

Shouldn't this retry be one level higher? At the step level, not the plugin config level?

.buildkite/commtest.yml
7–8 ↗(On Diff #32369)

Ah yeah. Usually retry is right below command, but looks like things might be different here and it should be moved out to same level as label. Will put up a diff fixing this rn.

.buildkite/commtest.yml
7–8 ↗(On Diff #32369)