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

Issue 2061893003: Build delegation for perf tryjobs (Closed)

Created:
4 years, 6 months ago by Ziqi Xiong
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

This CL attempts to implement build delegation for perf tryjobs. Currently, perf try jobs build on the same builder that runs the test. This is bad because often we want much slower performance characteristics on our perfbots than on our builders, and this makes the builds very slow or even impossible. BUG= http://crbug.com/601699 Committed: https://chromium.googlesource.com/chromium/tools/build/+/b89e76b0fd8bebe0ccd45aabf54dca49b3cf26b9

Patch Set 1 #

Total comments: 12

Patch Set 2 : Fix errors found by robertocn #

Total comments: 12

Patch Set 3 : Use buildbucket API to check build status #

Total comments: 12

Patch Set 4 : Add expectation files #

Total comments: 12

Patch Set 5 : Train expectation files #

Total comments: 13

Patch Set 6 : Refine request build procedures #

Total comments: 16

Patch Set 7 : Add performance step data back #

Total comments: 8

Patch Set 8 : Small style adjustment #

Patch Set 9 : Rebase against master #

Patch Set 10 : Rebase against master #

Patch Set 11 : Make client id and build path static in test #

Patch Set 12 : Rebase against master #

Patch Set 13 : Add coverage #

Patch Set 14 : Rebase against master #

Patch Set 15 : Rebase again #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7611 lines, -6032 lines) Patch
M scripts/slave/recipe_modules/chromium_tests/api.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -2 lines 0 comments Download
M scripts/slave/recipe_modules/perf_try/__init__.py View 4 5 6 7 8 11 12 13 14 2 chunks +3 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/perf_try/api.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +153 lines, -7 lines 2 comments Download
A scripts/slave/recipe_modules/perf_try/build_state.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +54 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 chunks +110 lines, -25 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_android_fyi_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +7 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +7 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +7 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +7 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +7 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +7 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_android_one_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +7 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_android_s5_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +7 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_android_s5_perf_cq.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +7 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +7 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_one_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_s5_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_s5_perf_cq.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_s5_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_s5_perf_cq.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +192 lines, -111 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_fyi_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +154 lines, -128 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +154 lines, -128 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +154 lines, -128 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +154 lines, -128 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +154 lines, -128 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +154 lines, -128 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_one_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +154 lines, -128 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_s5_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +154 lines, -128 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_s5_perf_cq.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +154 lines, -128 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +154 lines, -128 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_fyi_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 10 chunks +110 lines, -199 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus5X_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 10 chunks +110 lines, -199 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus5_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 10 chunks +110 lines, -199 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus6_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 10 chunks +110 lines, -199 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 10 chunks +110 lines, -199 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus9_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 10 chunks +110 lines, -199 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_one_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 10 chunks +110 lines, -199 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_s5_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 10 chunks +110 lines, -199 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_s5_perf_cq.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 10 chunks +110 lines, -199 lines 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_webview_arm64_aosp_perf_bisect.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 10 chunks +110 lines, -199 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +91 lines, -7 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 8 chunks +172 lines, -108 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_metric.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 8 chunks +172 lines, -108 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_revisions.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 8 chunks +132 lines, -107 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 8 chunks +172 lines, -108 lines 0 comments Download

Messages

Total messages: 66 (25 generated)
Ziqi Xiong
Tentative attempt to implement perf try build delegation
4 years, 6 months ago (2016-06-13 23:57:37 UTC) #2
RobertoCN
By running the recipe simulation I found the causes of some of the exceptions. See ...
4 years, 6 months ago (2016-06-14 18:37:49 UTC) #3
prasadv
https://codereview.chromium.org/2061893003/diff/20001/scripts/slave/recipe_modules/perf_try/api.py File scripts/slave/recipe_modules/perf_try/api.py (right): https://codereview.chromium.org/2061893003/diff/20001/scripts/slave/recipe_modules/perf_try/api.py#newcode247 scripts/slave/recipe_modules/perf_try/api.py:247: self.m.buildbucket.put([build_details], I think we also should capture buildbucket id, ...
4 years, 6 months ago (2016-06-15 17:55:14 UTC) #4
Ziqi Xiong
Thanks for your reviews! Sorry I just figured out that I need to publish the ...
4 years, 6 months ago (2016-06-17 18:41:31 UTC) #8
prasadv
I was expecting changes to expectation files here, https://cs.chromium.org/chromium/build/scripts/slave/recipes/bisection/desktop_bisect.expected/ https://cs.chromium.org/chromium/build/scripts/slave/recipes/bisection/android_bisect.expected/ Did you run /scripts/slave/unittests/recipe_simulation_test.py to ...
4 years, 6 months ago (2016-06-20 18:31:47 UTC) #9
prasadv
https://codereview.chromium.org/2061893003/diff/40001/scripts/slave/recipe_modules/perf_try/api.py File scripts/slave/recipe_modules/perf_try/api.py (right): https://codereview.chromium.org/2061893003/diff/40001/scripts/slave/recipe_modules/perf_try/api.py#newcode255 scripts/slave/recipe_modules/perf_try/api.py:255: if revision.is_completed(): I think we should also check results ...
4 years, 6 months ago (2016-06-21 16:52:56 UTC) #10
Ziqi Xiong
Make sure the builds with and without patches are stored in the right locations; Add ...
4 years, 6 months ago (2016-06-21 22:21:27 UTC) #11
prasadv
Current expectation files are generated only for android. You should also modify desktop_bisect.py recipe inorder ...
4 years, 6 months ago (2016-06-21 22:32:56 UTC) #12
RobertoCN
Here are some comments. It seems we are not going all the way in the ...
4 years, 6 months ago (2016-06-21 22:39:43 UTC) #13
prasadv
https://codereview.chromium.org/2061893003/diff/60001/scripts/slave/recipe_modules/perf_try/api.py File scripts/slave/recipe_modules/perf_try/api.py (right): https://codereview.chromium.org/2061893003/diff/60001/scripts/slave/recipe_modules/perf_try/api.py#newcode272 scripts/slave/recipe_modules/perf_try/api.py:272: if not revision.build_archived: This is the reason why we ...
4 years, 6 months ago (2016-06-21 23:11:04 UTC) #14
RobertoCN
https://codereview.chromium.org/2061893003/diff/60001/scripts/slave/recipes/bisection/android_bisect.py File scripts/slave/recipes/bisection/android_bisect.py (left): https://codereview.chromium.org/2061893003/diff/60001/scripts/slave/recipes/bisection/android_bisect.py#oldcode159 scripts/slave/recipes/bisection/android_bisect.py:159: buildername=buildername) + api.override_step_data( patch_storage='rietveld', patchset='20001', issue='12345'
4 years, 6 months ago (2016-06-22 19:01:34 UTC) #15
Ziqi Xiong
Modified desktop_bisect and android_bisect files and reached more steps in simulation. https://codereview.chromium.org/2061893003/diff/60001/scripts/slave/recipe_modules/perf_try/api.py File scripts/slave/recipe_modules/perf_try/api.py (right): ...
4 years, 6 months ago (2016-06-22 21:41:26 UTC) #16
prasadv
https://codereview.chromium.org/2061893003/diff/70001/scripts/slave/recipe_modules/perf_try/api.py File scripts/slave/recipe_modules/perf_try/api.py (right): https://codereview.chromium.org/2061893003/diff/70001/scripts/slave/recipe_modules/perf_try/api.py#newcode225 scripts/slave/recipe_modules/perf_try/api.py:225: self._wait_for(revision) Here we should capture if any error occurred ...
4 years, 6 months ago (2016-06-22 21:56:23 UTC) #17
Ziqi Xiong
Fix the errors found by Prasad https://codereview.chromium.org/2061893003/diff/70001/scripts/slave/recipe_modules/perf_try/api.py File scripts/slave/recipe_modules/perf_try/api.py (right): https://codereview.chromium.org/2061893003/diff/70001/scripts/slave/recipe_modules/perf_try/api.py#newcode225 scripts/slave/recipe_modules/perf_try/api.py:225: self._wait_for(revision) On 2016/06/22 ...
4 years, 6 months ago (2016-06-23 20:58:58 UTC) #18
RobertoCN
Please take a look at the comments I made. https://codereview.chromium.org/2061893003/diff/80001/scripts/slave/recipe_modules/chromium_tests/api.py File scripts/slave/recipe_modules/chromium_tests/api.py (right): https://codereview.chromium.org/2061893003/diff/80001/scripts/slave/recipe_modules/chromium_tests/api.py#newcode508 scripts/slave/recipe_modules/chromium_tests/api.py:508: ...
4 years, 6 months ago (2016-06-24 18:46:37 UTC) #19
Ziqi Xiong
https://codereview.chromium.org/2061893003/diff/80001/scripts/slave/recipe_modules/chromium_tests/api.py File scripts/slave/recipe_modules/chromium_tests/api.py (right): https://codereview.chromium.org/2061893003/diff/80001/scripts/slave/recipe_modules/chromium_tests/api.py#newcode508 scripts/slave/recipe_modules/chromium_tests/api.py:508: 'parent_got_revision') or update_step.presentation.properties[ On 2016/06/24 18:46:37, RobertoCN wrote: > ...
4 years, 5 months ago (2016-06-27 18:47:55 UTC) #20
RobertoCN
LGTM with some style fixes. Please address them before committing this patch. https://codereview.chromium.org/2061893003/diff/90001/scripts/slave/recipes/bisection/android_bisect.py File scripts/slave/recipes/bisection/android_bisect.py ...
4 years, 5 months ago (2016-06-27 19:36:22 UTC) #21
Ziqi Xiong
https://codereview.chromium.org/2061893003/diff/90001/scripts/slave/recipes/bisection/android_bisect.py File scripts/slave/recipes/bisection/android_bisect.py (right): https://codereview.chromium.org/2061893003/diff/90001/scripts/slave/recipes/bisection/android_bisect.py#newcode242 scripts/slave/recipes/bisection/android_bisect.py:242: mastername='tryserver.chromium.perf', On 2016/06/27 19:36:21, RobertoCN wrote: > Nit: Alignment ...
4 years, 5 months ago (2016-06-27 20:40:35 UTC) #22
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/2061893003/130001
4 years, 5 months ago (2016-06-27 21:27:29 UTC) #25
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/5767)
4 years, 5 months ago (2016-06-27 21:39:41 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/2061893003/170001
4 years, 5 months ago (2016-06-28 17:36:28 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/5798)
4 years, 5 months ago (2016-06-28 17:45:01 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/2061893003/180001
4 years, 5 months ago (2016-06-28 18:05:53 UTC) #35
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/5802)
4 years, 5 months ago (2016-06-28 18:15:03 UTC) #37
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/2061893003/190001
4 years, 5 months ago (2016-06-28 18:21:02 UTC) #40
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/5806)
4 years, 5 months ago (2016-06-28 18:29:52 UTC) #42
RobertoCN
+Infra folks We need someone in infra to LGTM due to: ** Presubmit ERRORS ** ...
4 years, 5 months ago (2016-06-28 18:59:18 UTC) #44
dnj (Google)
rs-lgtm since this only changes perf behavior.
4 years, 5 months ago (2016-06-28 19:31:04 UTC) #46
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/2061893003/190001
4 years, 5 months ago (2016-06-28 19:33:24 UTC) #48
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/5816)
4 years, 5 months ago (2016-06-28 19:42:27 UTC) #50
RobertoCN
I think we need that rs-lgtm from your chromium account.
4 years, 5 months ago (2016-06-28 19:46:31 UTC) #51
dnj
On 2016/06/28 19:46:31, RobertoCN wrote: > I think we need that rs-lgtm from your chromium ...
4 years, 5 months ago (2016-06-28 21:04:49 UTC) #52
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/2061893003/190001
4 years, 5 months ago (2016-06-28 21:10:23 UTC) #54
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/5826)
4 years, 5 months ago (2016-06-28 21:19:16 UTC) #56
Ziqi Xiong
Hi Sergey, My CL involves a minor change in scripts/slave/recipe_modules/chromium_tests/api.py Let me know if the ...
4 years, 5 months ago (2016-06-28 22:15:58 UTC) #58
Sergey Berezin
On 2016/06/28 22:15:58, Ziqi Xiong wrote: > Hi Sergey, > > My CL involves a ...
4 years, 5 months ago (2016-06-28 22:23:08 UTC) #59
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/2061893003/190001
4 years, 5 months ago (2016-06-28 22:24:15 UTC) #61
commit-bot: I haz the power
Committed patchset #15 (id:190001) as https://chromium.googlesource.com/chromium/tools/build/+/b89e76b0fd8bebe0ccd45aabf54dca49b3cf26b9
4 years, 5 months ago (2016-06-28 22:29:38 UTC) #63
RobertoCN
I am rolling back this patchset because it's broken try jobs: It seems like a ...
4 years, 5 months ago (2016-06-28 23:16:18 UTC) #64
RobertoCN
A revert of this CL (patchset #15 id:190001) has been created in https://codereview.chromium.org/2103393002/ by robertocn@chromium.org. ...
4 years, 5 months ago (2016-06-28 23:17:12 UTC) #65
Ziqi Xiong
4 years, 5 months ago (2016-06-28 23:47:39 UTC) #66
Message was sent while issue was closed.
https://codereview.chromium.org/2061893003/diff/190001/scripts/slave/recipe_m...
File scripts/slave/recipe_modules/perf_try/api.py (right):

https://codereview.chromium.org/2061893003/diff/190001/scripts/slave/recipe_m...
scripts/slave/recipe_modules/perf_try/api.py:39: SERVICE_ACCOUNT =
'chromium_bisect'
On 2016/06/28 23:16:17, RobertoCN wrote:
> this should be chromium-bisect.

Opened a new CL to fix this:
https://codereview.chromium.org/2103133005/

Powered by Google App Engine
This is Rietveld 408576698