change wpt-sync hook to push to autoland
Categories
(Developer Services :: Mercurial: hg.mozilla.org, task)
Tracking
(Not tracked)
People
(Reporter: kmoir, Unassigned)
References
Details
Attachments
(1 file)
In order to deprecate inbound, we'd like to change the wpt-sync hook to point to autoland instead of inbound. This may require some changes to the permissions of wptsync@mozilla.com.
Reporter | ||
Comment 1•5 years ago
|
||
cc'ing James for awareness, not sure if this requires changes to the bot that pushes the changes
Comment 2•5 years ago
|
||
mozilla-inbound
is outbound, so the wpt-sync bot needs to be updated
to allow pushes to autoland
instead. This commit changes the hard
coded integration/mozilla-inbound
string to integration/autoland
,
and updates the appropriate test with the new output.
Reporter | ||
Comment 3•5 years ago
|
||
The correct permissions should be in place now. :jgraham Are there changes that are needed at your end so the bot can push to the correct repo?
Comment 4•5 years ago
|
||
Yeah, the prod config needs an update. I think I've made the required change, and will fix any fallout in the next landing.
I just occured to me that one problem that we used to have before inbound became so quiet is that for the sometimes-large branches created for syncs, rebase+push could be slow enough that it's ~impossible to actually push without running into a conflict. I'll need to see if that is an issue for autoland or not.
Reporter | ||
Comment 5•5 years ago
|
||
Great, if the code is updated at your end when would be a good time to land the hook and test a push to autoland?
Comment 6•5 years ago
|
||
The bot just started the process of generating the next landing. It requires a couple of try pushes, but if you switch things over now we can find out if it's all working in the next day or so.
Reporter | ||
Comment 7•5 years ago
|
||
Connor, James is read to test the hook now if you could land your patch
Comment 8•5 years ago
|
||
Which patch do you want me to land? I landed the reconfigure of the bot already, is something else required?
Comment 9•5 years ago
|
||
(in terms of the actual changes to push to autoland, I can't make it go faster and given the limited aarch64 resources at the moment it oftern requires >24hr to go through the try cycles).
Comment 10•5 years ago
|
||
Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/159e742226b7
hghooks: change wpt-sync hook to allow pushes to autoland r=smacleod
Comment 11•5 years ago
|
||
Landed my change, deploying it now. Re-opening this bug until we have confirmation the bot is landing code to autoland successfully.
Comment 12•5 years ago
|
||
This is deployed. We can close the bug once we know the bot can successfully push to autoland.
Reporter | ||
Comment 13•5 years ago
|
||
Assume this works now, closing.
Description
•