Chromium Code Reviews
Description[Findit] Asynchronously process flake reports from chromium-try-flakes.
Since a hacky solution was implemented to map a CQ trybot step to a Waterfall buildbot step, multiple http requests have to be sent to Swarming and Isolate Server to retrieve step metadata and test output. Such http requests could lead to long processing time for a single flake report, and cause timeout on chromium-try-flakes side.
This CL is to put flake reports from chromium-try-flakes in a task queue, and then process them asynchronously.
BUG=656138
Committed: https://chromium.googlesource.com/infra/infra/+/e9f14cc4676df7495e28f583d2bffe383159d267
Patch Set 1 #Patch Set 2 : fix nit. #Patch Set 3 : fix nit. #
Total comments: 5
Patch Set 4 : fix nit. #Patch Set 5 : Rebase to resolve conflict #Messages
Total messages: 19 (8 generated)
|