canmove, Confirmed users
6,439
edits
(→Build 3: it's running) |
|||
Line 27: | Line 27: | ||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Publish_in_Balrog | Publish in Balrog ]] | * [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Publish_in_Balrog | Publish in Balrog ]] | ||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]] | * [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]] | ||
=== Deal with missing beta channel === | |||
KaiRo noticed that 38.0.5 didn't become available on beta-cdntest. This is because we only enable the beta channel for "final" releases (http://mxr.mozilla.org/build/source/tools/buildfarm/release/release-runner.py#145), which means "two digit version number". | |||
Our assumption was broken by 38.0.5, so this never happened. I _think_ the best way to fix this up is to tweak the release config by hand, retag, reconfig, and then kick the beta updates builder. This _should_ bump the necessary configs, update balrog, run update verify, etc. I don't have full confidence that this will actually work, but at the very least it's a starting point, and better than trying to bump everything by hand. | |||
Current status: waiting for review on release config patch and this strategy. |