Re: PSA: Requesting specific talos jobs in try syntax is broken on TC

2017-05-13 Thread Dustin Mitchell
Just to follow up, we've determined that the `-t all` issue was bustage from something that landed yesterday. It's fixed now. Dustin 2017-05-13 15:04 GMT-04:00 Matthew N. : > On 5/13/17 11:31 AM, Dustin Mitchell wrote: >> >> Specifically, -t for e10s talos doesn't work. Non-e10s talos works >>

Re: PSA: Requesting specific talos jobs in try syntax is broken on TC

2017-05-13 Thread Matthew N.
On 5/13/17 11:31 AM, Dustin Mitchell wrote: Specifically, -t for e10s talos doesn't work. Non-e10s talos works fine (but then, e10s talos are the interesting perf numbers..) That doesn't match my experience unless simply including an e10s talos job in the syntax also breaks the non-e10s ones.

Re: PSA: Requesting specific talos jobs in try syntax is broken on TC

2017-05-13 Thread Dustin Mitchell
Specifically, -t for e10s talos doesn't work. Non-e10s talos works fine (but then, e10s talos are the interesting perf numbers..) >From the look of it, this has been broken since mid-March, but was only recently reported. Note that issues like this are now fixable by anyone who can write a patch

PSA: Requesting specific talos jobs in try syntax is broken on TC

2017-05-13 Thread Matthew N.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1363409 for details. It will still work on Win7 which uses buildbot, but won't on OS X or Linux which use Taskcluster (TC). The workaround is to request all talos jobs with `-t all`. I'm just passing along the info to save others time Thanks, M