Page MenuHomePhabricator

Improve formality of "HarbormasterBuild" states
ClosedPublic

Authored by epriestley on Jul 13 2021, 11:37 PM.
Tags
None
Referenced Files
F13307675: D21685.diff
Sun, Jun 9, 8:45 PM
F13303624: D21685.diff
Sat, Jun 8, 7:00 AM
F13297298: D21685.diff
Fri, Jun 7, 3:33 AM
F13286609: D21685.diff
Tue, Jun 4, 7:27 AM
F13273552: D21685.diff
Fri, May 31, 2:05 AM
F13270075: D21685.diff
Wed, May 29, 8:52 AM
F13247534: D21685.id.diff
Thu, May 23, 8:14 PM
F13233345: D21685.diff
Tue, May 21, 2:13 AM
Subscribers
Restricted Owners Package

Details

Summary

Ref T13072. Currently, Builds have basic states (like "passed" and "failed") and pending states where a command has been issued but not yet executed (pausing, resuming, restarting, and aborting).

These are handled in a bit of an ad-hoc way, and not everything treats them the same way. In particular, the build page can concurrently report a build as "Aborting" and "Pausing", with different icons and colors.

Make everything use the same logic so that a Build can only be in exactly zero or one pending state, and use the same icons and colors.

Also tighten up which transitions are allowed: for example, it doesn't make sense to pause an aborting build.

The tighter rules don't all produce great UX right now (like "You can't pause this build.", when it would be better as "You can't pause a build which is already aborting." or similar), but just leave that alone for now.

Test Plan

Viewed builds, applied various state changes, ran BuildWorker to effect the state changes, grepped for affected methods, tried to issue various out-of-sequence build commands.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a subscriber: Restricted Owners Package.Jul 13 2021, 11:37 PM
epriestley retitled this revision from Improve formality of "HarbormasterBuild" messages to Improve formality of "HarbormasterBuild" states.Jul 13 2021, 11:39 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jul 21 2021, 9:17 PM
This revision was automatically updated to reflect the committed changes.