Actions
Task #3034
closedBug #2936: Pipeline instance component display: for a finished pi (and probably for one in progress with multiple components), the job progress bar is not red if the job has failed.
Review 2936-job-progress-bar
Description
Review at 4b8a53c
Ensure that:
- All job progress bars reflect at least one task. If a job has no tasks at all (done, failed, finished, or todo) that should be considered a failed job, so render a progress bar as though one task ran and failed.
- A failed job (j[:success] == false) always shows at least one failed task. If a job is marked as failed but has no failed tasks, then pretend there was one failed task so at least some red will appear in the progress bar.
Updated by Brett Smith over 10 years ago
- Status changed from New to In Progress
- Assigned To set to Brett Smith
- Start date set to 06/17/2014
Updated by Brett Smith over 10 years ago
- Assigned To changed from Brett Smith to Tim Pierce
Updated by Tim Pierce over 10 years ago
- Status changed from In Progress to Resolved
- Remaining (hours) set to 0.0
Actions