Page MenuHomePhabricator

Implement Build Plan behavior "Affects Buildable"
ClosedPublic

Authored by epriestley on Feb 28 2019, 9:24 PM.
Tags
None
Referenced Files
F15453096: D20233.diff
Sat, Mar 29, 9:22 AM
F15432265: D20233.diff
Mon, Mar 24, 5:08 PM
F15430098: D20233.id48293.diff
Mon, Mar 24, 5:39 AM
F15416735: D20233.id.diff
Thu, Mar 20, 1:14 PM
F15412670: D20233.diff
Wed, Mar 19, 2:17 PM
F15404881: D20233.id48339.diff
Tue, Mar 18, 9:30 AM
F15392270: D20233.id48293.diff
Sat, Mar 15, 2:13 PM
F15349349: D20233.diff
Mon, Mar 10, 2:55 PM
Subscribers
Restricted Owners Package

Details

Summary

Ref T13258. Make the "Affects Buildable" option actually work.

Test Plan
  • As in previous change, created a "wait for HTTP request" build plan and had it always run against every revision.
  • Created revisions, waited a bit, then sent the build a "Fail" message, with different values of "Affects Buildable":
  • "Always": Same behavior as today. Buildable waited for the build, then failed when it failed.
  • "While Building": Buildable waited for the build, but passed even though it failed (buildable has green checkmark even though build is red):

Screen Shot 2019-02-28 at 1.21.29 PM.png (78×316 px, 10 KB)

  • "Never": Buildable passed immediately (buildable has green checkmark even though build is still running):

Screen Shot 2019-02-28 at 1.21.49 PM.png (72×323 px, 10 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a subscriber: Restricted Owners Package.Feb 28 2019, 9:24 PM
This revision is now accepted and ready to land.Mar 5 2019, 7:52 PM
This revision was automatically updated to reflect the committed changes.