<div dir="ltr"><div>Hey everyone,</div><div><br></div><div><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1496768">Bug 1496768</a> changed the format of try_task_config.json, the mechanism</div><div>we use to pass context surrounding your try pushes to the decision task.</div><div>Since `mach try again` works by saving generated `try_task_configs` in a</div><div>history file, using it with a config generated prior to bug 1496768 on revision</div><div>after same could break the decision task (it's also possible it won't, depends</div><div>which arguments you specified).</div><div><br></div><div>In other words, you'll need to create new history and then `mach try again`</div><div>will start working again. If you *really* need to save a push, you can edit</div><div>the file manually. Run this command to find the history file:</div><div><br></div><div>     $ ./mach python -c "from mozboot.util import get_state_dir; print(get_state_dir(srcdir=True)+'/history/try_task_configs.json')"</div><div><br></div><div>Feel free to reach out to me if you need help doing this.</div><div>Sorry for the inconvenience!</div><div>- Andrew<br></div><div><code class="gmail-source-line gmail-highlighted" id="gmail-line-61"></code></div></div>