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

Issue 690701 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Feb 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 0
Type: Bug



Sign in to add a comment

[Findit] Flake Analyzer - Number of iterations to run not set

Project Member Reported by lijeffrey@chromium.org, Feb 9 2017

Issue description

test_repeat_count, while has a default=100 in the recipe, is set to None for several try jobs and the default seems to be ignored.

As a result flake try jobs end in error since test_repeat_count is None.

For example,

https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_variable/builds/335

Also, schedule_flake_try_job_pipeline.py is reading the config that sets test_repeat_count in its legacy format, which is no longer supported.


 
Project Member

Comment 1 by bugdroid1@chromium.org, Feb 9 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra/+/3c5791b312f28d2526f3b5a80e4262f96885c8ca

commit 3c5791b312f28d2526f3b5a80e4262f96885c8ca
Author: Jeffrey Li <lijeffrey@chromium.org>
Date: Thu Feb 09 23:42:50 2017

[Findit] Flake Analyzer - Update schedule_flake_try_job_pipeline.py to use new config format

BUG= 690701 

Change-Id: I26b3a4cb5332a8ff49fc34f95795d83d20470337
Reviewed-on: https://chromium-review.googlesource.com/440624
Reviewed-by: Chan Li <chanli@chromium.org>
Commit-Queue: Chan Li <chanli@chromium.org>

[modify] https://crrev.com/3c5791b312f28d2526f3b5a80e4262f96885c8ca/appengine/findit/waterfall/flake/schedule_flake_try_job_pipeline.py

Status: Fixed (was: Assigned)
Status: Verified (was: Fixed)

Sign in to add a comment