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

Side by Side Diff: milo/appengine/swarming/expectations/build-internal.json

Issue 2818563002: Milo: ACLs for internal swarm jobs (Closed)
Patch Set: Review Created 3 years, 8 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
« no previous file with comments | « milo/appengine/swarming/buildinfo.go ('k') | milo/appengine/swarming/html_data.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "Summary": {
3 "Label": "2d8d62f6be545b10",
4 "Status": "Running",
5 "Source": {
6 "Label": "Task 2d8d62f6be545b10",
7 "URL": "https://example.com/user/task/2d8d62f6be545b10"
8 },
9 "MainLink": [
10 {
11 "Label": "Task 2d8d62f6be545b10",
12 "URL": "https://example.com/user/task/2d8d62f6be545b10"
13 }
14 ],
15 "SubLink": [
16 [
17 {
18 "Label": "stdout",
19 "URL": "foo/stdout"
20 }
21 ]
22 ],
23 "Started": "2016-03-14T10:00:01.85071Z",
24 "Finished": "0001-01-01T00:00:00Z",
25 "Duration": 3598149290000,
26 "Type": "Recipe",
27 "LevelsDeep": 0,
28 "Verbosity": 1,
29 "Text": [
30 "Running recipe bootstrap"
31 ]
32 },
33 "SourceStamp": null,
34 "Components": [
35 {
36 "Label": "recipe bootstrap",
37 "Status": "Running",
38 "MainLink": [
39 {
40 "Label": "stdout",
41 "URL": "foo/steps/recipe_bootstrap/0/stdout"
42 }
43 ],
44 "SubLink": [
45 [
46 {
47 "Label": "Confused? README here",
48 "URL": "https://chromium.googlesource.com/external/github.com/luci/r ecipes-py/+/master/doc/workflow.md"
49 }
50 ]
51 ],
52 "Started": "2016-03-14T10:00:02Z",
53 "Finished": "0001-01-01T00:00:00Z",
54 "Duration": 3598000000000,
55 "Type": "Step",
56 "LevelsDeep": 0,
57 "Verbosity": 0,
58 "Text": null
59 }
60 ],
61 "PropertyGroup": [
62 {
63 "GroupName": "recipe bootstrap",
64 "Property": null
65 },
66 {
67 "GroupName": "Main",
68 "Property": null
69 }
70 ],
71 "Blame": null
72 }
OLDNEW
« no previous file with comments | « milo/appengine/swarming/buildinfo.go ('k') | milo/appengine/swarming/html_data.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698