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

Issue 2063323002: Create recipe to run find_annotated_tests.py periodically (Closed)

Created:
4 years, 6 months ago by the real yoland
Modified:
4 years, 5 months ago
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Create recipe to run find_annotated_tests.py periodically BUG=601909 Committed: https://chromium.googlesource.com/chromium/tools/build/+/b8aaec337558e95483a4b7050cb18ac2170ff518

Patch Set 1 #

Patch Set 2 : Add mastername, buildername to GenTest #

Total comments: 2

Patch Set 3 : Name mistake #

Total comments: 12

Patch Set 4 : Compile the targets #

Patch Set 5 : Change after mike's comments #

Total comments: 21

Patch Set 6 : Change after both reviewers' comments #

Patch Set 7 : Change after both reviewers' comments #

Patch Set 8 : Add into steps.py #

Patch Set 9 : Move things to a step #

Patch Set 10 : Move from recipe to a step #

Total comments: 7

Patch Set 11 : Use context manager to temp dir #

Patch Set 12 : No find copies #

Patch Set 13 : Rebase #

Patch Set 14 : Set current_time property for gen tests #

Patch Set 15 : Pass branch info to Nightly scheduler #

Unified diffs Side-by-side diffs Delta from patch set Stats (+516 lines, -1 line) Patch
M masters/master.chromium.fyi/master.cfg View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +16 lines, -0 lines 0 comments Download
M masters/master.chromium.fyi/slaves.cfg View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +20 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/steps.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +35 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +4 lines, -0 lines 0 comments Download
A scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Find_Annotated_Test.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +440 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (9 generated)
Yoland Yan(Google)
This CL is now ready for review
4 years, 6 months ago (2016-06-14 22:07:02 UTC) #2
Yoland Yan(Google)
This CL is now ready for review
4 years, 6 months ago (2016-06-14 22:07:04 UTC) #3
mikecase (-- gone --)
https://codereview.chromium.org/2063323002/diff/20001/scripts/slave/recipes/find_annotated_tests.py File scripts/slave/recipes/find_annotated_tests.py (right): https://codereview.chromium.org/2063323002/diff/20001/scripts/slave/recipes/find_annotated_tests.py#newcode50 scripts/slave/recipes/find_annotated_tests.py:50: '--script_runtime_string', script_runtime_string, nit: Chnage to same format as everything ...
4 years, 6 months ago (2016-06-14 22:22:51 UTC) #4
the real yoland
https://codereview.chromium.org/2063323002/diff/20001/scripts/slave/recipes/find_annotated_tests.py File scripts/slave/recipes/find_annotated_tests.py (right): https://codereview.chromium.org/2063323002/diff/20001/scripts/slave/recipes/find_annotated_tests.py#newcode50 scripts/slave/recipes/find_annotated_tests.py:50: '--script_runtime_string', script_runtime_string, On 2016/06/14 at 22:22:50, mikecase wrote: > ...
4 years, 6 months ago (2016-06-14 23:27:15 UTC) #5
mikecase (-- gone --)
https://codereview.chromium.org/2063323002/diff/40001/scripts/slave/recipes/find_annotated_tests.py File scripts/slave/recipes/find_annotated_tests.py (right): https://codereview.chromium.org/2063323002/diff/40001/scripts/slave/recipes/find_annotated_tests.py#newcode47 scripts/slave/recipes/find_annotated_tests.py:47: '--test-apks', ' '.join(TEST_APKS), On 2016/06/14 at 23:27:15, the real ...
4 years, 6 months ago (2016-06-14 23:43:37 UTC) #6
the real yoland
https://codereview.chromium.org/2063323002/diff/40001/scripts/slave/recipes/find_annotated_tests.py File scripts/slave/recipes/find_annotated_tests.py (right): https://codereview.chromium.org/2063323002/diff/40001/scripts/slave/recipes/find_annotated_tests.py#newcode47 scripts/slave/recipes/find_annotated_tests.py:47: '--test-apks', ' '.join(TEST_APKS), On 2016/06/14 at 23:43:36, mikecase wrote: ...
4 years, 6 months ago (2016-06-15 00:45:12 UTC) #7
Yoland Yan(Google)
4 years, 6 months ago (2016-06-17 23:22:40 UTC) #8
jbudorick
https://codereview.chromium.org/2063323002/diff/80001/masters/master.chromium.infra.cron/master.cfg File masters/master.chromium.infra.cron/master.cfg (right): https://codereview.chromium.org/2063323002/diff/80001/masters/master.chromium.infra.cron/master.cfg#newcode159 masters/master.chromium.infra.cron/master.cfg:159: 'name': 'Chromium Android Find Annotated Test', What's your reasoning ...
4 years, 6 months ago (2016-06-20 09:28:26 UTC) #9
the real yoland
https://codereview.chromium.org/2063323002/diff/80001/masters/master.chromium.infra.cron/master.cfg File masters/master.chromium.infra.cron/master.cfg (right): https://codereview.chromium.org/2063323002/diff/80001/masters/master.chromium.infra.cron/master.cfg#newcode159 masters/master.chromium.infra.cron/master.cfg:159: 'name': 'Chromium Android Find Annotated Test', On 2016/06/20 at ...
4 years, 6 months ago (2016-06-21 23:16:08 UTC) #10
jbudorick
https://codereview.chromium.org/2063323002/diff/80001/masters/master.chromium.infra.cron/master.cfg File masters/master.chromium.infra.cron/master.cfg (right): https://codereview.chromium.org/2063323002/diff/80001/masters/master.chromium.infra.cron/master.cfg#newcode159 masters/master.chromium.infra.cron/master.cfg:159: 'name': 'Chromium Android Find Annotated Test', On 2016/06/21 23:16:08, ...
4 years, 6 months ago (2016-06-22 10:21:37 UTC) #11
the real yoland
On 2016/06/22 at 10:21:37, jbudorick wrote: > https://codereview.chromium.org/2063323002/diff/80001/masters/master.chromium.infra.cron/master.cfg > File masters/master.chromium.infra.cron/master.cfg (right): > > https://codereview.chromium.org/2063323002/diff/80001/masters/master.chromium.infra.cron/master.cfg#newcode159 ...
4 years, 6 months ago (2016-06-25 01:14:27 UTC) #12
the real yoland
4 years, 6 months ago (2016-06-25 01:14:36 UTC) #13
jbudorick
On 2016/06/25 01:14:27, the real yoland wrote: > On 2016/06/22 at 10:21:37, jbudorick wrote: > ...
4 years, 5 months ago (2016-06-27 10:20:54 UTC) #14
Yoland Yan(Google)
4 years, 5 months ago (2016-06-28 02:09:58 UTC) #15
jbudorick
Sorry about the confusion :( https://codereview.chromium.org/2063323002/diff/180001/scripts/slave/recipe_modules/chromium_tests/steps.py File scripts/slave/recipe_modules/chromium_tests/steps.py (right): https://codereview.chromium.org/2063323002/diff/180001/scripts/slave/recipe_modules/chromium_tests/steps.py#newcode1866 scripts/slave/recipe_modules/chromium_tests/steps.py:1866: class FindAnnotatedTest(Test): Hm, I ...
4 years, 5 months ago (2016-06-28 10:37:19 UTC) #16
the real yoland
On 2016/06/28 at 10:37:19, jbudorick wrote: > Sorry about the confusion :( > > https://codereview.chromium.org/2063323002/diff/180001/scripts/slave/recipe_modules/chromium_tests/steps.py ...
4 years, 5 months ago (2016-06-28 22:13:36 UTC) #17
mikecase (-- gone --)
After talking with Yoland, I'm ok with this implementation. lgtm with some comments You will ...
4 years, 5 months ago (2016-06-28 22:41:32 UTC) #18
jbudorick
On 2016/06/28 22:41:32, mikecase wrote: > After talking with Yoland, I'm ok with this implementation. ...
4 years, 5 months ago (2016-06-29 09:01:13 UTC) #19
the real yoland
4 years, 5 months ago (2016-06-29 20:48:12 UTC) #21
Nico
when adding people to a review, please say what you want them to do. here's ...
4 years, 5 months ago (2016-06-29 20:52:15 UTC) #23
the real yoland
my bad! +phajdan.jr would you mind taking a look at both `scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py` and `scripts/slave/recipe_modules/chromium_tests/steps.py` on ...
4 years, 5 months ago (2016-06-29 20:59:48 UTC) #24
Paweł Hajdan Jr.
LGTM w/comment A script used to be preferred, but now we're close to moving all ...
4 years, 5 months ago (2016-07-04 10:42:42 UTC) #25
the real yoland
https://codereview.chromium.org/2063323002/diff/180001/scripts/slave/recipe_modules/chromium_tests/steps.py File scripts/slave/recipe_modules/chromium_tests/steps.py (right): https://codereview.chromium.org/2063323002/diff/180001/scripts/slave/recipe_modules/chromium_tests/steps.py#newcode1867 scripts/slave/recipe_modules/chromium_tests/steps.py:1867: test_apks = { On 2016/06/28 at 22:41:31, mikecase wrote: ...
4 years, 5 months ago (2016-07-08 19:02:20 UTC) #26
the real yoland
https://codereview.chromium.org/2063323002/diff/180001/scripts/slave/recipe_modules/chromium_tests/steps.py File scripts/slave/recipe_modules/chromium_tests/steps.py (right): https://codereview.chromium.org/2063323002/diff/180001/scripts/slave/recipe_modules/chromium_tests/steps.py#newcode1901 scripts/slave/recipe_modules/chromium_tests/steps.py:1901: api.file.rmtree('Delete temp out directory', temp_output_dir) On 2016/07/04 at 10:42:42, ...
4 years, 5 months ago (2016-07-13 20:36:12 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2063323002/200001
4 years, 5 months ago (2016-07-13 20:36:22 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: Build Presubmit on master.tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Build%20Presubmit/builds/6097)
4 years, 5 months ago (2016-07-13 20:39:12 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2063323002/280001
4 years, 5 months ago (2016-07-13 23:08:30 UTC) #35
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 23:12:28 UTC) #37
Message was sent while issue was closed.
Committed patchset #15 (id:280001) as
https://chromium.googlesource.com/chromium/tools/build/+/b8aaec337558e95483a4...

Powered by Google App Engine
This is Rietveld 408576698