If you have --try-test-paths in your preset, you might see:
*"error: unrecognized arguments: --try-test-paths"*

There isn't a risk of data loss here, but it will either leave these
presets unmigrated or else prevent you from using |mach try|. This is
tracked in bug 1531364
<https://bugzilla.mozilla.org/show_bug.cgi?id=1531364>. However the
solution is tricky and I suspect not many people will run into this. So if
you see this please ping me or comment in the bug and I'll help sort you
out.

On Tue, Feb 26, 2019 at 3:06 PM Andrew Halberstadt <a...@mozilla.com> wrote:

> If you don't have any |mach try| presets for the syntax selector, feel
> free to ignore. Otherwise, make sure you update to the latest central
> before running |mach try| or you might lose your presets.
>
> If you see a message like this in your |mach try| output:
> *warning: unknown section 'syntax', the following presets were not
> migrated*
>
> Then you're too late and it means the presets listed underneath will be
> lost if you don't manually re-create them. To re-create them:
>
> 1. Create ~/.mozbuild/autotry.ini
> 2. Create a [try] heading and copy + paste the unmigrated presets
> underneath. For example, the file should look like this:
> [try]
> foo = -b o -p all -u mochitest
> bar = -b d -p none
> ...
>
> 3. Run: mv ~/.mozbuild/try_presets.yml temp.yml
> 4. Trigger the migration again: mach try --no-push
> 5. Copy + paste the contents of temp.yml into ~/.mozbuild/try_presets.yml
>
> To re-iterate, these steps are *only* necessary if you see the bolded
> warning above.
>
> In short, I recently changed the |mach try| preset format and included an
> automatic migration script. But due to a bug in the migration, only the
> first preset in the list was successfully migrated. This bug only affects
> presets that were saved with try syntax. Unfortunately the associated test
> for the migration only tested a single preset so didn't detect the bug. The
> bug is fixed on the latest mozilla-central
>
> Very sorry for the inconvenience and let me know if you need help,
> Andrew
>
>
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to