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

Issue 2254993002: Milo: Add task expired as a failure status (Closed)

Created:
4 years, 4 months ago by Ryan Tseng
Modified:
4 years, 3 months ago
Reviewers:
dnj, estaab, hinoka
CC:
chromium-reviews, infra-reviews+luci-go_chromium.org, andrew.wang, todd, tandrii+luci-go_chromium.org, M-A Ruel
Base URL:
https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Target Ref:
refs/heads/master
Project:
luci-go
Visibility:
Public.

Description

Milo: Add task expired as a failure status BUG=636097 Committed: https://github.com/luci/luci-go/commit/f8c091370435bfe2b8a46551e0c89a7071cc3673

Patch Set 1 #

Patch Set 2 : Color change #

Patch Set 3 : Class fix #

Patch Set 4 : Retrain, remove build-hang test case #

Total comments: 2

Patch Set 5 : Review, Rebase #

Patch Set 6 : Working' #

Patch Set 7 : Use proto instead #

Unified diffs Side-by-side diffs Delta from patch set Stats (+356 lines, -397 lines) Patch
M common/proto/milo/annotations.proto View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M common/proto/milo/annotations.pb.go View 1 2 3 4 4 chunks +65 lines, -59 lines 0 comments Download
M milo/Makefile View 1 2 3 4 5 6 1 chunk +4 lines, -1 line 0 comments Download
M milo/api/resp/build.go View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M milo/api/resp/status_string.go View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
A + milo/appengine/frontend/expectations/bootstrap-swarming.TestableBuild-build-expired.html View 1 2 3 4 5 6 4 chunks +19 lines, -91 lines 0 comments Download
M milo/appengine/frontend/expectations/bootstrap-swarming.TestableBuild-build-pending.html View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
A + milo/appengine/frontend/expectations/buildbot-swarming.TestableBuild-build-expired.html View 1 2 3 4 5 6 13 chunks +32 lines, -142 lines 0 comments Download
M milo/appengine/frontend/expectations/buildbot-swarming.TestableBuild-build-pending.html View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M milo/appengine/frontend/static/buildbot/css/default.css View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M milo/appengine/frontend/templates/buildbot/pages/build.html View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M milo/appengine/logdog/build.go View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M milo/appengine/logdog/internal/stream.pb.go View 1 2 3 4 5 1 chunk +12 lines, -13 lines 0 comments Download
M milo/appengine/logdog/logDogBuild.go View 1 2 3 4 5 6 2 chunks +6 lines, -9 lines 0 comments Download
M milo/appengine/swarming/build.go View 1 2 3 4 5 6 3 chunks +26 lines, -16 lines 0 comments Download
A milo/appengine/swarming/expectations/build-expired.json View 1 2 3 4 5 6 1 chunk +125 lines, -0 lines 0 comments Download
M milo/appengine/swarming/expectations/build-pending.json View 1 2 3 4 5 6 2 chunks +10 lines, -1 line 0 comments Download
M milo/appengine/swarming/html_data.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A milo/appengine/swarming/testdata/build-expired.swarm View 1 chunk +32 lines, -0 lines 0 comments Download
D milo/appengine/swarming/testdata/build-hang View 1 2 3 1 chunk +0 lines, -42 lines 0 comments Download
D milo/appengine/swarming/testdata/build-hang.swarm View 1 2 3 1 chunk +0 lines, -18 lines 0 comments Download

Messages

Total messages: 38 (28 generated)
Ryan Tseng
Class fix
4 years, 4 months ago (2016-08-17 21:38:36 UTC) #5
Ryan Tseng
ptal, milo proto (marzipan? I like marzipan) change, adds "expired" as a top level status.
4 years, 3 months ago (2016-08-30 17:29:08 UTC) #13
Ryan Tseng
+estaab ptal (dnj is ooo these couple days)
4 years, 3 months ago (2016-08-30 21:06:50 UTC) #15
dnj
blarg sorry missed this review. lgtm with the very important comment that I made. https://codereview.chromium.org/2254993002/diff/60001/common/proto/milo/annotations.proto ...
4 years, 3 months ago (2016-09-06 16:46:52 UTC) #16
Ryan Tseng
Use proto instead
4 years, 3 months ago (2016-09-07 21:59:58 UTC) #25
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/2254993002/120001
4 years, 3 months ago (2016-09-07 22:01:01 UTC) #31
hinoka
https://codereview.chromium.org/2254993002/diff/60001/common/proto/milo/annotations.proto File common/proto/milo/annotations.proto (right): https://codereview.chromium.org/2254993002/diff/60001/common/proto/milo/annotations.proto#newcode36 common/proto/milo/annotations.proto:36: EXPIRED = 3; On 2016/09/06 16:46:52, dnj wrote: > ...
4 years, 3 months ago (2016-09-07 22:13:59 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: Luci-go Win Tester on luci.infra.try (JOB_FAILED, https://luci-milo.appspot.com/swarming/task/311f7bed5632b610)
4 years, 3 months ago (2016-09-07 23:02:17 UTC) #34
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/2254993002/120001
4 years, 3 months ago (2016-09-07 23:03:57 UTC) #36
commit-bot: I haz the power
4 years, 3 months ago (2016-09-07 23:12:36 UTC) #38
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://github.com/luci/luci-go/commit/f8c091370435bfe2b8a46551e0c89a7071cc3673

Powered by Google App Engine
This is Rietveld 408576698