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
F15573824: D10090.id.diff
Mon, May 5, 10:08 PM
F15561475: D10090.id24292.diff
Tue, Apr 29, 8:02 PM
F15560816: D10090.id.diff
Tue, Apr 29, 4:44 PM
F15560590: D10090.id24267.diff
Tue, Apr 29, 3:28 PM
F15553913: D10090.diff
Mon, Apr 28, 4:28 AM
F15540513: D10090.id24292.diff
Fri, Apr 25, 8:01 AM
F15461529: D10090.id.diff
Apr 1 2025, 8:59 AM
F15454535: D10090.id.diff
Mar 29 2025, 6:59 PM
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
Branch
exception-no-log
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1955
Build 1956: [Placeholder Plan] Wait for 30 Seconds

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).