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

Side by Side Diff: appengine/cmd/milo/swarming/testdata/build-canceled.swarm

Issue 2117613002: Milo: Add step text for swarming task exceptions (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Tests Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "created_ts": "2016-03-14T10:00:01.468360", 2 "created_ts": "2016-03-14T10:00:01.468360",
3 "bot_version": "02233557e20b68d33d7812c0465b582ed288a9bb", 3 "bot_version": "02233557e20b68d33d7812c0465b582ed288a9bb",
4 "task_id": "2d8d62f6be545b10", 4 "task_id": "2d8d62f6be545b10",
5 "tags": [ 5 "tags": [
6 "buildbucket_bucket:estaab-infra-waterfall-test", 6 "buildbucket_bucket:estaab-infra-waterfall-test",
7 "buildbucket_hostname:cr-buildbucket-dev.appspot.com", 7 "buildbucket_hostname:cr-buildbucket-dev.appspot.com",
8 "builder:infra-continuous-precise-32", 8 "builder:infra-continuous-precise-32",
9 "cores:8", 9 "cores:8",
10 "cron_invocation_id:9183652815541395264", 10 "cron_invocation_id:9183652815541395264",
11 "cron_job_id:infra-experimental/buildbucket-job-estaab-infra-waterfall-test", 11 "cron_job_id:infra-experimental/buildbucket-job-estaab-infra-waterfall-test",
12 "master:master.estaab-infra-waterfall-test", 12 "master:master.estaab-infra-waterfall-test",
13 "os:Ubuntu-12.04", 13 "os:Ubuntu-12.04",
14 "pool:default", 14 "pool:default",
15 "priority:100", 15 "priority:100",
16 "recipe_name:infra/infra_continuous", 16 "recipe_name:infra/infra_continuous",
17 "recipe_repository:https://chromium.googlesource.com/chromium/tools/build", 17 "recipe_repository:https://chromium.googlesource.com/chromium/tools/build",
18 "recipe_revision:", 18 "recipe_revision:",
19 "user:", 19 "user:",
20 "user_agent:luci-cron", 20 "user_agent:luci-cron",
21 "allow_milo:1" 21 "allow_milo:1"
22 ], 22 ],
23 "internal_failure": false, 23 "internal_failure": false,
24 "costs_usd": [ 24 "costs_usd": [
25 0.5220010006994543 25 0.5220010006994543
26 ], 26 ],
27 "bot_dimensions": [ 27 "bot_dimensions": [
28 { 28 {
29 "value": [ 29 "value": [
30 "8" 30 "8"
31 ], 31 ],
32 "key": "cores" 32 "key": "cores"
33 }, 33 },
34 { 34 {
35 "value": [ 35 "value": [
36 "x86", 36 "x86",
37 "x86-64" 37 "x86-64"
38 ], 38 ],
39 "key": "cpu" 39 "key": "cpu"
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 ], 78 ],
79 "key": "zone" 79 "key": "zone"
80 } 80 }
81 ], 81 ],
82 "server_versions": [ 82 "server_versions": [
83 "1931-8ffe4d1" 83 "1931-8ffe4d1"
84 ], 84 ],
85 "exit_code": "-15", 85 "exit_code": "-15",
86 "name": "buildbucket-estaab-infra-waterfall-test-infra-continuous-precise-32", 86 "name": "buildbucket-estaab-infra-waterfall-test-infra-continuous-precise-32",
87 "failure": true, 87 "failure": true,
88 "state": "TIMED_OUT", 88 "state": "CANCELED",
89 "modified_ts": "2016-03-14T11:00:18.486020", 89 "modified_ts": "2016-03-14T11:00:18.486020",
90 "user": "", 90 "user": "",
91 "bot_id": "swarm3-c4", 91 "bot_id": "swarm3-c4",
92 "duration": 3615.243180990219, 92 "duration": 3615.243180990219,
93 "try_number": "1", 93 "try_number": "1",
94 "completed_ts": "2016-03-14T11:00:18.486020", 94 "completed_ts": "2016-03-14T11:00:18.486020",
95 "started_ts": "2016-03-14T10:00:01.850710", 95 "started_ts": "2016-03-14T10:00:01.850710",
96 "kind": "swarming#taskItem", 96 "kind": "swarming#taskItem",
97 "etag": "\"8T7hve1eF1AtJxly4TygH4Vsei8/BOiXFFzC_twa1KB8vfr-umqxc4Q\"" 97 "etag": "\"8T7hve1eF1AtJxly4TygH4Vsei8/BOiXFFzC_twa1KB8vfr-umqxc4Q\""
98 } 98 }
99 99
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698