mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 08:12:40 +01:00
270c8d27ab
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 |
||
---|---|---|
.. | ||
HarbormasterBuildableApplyController.php | ||
HarbormasterBuildableEditController.php | ||
HarbormasterBuildableListController.php | ||
HarbormasterBuildableViewController.php | ||
HarbormasterBuildCancelController.php | ||
HarbormasterBuildViewController.php | ||
HarbormasterController.php | ||
HarbormasterPlanController.php | ||
HarbormasterPlanEditController.php | ||
HarbormasterPlanListController.php | ||
HarbormasterPlanOrderController.php | ||
HarbormasterPlanViewController.php | ||
HarbormasterStepAddController.php | ||
HarbormasterStepDeleteController.php | ||
HarbormasterStepEditController.php |