Page MenuHomePhabricator

Formalize "manual" buildables in Harbormaster
ClosedPublic

Authored by epriestley on Dec 24 2013, 7:37 PM.
Tags
None
Referenced Files
F13185118: D7824.diff
Sat, May 11, 2:36 AM
Unknown Object (File)
Tue, May 7, 4:56 AM
Unknown Object (File)
Fri, May 3, 2:21 AM
Unknown Object (File)
Thu, May 2, 8:06 PM
Unknown Object (File)
Mon, Apr 29, 1:43 PM
Unknown Object (File)
Sat, Apr 27, 10:35 PM
Unknown Object (File)
Wed, Apr 24, 9:48 PM
Unknown Object (File)
Sun, Apr 21, 3:48 PM
Subscribers

Details

Summary

Ref T1049. Generally, it's useful to separate test/trial/manual runs from production/automatic runs.

For example, you don't want to email a bunch of people that the build is broken just because you messed something up when writing a new build plan. You'd rather try it first, then promote it into production once you have some good runs.

Similarly, test runs generally should not affect the outside world, etc. Finally, some build steps (like "wait for other buildables") may want to behave differently when run in production/automation than when run in a testing environment (where they should probably continue immediately).

So, formalize the distinction between automatic buildables (those created passively by the system in response to events) and manual buildables (those created explicitly by users). Add filtering, and stop the automated parts of the system from interacting with the manual parts (for example, we won't show manual results on revisions).

This also moves the "Apply Build Plan" to a third, new home: instead of the sidebar or Buildables, it's now on plans. I think this generally makes more sense given how things have developed. Broadly, this improves isolation of test environments.

Test Plan

Created some builds, browsed around, used filters, etc.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped