[Feature request] Relative build score for snap recipes
Bug #1974360 reported by
Olivier Tilloy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
In Progress
|
Low
|
Colin Watson |
Bug Description
It would be useful if snap recipes could be given a higher (or lower) relative build score, like PPAs do, to tweak their priority.
My main use case is the firefox snaps that are being built on Launchpad¹, but owned and published by Mozilla. When there's a new candidate for a security update, it is important that the snaps be built as soon as possible so that Mozilla's QA team can validate them and promote them to stable at the same time as they publish upstream builds.
Related branches
~cjwatson/launchpad:more-relative-build-scores
Ready for review
for merging
into
launchpad:master
- Clinton Fung: Approve
-
Diff: 823 lines (+346/-32)21 files modifiedlib/lp/charms/browser/charmrecipe.py (+5/-1)
lib/lp/charms/browser/tests/test_charmrecipe.py (+4/-1)
lib/lp/charms/interfaces/charmrecipe.py (+12/-0)
lib/lp/charms/model/charmrecipe.py (+15/-0)
lib/lp/charms/model/charmrecipebuild.py (+1/-3)
lib/lp/charms/tests/test_charmrecipe.py (+11/-0)
lib/lp/code/browser/configure.zcml (+6/-6)
lib/lp/code/browser/gitrepository.py (+17/-10)
lib/lp/code/browser/tests/test_gitrepository.py (+9/-6)
lib/lp/code/interfaces/gitrepository.py (+12/-0)
lib/lp/code/model/cibuild.py (+1/-1)
lib/lp/code/model/gitrepository.py (+15/-0)
lib/lp/code/model/tests/test_cibuild.py (+13/-0)
lib/lp/scripts/garbo.py (+87/-0)
lib/lp/scripts/tests/test_garbo.py (+96/-0)
lib/lp/snappy/browser/snap.py (+2/-0)
lib/lp/snappy/browser/tests/test_snap.py (+5/-1)
lib/lp/snappy/interfaces/snap.py (+12/-0)
lib/lp/snappy/model/snap.py (+15/-0)
lib/lp/snappy/model/snapbuild.py (+5/-1)
lib/lp/snappy/tests/test_snap.py (+3/-2)
~cjwatson/launchpad:merge-db-stable
Merged
into
launchpad:master
- Colin Watson (community): Approve
-
Diff: 20 lines (+14/-0)1 file modifieddatabase/schema/patch-2211-16-0.sql (+14/-0)
~cjwatson/launchpad:db-more-relative-build-scores
Merged
into
launchpad:db-devel
- William Grant (community): Approve (db)
-
Diff: 20 lines (+14/-0)1 file modifieddatabase/schema/patch-2211-16-0.sql (+14/-0)
~cjwatson/launchpad:db-more-relative-build-scores
Superseded
for merging
into
launchpad:master
- William Grant: Pending (db) requested
-
Diff: 20 lines (+14/-0)1 file modifieddatabase/schema/patch-2211-16-0.sql (+14/-0)
tags: | added: feature lp-snappy |
Changed in launchpad: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in launchpad: | |
assignee: | nobody → Colin Watson (cjwatson) |
status: | Triaged → In Progress |
To post a comment you must log in.