1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-25 08:12:40 +01:00
phorge-phorge/src/applications/harbormaster/controller
James Rhodes 270c8d27ab Implement "Wait for Previous Builds" build step
Summary: This adds a build step which will block a build from continuing if there are previous builds of the build plan still running.

Test Plan: Configured a build plan with a wait of 60 seconds and a "wait for previous builds", then started a build.  While that was still building, reconfigured the plan to have a wait time of 3 seconds, started it, and saw it move into the "Waiting" status.  When the 60 second build finished, both builds passed.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Maniphest Tasks: T1049

Differential Revision: https://secure.phabricator.com/D7745
2013-12-10 11:02:34 +11:00
..
HarbormasterBuildableApplyController.php Use herald to trigger builds of revisions and commits. 2013-11-08 16:58:39 -08:00
HarbormasterBuildableEditController.php Allow users to create buildables from diffs 2013-11-09 15:08:34 -08:00
HarbormasterBuildableListController.php Get some level of meaningful status information into Harbormaster buildable list 2013-11-06 11:26:17 -08:00
HarbormasterBuildableViewController.php Implement "Wait for Previous Builds" build step 2013-12-10 11:02:34 +11:00
HarbormasterBuildCancelController.php Add a "Make an HTTP Request" build step 2013-11-09 07:16:12 -08:00
HarbormasterBuildViewController.php Implement "Wait for Previous Builds" build step 2013-12-10 11:02:34 +11:00
HarbormasterController.php Harbormaster v(-2) 2013-10-22 15:01:06 -07:00
HarbormasterPlanController.php Harbormaster v(-2) 2013-10-22 15:01:06 -07:00
HarbormasterPlanEditController.php Allow users to create buildables from diffs 2013-11-09 15:08:34 -08:00
HarbormasterPlanListController.php Harbormaster v(-2) 2013-10-22 15:01:06 -07:00
HarbormasterPlanOrderController.php Implement explicit build step ordering in Harbormaster 2013-12-06 14:12:15 +11:00
HarbormasterPlanViewController.php Implement explicit build step ordering in Harbormaster 2013-12-06 14:12:15 +11:00
HarbormasterStepAddController.php Implement explicit build step ordering in Harbormaster 2013-12-06 14:12:15 +11:00
HarbormasterStepDeleteController.php Implement interface for adding, editing and deleting build steps on plans. 2013-11-05 14:08:44 -08:00
HarbormasterStepEditController.php Implement explicit build step ordering in Harbormaster 2013-12-06 14:12:15 +11:00