Confirmed users
4,467
edits
| Line 24: | Line 24: | ||
[autoland:-p linux -u none] # try syntax will get put in the commit comments to control what builds your push gets | [autoland:-p linux -u none] # try syntax will get put in the commit comments to control what builds your push gets | ||
[autoland:$attachmentID:-p win32 -b o] # specifying both attachementID(s) and try syntax (use : to separate) | [autoland:$attachmentID:-p win32 -b o] # specifying both attachementID(s) and try syntax (use : to separate) | ||
=What about repo permissions?= | |||
One of the following must be true for a patch to be autolanded: | |||
* The author of the patch has the appropriate level of permissions for the intended repo the patch will be landed on (currently we only land to try so L1 permissions) | |||
* If a patch has r+, the reviewer has the appropriate level of permissions (eg: approving a contributor's patch who does not have L1 will allow the patch to still be autolanded) | |||
=Can I still use try syntax to customize my builds?= | =Can I still use try syntax to customize my builds?= | ||