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

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

Issue 1720873002: swarming: always append task's OS dimension to step name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "os:Windows-7-SP1", 211 "os:Windows-7-SP1",
212 "--tag", 212 "--tag",
213 "project:v8", 213 "project:v8",
214 "--tag", 214 "--tag",
215 "purpose:CI", 215 "purpose:CI",
216 "--tag", 216 "--tag",
217 "purpose:post-commit", 217 "purpose:post-commit",
218 "--tag", 218 "--tag",
219 "slavename:TestSlavename", 219 "slavename:TestSlavename",
220 "--tag", 220 "--tag",
221 "stepname:Check", 221 "stepname:Check on Windows-7-SP1",
222 "--idempotent", 222 "--idempotent",
223 "[dummy hash for bot_default]", 223 "[dummy hash for bot_default]",
224 "--", 224 "--",
225 "--progress=verbose", 225 "--progress=verbose",
226 "--mode", 226 "--mode",
227 "Release", 227 "Release",
228 "--arch", 228 "--arch",
229 "ia32", 229 "ia32",
230 "--outdir", 230 "--outdir",
231 "out", 231 "out",
232 "--buildbot", 232 "--buildbot",
233 "--timeout=200", 233 "--timeout=200",
234 "--random-seed=-976563914", 234 "--random-seed=-976563914",
235 "bot_default", 235 "bot_default",
236 "--exhaustive-variants", 236 "--exhaustive-variants",
237 "--no-snap", 237 "--no-snap",
238 "--rerun-failures-count=2", 238 "--rerun-failures-count=2",
239 "--swarming", 239 "--swarming",
240 "--json-test-results", 240 "--json-test-results",
241 "${ISOLATED_OUTDIR}/output.json" 241 "${ISOLATED_OUTDIR}/output.json"
242 ], 242 ],
243 "cwd": "[SLAVE_BUILD]", 243 "cwd": "[SLAVE_BUILD]",
244 "name": "[trigger] Check", 244 "name": "[trigger] Check on Windows-7-SP1",
245 "~followup_annotations": [ 245 "~followup_annotations": [
246 "@@@STEP_LOG_LINE@json.output@{@@@", 246 "@@@STEP_LOG_LINE@json.output@{@@@",
247 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/ [dummy has/V8 Win32 - nosnap - shared/571\", @@@", 247 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/ [dummy has/V8 Win32 - nosnap - shared/571\", @@@",
248 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 248 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
249 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/V8 Win3 2 - nosnap - shared/571\": {@@@", 249 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/V8 Win3 2 - nosnap - shared/571\": {@@@",
250 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 250 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
251 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 251 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
252 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 252 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
253 "@@@STEP_LOG_LINE@json.output@ }@@@", 253 "@@@STEP_LOG_LINE@json.output@ }@@@",
254 "@@@STEP_LOG_LINE@json.output@ }@@@", 254 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 297 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
298 "@@@STEP_LOG_END@durations@@@" 298 "@@@STEP_LOG_END@durations@@@"
299 ] 299 ]
300 }, 300 },
301 { 301 {
302 "name": "$result", 302 "name": "$result",
303 "recipe_result": null, 303 "recipe_result": null,
304 "status_code": 0 304 "status_code": 0
305 } 305 }
306 ] 306 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698