run update verify on nightlies
Categories
(Release Engineering :: General, defect, P5)
Tracking
(Not tracked)
People
(Reporter: bhearsum, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [updates])
Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Updated•13 years ago
|
Comment 3•13 years ago
|
||
Reporter | ||
Comment 4•13 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Updated•7 years ago
|
Comment 5•6 years ago
|
||
Can we rescope this slightly to run a modified update-verify process for nightlies?
We can fetch the current and previous mar files directly given information in the taskgraph. We can fetch the linux64 updater binaries from the linux64 build, and then use it to verify that all the nightly updates can be applied and result in the correct end-state. In this way we could avoid a dependency on AUS, and be able to block publishing updates until they've been tested.
Reporter | ||
Comment 6•6 years ago
|
||
(In reply to Chris AtLee [:catlee] from comment #5)
Can we rescope this slightly to run a modified update-verify process for
nightlies?We can fetch the current and previous mar files directly given information
in the taskgraph. We can fetch the linux64 updater binaries from the linux64
build, and then use it to verify that all the nightly updates can be applied
and result in the correct end-state. In this way we could avoid a dependency
on AUS, and be able to block publishing updates until they've been tested.
This probably wouldn't be very hard. https://dxr.mozilla.org/mozilla-central/source/tools/update-verify/release/common/check_updates.sh wants the path to two MARs on disk (as well as a few other things), and it should run the test and give you pass/fail.
Comment 7•3 years ago
|
||
We have startup tests for nightlies.
Description
•