Hey everyone,

Bug 1496768 <https://bugzilla.mozilla.org/show_bug.cgi?id=1496768> changed
the format of try_task_config.json, the mechanism
we use to pass context surrounding your try pushes to the decision task.
Since `mach try again` works by saving generated `try_task_configs` in a
history file, using it with a config generated prior to bug 1496768 on
revision
after same could break the decision task (it's also possible it won't,
depends
which arguments you specified).

In other words, you'll need to create new history and then `mach try again`
will start working again. If you *really* need to save a push, you can edit
the file manually. Run this command to find the history file:

     $ ./mach python -c "from mozboot.util import get_state_dir;
print(get_state_dir(srcdir=True)+'/history/try_task_configs.json')"

Feel free to reach out to me if you need help doing this.
Sorry for the inconvenience!
- Andrew
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to