Page MenuHomePhabricator

Allow build steps to explicitly fail the build
ClosedPublic

Authored by hach-que on Jul 31 2014, 4:38 AM.
Tags
None
Referenced Files
F15386111: D10090.id24267.diff
Sat, Mar 15, 12:03 AM
F15381766: D10090.diff
Fri, Mar 14, 9:16 AM
F15381518: D10090.id24267.diff
Fri, Mar 14, 8:03 AM
F15379522: D10090.id24267.diff
Thu, Mar 13, 9:42 PM
F15374175: D10090.diff
Wed, Mar 12, 5:25 PM
Unknown Object (File)
Mon, Feb 24, 6:29 PM
Unknown Object (File)
Mon, Feb 24, 5:31 PM
Unknown Object (File)
Jan 30 2025, 3:39 AM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rPaa87a524e20f: Allow build steps to explicitly fail the build
Summary

We've received feedback that the "core - exception" is incredibly confusing, to the point where developers see this and write off the build failure as a Phabricator error that is unrelated to their changes.

Test Plan

Ran a build with a exit 1 run step, didn't see the "core - exception" appear.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

hach-que retitled this revision from to Allow build steps to explicitly fail the build.
hach-que updated this object.
hach-que edited the test plan for this revision. (Show Details)
hach-que added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/harbormaster/worker/HarbormasterTargetWorker.php
75

We should probably make a STATUS_BROKEN / STATUS_ERROR of some kind for this, at some point.

This revision is now accepted and ready to land.Jul 31 2014, 7:42 PM
hach-que updated this revision to Diff 24292.

Closed by commit rPaa87a524e20f (authored by @hach-que).