Ticket #345 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

SKIPPED is missing in buildbot/status/web/base.py and can cause exception

Reported by: cli Owned by:
Priority: trivial Milestone: 0.7.10
Version: 0.7.8 Keywords: skipped web css
Cc:

Description

If one uses SKIPPED in a custom Shell class an exception is thrown if one visits the Builder page that has recently skipped a build/step.

It seems the exception is a result of the missing SKIPPED entry in the css_classes. The little attached patch should fix that in the buildbot/status/web/base.py file.

Attachments

75.html Download (12.4 KB) - added by cli 3 years ago.
Exception stacktrace
add_css_class.diff Download (649 bytes) - added by cli 3 years ago.
Little patch

Change History

Changed 3 years ago by cli

Exception stacktrace

Changed 3 years ago by cli

Little patch

comment:1 Changed 3 years ago by dustin

  • Status changed from new to closed
  • Resolution set to fixed
Created commit 03b635a: (fixes #345) add CSS class for SKIPPED
 1 files changed, 2 insertions(+), 1 deletions(-)

comment:2 Changed 3 years ago by dustin

  • Milestone changed from undecided to 0.7.10
Note: See TracTickets for help on using tickets.