New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 725163 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 722555
issue 725132



Sign in to add a comment

[Findit] Flake Analyzer - Pass analysis.key.urlsafe instead of explicit parameters in recursive_flake_pipeline.py

Project Member Reported by lijeffrey@chromium.org, May 22 2017

Issue description

recursive_flake_pipeline.py uses too many args/kwargs in the pipeline making updating the tests/adding confusing and cumbersome, especially when two different build numbers are needed - 1 for the triggering build number and the other for the build number to run the next swarming task on.

master_name, builder_name, triggering_build_number, step_name, test_name are all built into the analysis' key, so pass the key and extract the mentioned parameters instead.
 
Status: Fixed (was: Started)

Sign in to add a comment