Ticket #114 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

'Stop Build' functionality missing

Reported by: Ukyo81 Assigned to:
Priority: major Milestone: 0.7.7
Component: statusplugins-web Version: 0.7.6
Keywords: Cc: Brian, Warner, <warner@lothar.com>

Description

The 'Stop Build' button does not seem to appear anymore whether the user sets the AllowForce? attribute of a WebStatus? instance to True.

Steps to reproduce:

1. Set up a build factory that takes at least a few seconds to finish.

2. Attach the build factory to a connected buildslave.

3. Set up a WebStatus? instance with the AllowForce? attribute set to True.

4. Force a build of that new builder through the web interface.

5. Navigate back to the build's status page while the build is still in progress.

Results:

The new build's status page does not show a Stop Build button for that build when it is in progress.

Expected Results:

When a builder is building, assuming the WebStatus? instance is set up properly, there should be a 'Stop Build' button available for the user to interrupt the build when necessary. This was the behavior in older builds of buildbot which appears to be missing in 0.7.6.

Change History

10/03/07 17:35:40 changed by Ukyo81

  • cc set to Brian, Warner, <warner@lothar.com>.
  • owner changed.
  • component changed from other to statusplugins-web.

10/10/07 01:23:52 changed by warner

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone changed from undecided to 0.7.7.

This ought to be fixed now, in [493]. Thanks!