Re: Deprecation notice - change to Treeherder's jobdetail API

2020-04-10 Thread Andrew McCreight
On Thu, Apr 9, 2020 at 6:51 PM Sarah Clements wrote: > Hello, > > As part of maintenance work and performance improvements to Treeherder, > we're making changes to some of the data that's stored in our database. On > *April > 30th*, we will no longer be retrieving uploaded artifacts for jobs and

Re: [IMPORTANT] Submit your PI Requests for Firefox 77 QA feature testing by April 10th

2020-04-10 Thread Tania Maity
Hi, Just a quick reminder that the deadline for submitting PI requests for 77 is *today*. Kindly submit your PI requests as soon as possible. Thanks, Tania On Mon, Apr 6, 2020 at 2:36 PM Tania Maity wrote: > Similar to what QA did for previous Firefox feature testing prioritization >

Re: Deprecation notice - change to Treeherder's jobdetail API

2020-04-10 Thread Steve Fink
On 4/10/20 10:06 AM, Andrew McCreight wrote: On Thu, Apr 9, 2020 at 6:51 PM Sarah Clements wrote: Hello, As part of maintenance work and performance improvements to Treeherder, we're making changes to some of the data that's stored in our database. On *April 30th*, we will no longer be retri

Deprecation notice - change to Treeherder's jobdetail API

2020-04-10 Thread Sarah Clements
Hello, As part of maintenance work and performance improvements to Treeherder, we're making changes to some of the data that's stored in our database. On *April 30th*, we will no longer be retrieving uploaded artifacts for jobs and storing them in the JobDetail table. Uploaded artifacts can be re

PSA: (Most of) mozilla/TypeTraits.h has been replaced with

2020-04-10 Thread André Bargull via dev-platform
replaced most of our type traits in "mozilla/TypeTraits.h" with their counterparts from . So for example instead of `mozilla::IsSame` and `mozilla::EnableIf`, it's now necessary to use `std::is_same` and `std::enable_if`. Or for slightly mor

Fenix Browsertime Migration & Chrome in CI

2020-04-10 Thread Gregory Mierzwinski
Hello everyone, We've reached a milestone in our Raptor to Browsertime migration! As of last Friday, we no longer run Raptor pageload tests on the Fenix repository - these have all been replaced with their Browsertime variants

Re: Deprecation notice - change to Treeherder's jobdetail API

2020-04-10 Thread Sarah Clements
Hi Nick and Andrew, Thanks for the questions. The job details panel in the UI will continue to display uploaded artifacts, the difference is we'll be retrieving them from taskcluster directly rather than storing them in JobDetails API and then retrieving them that way. I mentioned this in case an

Re: Deprecation notice - change to Treeherder's jobdetail API

2020-04-10 Thread KWierso
On Friday, April 10, 2020 at 11:08:14 AM UTC-7, Sarah Clements wrote: > Otherwise, this is the API: > https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task//runs/0/artifacts > <-- for all artifacts or with `/` to select just one specific > artifact. Just as a side note, that "0" in the URL

Re: Deprecation notice - change to Treeherder's jobdetail API

2020-04-10 Thread ISHIKAWA,chiaki
On 2020/04/11 3:03, Steve Fink wrote: On 4/10/20 10:06 AM, Andrew McCreight wrote: On Thu, Apr 9, 2020 at 6:51 PM Sarah Clements wrote: Hello, As part of maintenance work and performance improvements to Treeherder, we're making changes to some of the data that's stored in our database. On