Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(409)

Issue 427073003: Adds ability to filter the set of tests that are run by a bot (Closed)

Created:
6 years, 4 months ago by sky
Modified:
6 years, 4 months ago
Reviewers:
iannucci
CC:
chromium-reviews, pgervais+watch_chromium.org, kjellander-cc_chromium.org, cmp-cc_chromium.org, ilevy-cc_chromium.org, stip+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Project:
tools
Visibility:
Public.

Description

Its not enabled for any bots yet. Enabling is done by way of chromium_trybot.json. BUG=109173 TEST=covered by tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=287778

Patch Set 1 #

Patch Set 2 : update single test #

Patch Set 3 : fix #

Total comments: 8

Patch Set 4 : fg #

Total comments: 1

Patch Set 5 : merge to trunk #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1037 lines, -47 lines) Patch
M scripts/slave/recipe_modules/filter/__init__.py View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipe_modules/filter/api.py View 1 2 3 4 4 chunks +30 lines, -9 lines 0 comments Download
M scripts/slave/recipe_modules/filter/example.py View 1 2 3 4 5 chunks +29 lines, -7 lines 0 comments Download
A scripts/slave/recipe_modules/filter/example.expected/analyzes_error.json View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A scripts/slave/recipe_modules/filter/example.expected/analyzes_matches_exes.json View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json View 1 2 3 4 1 chunk +10 lines, -3 lines 0 comments Download
M scripts/slave/recipe_modules/filter/example.expected/basic.json View 1 2 3 4 1 chunk +9 lines, -4 lines 0 comments Download
M scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json View 1 2 3 4 1 chunk +9 lines, -4 lines 0 comments Download
M scripts/slave/recipe_modules/json/api.py View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.py View 1 2 3 4 5 chunks +91 lines, -12 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json View 1 2 3 4 1 chunk +10 lines, -3 lines 0 comments Download
A scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests.json View 1 2 3 4 1 chunk +372 lines, -0 lines 0 comments Download
A scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests_no_builder.json View 1 2 3 4 1 chunk +396 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/no_compile_because_of_analyze.json View 1 2 3 4 1 chunk +9 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
sky
https://codereview.chromium.org/427073003/diff/40001/scripts/slave/recipe_modules/filter/api.py File scripts/slave/recipe_modules/filter/api.py (left): https://codereview.chromium.org/427073003/diff/40001/scripts/slave/recipe_modules/filter/api.py#oldcode64 scripts/slave/recipe_modules/filter/api.py:64: step_test_data=lambda: For the life of me I couldn't get ...
6 years, 4 months ago (2014-07-30 01:00:27 UTC) #1
iannucci
lgtm w/ comments https://codereview.chromium.org/427073003/diff/40001/scripts/slave/recipe_modules/filter/api.py File scripts/slave/recipe_modules/filter/api.py (left): https://codereview.chromium.org/427073003/diff/40001/scripts/slave/recipe_modules/filter/api.py#oldcode64 scripts/slave/recipe_modules/filter/api.py:64: step_test_data=lambda: On 2014/07/30 01:00:26, sky wrote: ...
6 years, 4 months ago (2014-07-30 01:20:37 UTC) #2
sky
Take another look? https://codereview.chromium.org/427073003/diff/40001/scripts/slave/recipe_modules/filter/example.py File scripts/slave/recipe_modules/filter/example.py (right): https://codereview.chromium.org/427073003/diff/40001/scripts/slave/recipe_modules/filter/example.py#newcode51 scripts/slave/recipe_modules/filter/example.py:51: stdout=api.json.output({'status': 'No dependency'})) + On 2014/07/30 ...
6 years, 4 months ago (2014-07-30 21:14:16 UTC) #3
sky
ping
6 years, 4 months ago (2014-08-05 18:54:24 UTC) #4
iannucci
lgtm https://codereview.chromium.org/427073003/diff/60001/scripts/slave/recipe_modules/filter/api.py File scripts/slave/recipe_modules/filter/api.py (right): https://codereview.chromium.org/427073003/diff/60001/scripts/slave/recipe_modules/filter/api.py#newcode73 scripts/slave/recipe_modules/filter/api.py:73: test_output = {'status': 'No dependency', 'targets': []} I'd ...
6 years, 4 months ago (2014-08-05 18:59:24 UTC) #5
sky
The CQ bit was checked by sky@chromium.org
6 years, 4 months ago (2014-08-06 16:17:56 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sky@chromium.org/427073003/80001
6 years, 4 months ago (2014-08-06 16:18:54 UTC) #7
commit-bot: I haz the power
6 years, 4 months ago (2014-08-06 16:20:47 UTC) #8
Message was sent while issue was closed.
Change committed as 287778

Powered by Google App Engine
This is Rietveld 408576698