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

Issue 295133002: Check build status by parsing tryserver buildbot JSON. (Closed)

Created:
6 years, 7 months ago by prasadv
Modified:
6 years, 6 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Check build status by parsing tryserver buildbot JSON. Instead of waiting for build based on timeout, now we try to check the build status by parsing the buildbot JSON. This will remove unnecessary wait when build fails. Otherwise build is treated as Pending, and bisect script waits till max timeout. BUG=368939 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275573

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -43 lines) Patch
M tools/bisect-perf-regression.py View 1 2 3 5 chunks +73 lines, -24 lines 0 comments Download
M tools/post_perf_builder_job.py View 1 2 3 2 chunks +20 lines, -19 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
prasadv
6 years, 7 months ago (2014-05-22 00:09:37 UTC) #1
prasadv
ptal
6 years, 7 months ago (2014-05-22 23:20:27 UTC) #2
ghost stip (do not use)
lgtm with a request to use chrome-build-extract. this is way faster and shouldn't have any ...
6 years, 7 months ago (2014-05-23 00:40:22 UTC) #3
prasadv
https://codereview.chromium.org/295133002/diff/20001/tools/post_perf_builder_job.py File tools/post_perf_builder_job.py (right): https://codereview.chromium.org/295133002/diff/20001/tools/post_perf_builder_job.py#newcode241 tools/post_perf_builder_job.py:241: buildbot_url = BUILDER_JSON_URL % {'server_url': server_url, Thank you Mike, ...
6 years, 7 months ago (2014-05-23 17:56:19 UTC) #4
qyearsley
https://codereview.chromium.org/295133002/diff/20001/tools/bisect-perf-regression.py File tools/bisect-perf-regression.py (right): https://codereview.chromium.org/295133002/diff/20001/tools/bisect-perf-regression.py#newcode1651 tools/bisect-perf-regression.py:1651: while True: Suggestion: Would it be clearer if this ...
6 years, 7 months ago (2014-05-23 23:17:16 UTC) #5
ghost stip (do not use)
On 2014/05/23 17:56:19, prasadv wrote: > https://codereview.chromium.org/295133002/diff/20001/tools/post_perf_builder_job.py > File tools/post_perf_builder_job.py (right): > > https://codereview.chromium.org/295133002/diff/20001/tools/post_perf_builder_job.py#newcode241 > ...
6 years, 7 months ago (2014-05-23 23:30:38 UTC) #6
chromium-reviews
CBE has a build endpoint using the same scheme as buildbot, eg: http://chrome-build-extract.appspot.com/p/tryserver.chromium/builders/linux_chromium_gn_dbg/builds/290?json=true The functionality ...
6 years, 7 months ago (2014-05-27 20:10:26 UTC) #7
ghost stip (do not use)
ok, if the CBE stuff is possibly unreliable let's use the method here for now. ...
6 years, 7 months ago (2014-05-28 00:13:41 UTC) #8
qyearsley
On 2014/05/28 00:13:41, stip wrote: > ok, if the CBE stuff is possibly unreliable let's ...
6 years, 6 months ago (2014-05-30 02:58:01 UTC) #9
prasadv
On 2014/05/30 02:58:01, qyearsley wrote: > On 2014/05/28 00:13:41, stip wrote: > > ok, if ...
6 years, 6 months ago (2014-05-30 18:17:57 UTC) #10
ghost stip (do not use)
almost lg with one change https://chromiumcodereview.appspot.com/295133002/diff/30001/tools/bisect-perf-regression.py File tools/bisect-perf-regression.py (right): https://chromiumcodereview.appspot.com/295133002/diff/30001/tools/bisect-perf-regression.py#newcode1577 tools/bisect-perf-regression.py:1577: condition=fetch_build_func, you should rename ...
6 years, 6 months ago (2014-05-30 22:36:31 UTC) #11
prasadv
Hi Mike, Can you please take a final look at this one. thanks, Prasad
6 years, 6 months ago (2014-06-06 22:18:20 UTC) #12
ghost stip (do not use)
lgtm, any further issues we can shake out in production
6 years, 6 months ago (2014-06-06 22:44:02 UTC) #13
prasadv
The CQ bit was checked by prasadv@chromium.org
6 years, 6 months ago (2014-06-06 22:44:39 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/prasadv@chromium.org/295133002/50001
6 years, 6 months ago (2014-06-06 22:46:39 UTC) #15
commit-bot: I haz the power
6 years, 6 months ago (2014-06-07 00:27:19 UTC) #16
Message was sent while issue was closed.
Change committed as 275573

Powered by Google App Engine
This is Rietveld 408576698