Gah! mcomella correctly points out that my sample invocations should have "--artifact" in them. See below for corrected versions.
On Wed, Nov 30, 2016 at 2:29 PM, Nicholas Alexander <[email protected]> wrote: > Hi folks, > > Bug 1285608 has landed and should make its way to central tonight. It > adds support for an "--artifact" flag to try. If you add it, you'll get > artifact builds in automation, which give results quite a bit faster (good > for your debugging cycles, especially when tweaking tests, including > Robocop tests) and cheaper (good for Mozilla's compute budget). Sample > invocations look like: > > $ ./mach try -b o -p android-api-15 -u robocop > corrected: $ ./mach try -b o -p android-api-15 -u robocop --artifact > or > > $ hg push-to-try -m "try: -b o -p android-api-15-gradle -u mochitest -t > all" > corrected: $ hg push-to-try -m "try: -b o -p android-api-15-gradle -u mochitest -t all --artifact" Best, Nick
_______________________________________________ mobile-firefox-dev mailing list [email protected] https://mail.mozilla.org/listinfo/mobile-firefox-dev

