Cancelling build loses log file
Bug #1050514 reported by
Ted Gould
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Launchpad itself |
Fix Released
|
High
|
Colin Watson | ||
Bug Description
This may be a fact of life, but it kinda sucks. It'd be nice to say "I'll free up the builder and save it for everyone else" without losing the information that I need on the build if I notice it's gone astray.
Related branches
lp:~cjwatson/launchpad/cancelled-buildlog
- William Grant (community): Approve (code)
-
Diff: 50 lines (+12/-2)2 files modifiedlib/lp/buildmaster/model/buildfarmjobbehavior.py (+2/-1)
lib/lp/buildmaster/tests/test_buildfarmjobbehavior.py (+10/-1)
| tags: | added: soyuz-build |
| Changed in launchpad: | |
| status: | New → Triaged |
| importance: | Undecided → Low |
| tags: | added: buildfarm |
| summary: |
- Cancelling build looses log file + Cancelling build loses log file |
| description: | updated |
| Changed in launchpad: | |
| assignee: | nobody → Colin Watson (cjwatson) |
| status: | Triaged → In Progress |
| tags: |
added: qa-ok removed: qa-needstesting |
| Changed in launchpad: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.
High because we need to do this before we implement auto-cancellation of superseded jobs.