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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Arm", 10 "V8 Arm",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Arm\", \"buildnumber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": \"V8 Arm - builder\", \"parent_got_revision\": \"54321\" , \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 95 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Arm\", \"buildnumber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": \"V8 Arm - builder\", \"parent_got_revision\": \"54321\" , \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
96 "--build-properties", 96 "--build-properties",
97 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Arm\", \"buildnumber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": \"V8 Arm - builder\", \"parent_got_revision\": \"54321\" , \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 97 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8 Arm\", \"buildnumber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": \"V8 Arm - builder\", \"parent_got_revision\": \"54321\" , \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
98 ], 98 ],
99 "name": "extract build" 99 "name": "extract build"
100 }, 100 },
101 { 101 {
102 "cmd": [ 102 "cmd": [
103 "python", 103 "python",
104 "-u", 104 "-u",
105 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 105 "RECIPE_MODULE[v8]/resources/v8testing.py",
106 "--target", 106 "--target",
107 "Release", 107 "Release",
108 "--arch", 108 "--arch",
109 "arm", 109 "arm",
110 "--testname", 110 "--testname",
111 "unittests", 111 "unittests",
112 "--no-variants", 112 "--no-variants",
113 "--json-test-results", 113 "--json-test-results",
114 "/path/to/tmp/json" 114 "/path/to/tmp/json"
115 ], 115 ],
116 "cwd": "[SLAVE_BUILD]/v8", 116 "cwd": "[SLAVE_BUILD]/v8",
117 "name": "Unittests" 117 "name": "Unittests"
118 }, 118 },
119 { 119 {
120 "cmd": [ 120 "cmd": [
121 "python", 121 "python",
122 "-u", 122 "-u",
123 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 123 "RECIPE_MODULE[v8]/resources/v8testing.py",
124 "--target", 124 "--target",
125 "Release", 125 "Release",
126 "--arch", 126 "--arch",
127 "arm", 127 "arm",
128 "--testname", 128 "--testname",
129 "default", 129 "default",
130 "--flaky-tests", 130 "--flaky-tests",
131 "skip", 131 "skip",
132 "--json-test-results", 132 "--json-test-results",
133 "/path/to/tmp/json" 133 "/path/to/tmp/json"
134 ], 134 ],
135 "cwd": "[SLAVE_BUILD]/v8", 135 "cwd": "[SLAVE_BUILD]/v8",
136 "name": "Check" 136 "name": "Check"
137 }, 137 },
138 { 138 {
139 "cmd": [ 139 "cmd": [
140 "python", 140 "python",
141 "-u", 141 "-u",
142 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 142 "RECIPE_MODULE[v8]/resources/v8testing.py",
143 "--target", 143 "--target",
144 "Release", 144 "Release",
145 "--arch", 145 "--arch",
146 "arm", 146 "arm",
147 "--testname", 147 "--testname",
148 "default", 148 "default",
149 "--flaky-tests", 149 "--flaky-tests",
150 "run", 150 "run",
151 "--json-test-results", 151 "--json-test-results",
152 "/path/to/tmp/json" 152 "/path/to/tmp/json"
153 ], 153 ],
154 "cwd": "[SLAVE_BUILD]/v8", 154 "cwd": "[SLAVE_BUILD]/v8",
155 "name": "Check - flaky" 155 "name": "Check - flaky"
156 }, 156 },
157 { 157 {
158 "cmd": [ 158 "cmd": [
159 "python", 159 "python",
160 "-u", 160 "-u",
161 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 161 "RECIPE_MODULE[v8]/resources/v8testing.py",
162 "--target", 162 "--target",
163 "Release", 163 "Release",
164 "--arch", 164 "--arch",
165 "arm", 165 "arm",
166 "--testname", 166 "--testname",
167 "webkit", 167 "webkit",
168 "--flaky-tests", 168 "--flaky-tests",
169 "skip", 169 "skip",
170 "--json-test-results", 170 "--json-test-results",
171 "/path/to/tmp/json" 171 "/path/to/tmp/json"
172 ], 172 ],
173 "cwd": "[SLAVE_BUILD]/v8", 173 "cwd": "[SLAVE_BUILD]/v8",
174 "name": "Webkit" 174 "name": "Webkit"
175 }, 175 },
176 { 176 {
177 "cmd": [ 177 "cmd": [
178 "python", 178 "python",
179 "-u", 179 "-u",
180 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 180 "RECIPE_MODULE[v8]/resources/v8testing.py",
181 "--target", 181 "--target",
182 "Release", 182 "Release",
183 "--arch", 183 "--arch",
184 "arm", 184 "arm",
185 "--testname", 185 "--testname",
186 "webkit", 186 "webkit",
187 "--flaky-tests", 187 "--flaky-tests",
188 "run", 188 "run",
189 "--json-test-results", 189 "--json-test-results",
190 "/path/to/tmp/json" 190 "/path/to/tmp/json"
191 ], 191 ],
192 "cwd": "[SLAVE_BUILD]/v8", 192 "cwd": "[SLAVE_BUILD]/v8",
193 "name": "Webkit - flaky" 193 "name": "Webkit - flaky"
194 }, 194 },
195 { 195 {
196 "cmd": [ 196 "cmd": [
197 "python", 197 "python",
198 "-u", 198 "-u",
199 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 199 "RECIPE_MODULE[v8]/resources/v8testing.py",
200 "--target", 200 "--target",
201 "Release", 201 "Release",
202 "--arch", 202 "--arch",
203 "arm", 203 "arm",
204 "--testname", 204 "--testname",
205 "benchmarks", 205 "benchmarks",
206 "--json-test-results", 206 "--json-test-results",
207 "/path/to/tmp/json" 207 "/path/to/tmp/json"
208 ], 208 ],
209 "cwd": "[SLAVE_BUILD]/v8", 209 "cwd": "[SLAVE_BUILD]/v8",
210 "name": "Benchmarks" 210 "name": "Benchmarks"
211 }, 211 },
212 { 212 {
213 "cmd": [ 213 "cmd": [
214 "python", 214 "python",
215 "-u", 215 "-u",
216 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 216 "RECIPE_MODULE[v8]/resources/v8testing.py",
217 "--target", 217 "--target",
218 "Release", 218 "Release",
219 "--arch", 219 "--arch",
220 "arm", 220 "arm",
221 "--testname", 221 "--testname",
222 "optimize_for_size", 222 "optimize_for_size",
223 "--no-variants", 223 "--no-variants",
224 "--shell_flags=\"--optimize-for-size\"", 224 "--shell_flags=\"--optimize-for-size\"",
225 "--flaky-tests", 225 "--flaky-tests",
226 "skip", 226 "skip",
227 "--json-test-results", 227 "--json-test-results",
228 "/path/to/tmp/json" 228 "/path/to/tmp/json"
229 ], 229 ],
230 "cwd": "[SLAVE_BUILD]/v8", 230 "cwd": "[SLAVE_BUILD]/v8",
231 "name": "OptimizeForSize" 231 "name": "OptimizeForSize"
232 }, 232 },
233 { 233 {
234 "cmd": [ 234 "cmd": [
235 "python", 235 "python",
236 "-u", 236 "-u",
237 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", 237 "RECIPE_MODULE[v8]/resources/v8testing.py",
238 "--target", 238 "--target",
239 "Release", 239 "Release",
240 "--arch", 240 "--arch",
241 "arm", 241 "arm",
242 "--testname", 242 "--testname",
243 "optimize_for_size", 243 "optimize_for_size",
244 "--no-variants", 244 "--no-variants",
245 "--shell_flags=\"--optimize-for-size\"", 245 "--shell_flags=\"--optimize-for-size\"",
246 "--flaky-tests", 246 "--flaky-tests",
247 "run", 247 "run",
248 "--json-test-results", 248 "--json-test-results",
249 "/path/to/tmp/json" 249 "/path/to/tmp/json"
250 ], 250 ],
251 "cwd": "[SLAVE_BUILD]/v8", 251 "cwd": "[SLAVE_BUILD]/v8",
252 "name": "OptimizeForSize - flaky" 252 "name": "OptimizeForSize - flaky"
253 } 253 }
254 ] 254 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698