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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_nosnap_dbg.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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_nosnap_dbg", 10 "v8_linux_nosnap_dbg",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "project:v8", 234 "project:v8",
235 "--tag", 235 "--tag",
236 "purpose:CQ", 236 "purpose:CQ",
237 "--tag", 237 "--tag",
238 "purpose:pre-commit", 238 "purpose:pre-commit",
239 "--tag", 239 "--tag",
240 "rietveld:https://codereview.chromium.org/12853011/#ps1", 240 "rietveld:https://codereview.chromium.org/12853011/#ps1",
241 "--tag", 241 "--tag",
242 "slavename:TestSlavename", 242 "slavename:TestSlavename",
243 "--tag", 243 "--tag",
244 "stepname:Check", 244 "stepname:Check on Ubuntu-12.04",
245 "--idempotent", 245 "--idempotent",
246 "--user", 246 "--user",
247 "commit-bot@chromium.org", 247 "commit-bot@chromium.org",
248 "[dummy hash for bot_default]", 248 "[dummy hash for bot_default]",
249 "--", 249 "--",
250 "--progress=verbose", 250 "--progress=verbose",
251 "--mode", 251 "--mode",
252 "Debug", 252 "Debug",
253 "--arch", 253 "--arch",
254 "ia32", 254 "ia32",
255 "--outdir", 255 "--outdir",
256 "out", 256 "out",
257 "--buildbot", 257 "--buildbot",
258 "--timeout=200", 258 "--timeout=200",
259 "--random-seed=-976563914", 259 "--random-seed=-976563914",
260 "bot_default", 260 "bot_default",
261 "--exhaustive-variants", 261 "--exhaustive-variants",
262 "--dcheck-always-on", 262 "--dcheck-always-on",
263 "--rerun-failures-count=2", 263 "--rerun-failures-count=2",
264 "--swarming", 264 "--swarming",
265 "--json-test-results", 265 "--json-test-results",
266 "${ISOLATED_OUTDIR}/output.json" 266 "${ISOLATED_OUTDIR}/output.json"
267 ], 267 ],
268 "cwd": "[SLAVE_BUILD]", 268 "cwd": "[SLAVE_BUILD]",
269 "name": "[trigger] Check", 269 "name": "[trigger] Check on Ubuntu-12.04",
270 "~followup_annotations": [ 270 "~followup_annotations": [
271 "@@@STEP_LOG_LINE@json.output@{@@@", 271 "@@@STEP_LOG_LINE@json.output@{@@@",
272 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[ dummy has/v8_linux_nosnap_dbg/571\", @@@", 272 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[ dummy has/v8_linux_nosnap_dbg/571\", @@@",
273 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 273 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
274 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/v8_linux _nosnap_dbg/571:3:0\": {@@@", 274 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/v8_linux _nosnap_dbg/571:3:0\": {@@@",
275 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 275 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
276 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 276 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
277 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 277 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
278 "@@@STEP_LOG_LINE@json.output@ }, @@@", 278 "@@@STEP_LOG_LINE@json.output@ }, @@@",
279 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/v8_linux _nosnap_dbg/571:3:1\": {@@@", 279 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/v8_linux _nosnap_dbg/571:3:1\": {@@@",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 334 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
335 "@@@STEP_LOG_END@durations@@@" 335 "@@@STEP_LOG_END@durations@@@"
336 ] 336 ]
337 }, 337 },
338 { 338 {
339 "name": "$result", 339 "name": "$result",
340 "recipe_result": null, 340 "recipe_result": null,
341 "status_code": 0 341 "status_code": 0
342 } 342 }
343 ] 343 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698