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

Issue 719766 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 719618
issue 719771



Sign in to add a comment

Record cache name stats

Project Member Reported by robert...@chromium.org, May 8 2017

Issue description

Add a new entity in findit that keeps track of the following:

Named cache stats entity:
  -Cache Name (str, key)
  -Most recently used bots (list of bot_ids)
  -Cold cache times (list of ints)
  -Hot cache times (list of ints)

And is updated each time a try job completes.


 
Blocking: 719771
Project Member

Comment 2 by bugdroid1@chromium.org, May 15 2017

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

commit 3d40796b0108a7539934db4fd9fcaab9df23811f
Author: Roberto Carrillo <robertocn@google.com>
Date: Mon May 15 20:48:28 2017

[Findit] Add model to track which bots use which named caches.

This is meant to help in selecting a bot for try jobs on swarming.

R=stgao,chanli,lijeffrey
BUG= 719766 

Change-Id: I5bb4b48a6465fba289e5ce8195e8d5527d794e9b
Reviewed-on: https://chromium-review.googlesource.com/501312
Commit-Queue: Roberto Carrillo <robertocn@chromium.org>
Reviewed-by: Chan Li <chanli@chromium.org>
Reviewed-by: Shuotao Gao <stgao@chromium.org>

[add] https://crrev.com/3d40796b0108a7539934db4fd9fcaab9df23811f/appengine/findit/model/wf_try_bot_cache.py
[add] https://crrev.com/3d40796b0108a7539934db4fd9fcaab9df23811f/appengine/findit/model/test/wf_try_bot_cache_test.py

Status: Fixed (was: Assigned)

Sign in to add a comment