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

Side by Side Diff: recipe_modules/properties/example.expected/buildbot_git_scheduled.json

Issue 2806373004: Enable strict coverage for json, path, platform, properties, raw_io (Closed)
Patch Set: rebase 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "echo", 4 "echo",
5 "None", 5 "None",
6 "'thing'" 6 "'thing'"
7 ], 7 ],
8 "name": "echo" 8 "name": "echo"
9 }, 9 },
10 { 10 {
(...skipping 11 matching lines...) Expand all
22 "('recipe', 'properties:example')", 22 "('recipe', 'properties:example')",
23 "('repository', 'https://chromium.googlesource.com/chromium/src.git')", 23 "('repository', 'https://chromium.googlesource.com/chromium/src.git')",
24 "('revision', 'c14d891d44f0afff64e56ed7c9702df1d807b1ee')", 24 "('revision', 'c14d891d44f0afff64e56ed7c9702df1d807b1ee')",
25 "('slavename', 'TestSlavename')", 25 "('slavename', 'TestSlavename')",
26 "('test_prop', None)", 26 "('test_prop', None)",
27 "('workdir', '/path/to/workdir/TestSlavename')" 27 "('workdir', '/path/to/workdir/TestSlavename')"
28 ], 28 ],
29 "name": "echo all" 29 "name": "echo all"
30 }, 30 },
31 { 31 {
32 "cmd": [
33 "echo",
34 "''"
35 ],
36 "name": "echo project"
37 },
38 {
39 "cmd": [
40 "echo",
41 "'/path/to/workdir/TestSlavename'"
42 ],
43 "name": "echo workdir"
44 },
45 {
46 "cmd": [
47 "echo",
48 "'https://chromium.googlesource.com/chromium/src.git'"
49 ],
50 "name": "echo repository"
51 },
52 {
53 "cmd": [
54 "echo",
55 "'TestBuilder'"
56 ],
57 "name": "echo buildername"
58 },
59 {
60 "cmd": [
61 "echo",
62 "'properties:example'"
63 ],
64 "name": "echo recipe"
65 },
66 {
67 "cmd": [
68 "echo",
69 "'thing'"
70 ],
71 "name": "echo foo.bar-bam"
72 },
73 {
74 "cmd": [
75 "echo",
76 "'chromium.testing.master'"
77 ],
78 "name": "echo mastername"
79 },
80 {
81 "cmd": [
82 "echo",
83 "571"
84 ],
85 "name": "echo buildnumber"
86 },
87 {
88 "cmd": [
89 "echo",
90 "'TestSlavename'"
91 ],
92 "name": "echo slavename"
93 },
94 {
95 "cmd": [
96 "echo",
97 "('cool_dev1337@chromium.org', 'hax@chromium.org')"
98 ],
99 "name": "echo blamelist"
100 },
101 {
102 "cmd": [
103 "echo",
104 "'master'"
105 ],
106 "name": "echo branch"
107 },
108 {
109 "cmd": [
110 "echo",
111 "'http://c.org/p/cr/'"
112 ],
113 "name": "echo buildbotURL"
114 },
115 {
116 "cmd": [
117 "echo",
118 "'c14d891d44f0afff64e56ed7c9702df1d807b1ee'"
119 ],
120 "name": "echo revision"
121 },
122 {
123 "cmd": [
124 "echo",
125 "None"
126 ],
127 "name": "echo test_prop"
128 },
129 {
130 "cmd": [
131 "echo",
132 "'test_bot'"
133 ],
134 "name": "echo bot_id"
135 },
136 {
32 "name": "$result", 137 "name": "$result",
33 "recipe_result": null, 138 "recipe_result": null,
34 "status_code": 0 139 "status_code": 0
35 } 140 }
36 ] 141 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698