Ticket #510 (closed enhancement: wontfix)

Opened 4 years ago

Last modified 3 years ago

Restarting a build step

Reported by: ipv6guru Owned by:
Priority: major Milestone: 0.8.+
Version: 0.7.10 Keywords: sourceforge 1728246
Cc:

Description

Hello there!

I have one question. Is it possible to modify buildbot so it will be possible to restart only a special build step?

I have seen in the html.py that in StatusResourceBuild? it is possible to add after each step a new button. But how can I obtain a BuildStep? and restart this step.

The thing is that our buildbot is checking out from cvs, building the project and running some tests (unit and performance tests) Sometimes it should be possible just to restart a unit or performance test.

Hope it is clear what I am asking for:)

Thanks in advance.

Martin

Submitted: Martin ( mmigasiewicz ) - 2007-05-30 20:04

Change History

comment:1 Changed 4 years ago by ipv6guru

Moved from sourceforge

comment:2 Changed 4 years ago by dustin

  • Type changed from defect to enhancement
  • Milestone changed from undecided to 0.7.+

comment:3 Changed 3 years ago by dustin

  • Status changed from new to closed
  • Resolution set to wontfix

Steps are not idempotent or atomic. The smallest unit of control is the build.

Note: See TracTickets for help on using tickets.