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

Side by Side Diff: scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json

Issue 2102153004: Revert "Add CIPD package support to swarming recipe api" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 { 79 {
80 "cmd": [ 80 "cmd": [
81 "python", 81 "python",
82 "-u", 82 "-u",
83 "[SLAVE_BUILD]/swarming.client/swarming.py", 83 "[SLAVE_BUILD]/swarming.client/swarming.py",
84 "--version" 84 "--version"
85 ], 85 ],
86 "name": "swarming.py --version", 86 "name": "swarming.py --version",
87 "stdout": "/path/to/tmp/", 87 "stdout": "/path/to/tmp/",
88 "~followup_annotations": [ 88 "~followup_annotations": [
89 "@@@STEP_TEXT@0.8.6@@@" 89 "@@@STEP_TEXT@0.4.10@@@"
90 ] 90 ]
91 }, 91 },
92 { 92 {
93 "cmd": [ 93 "cmd": [
94 "python", 94 "python",
95 "-u", 95 "-u",
96 "[SLAVE_BUILD]/swarming.client/isolate.py", 96 "[SLAVE_BUILD]/swarming.client/isolate.py",
97 "archive", 97 "archive",
98 "--isolate", 98 "--isolate",
99 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate", 99 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "--tag", 194 "--tag",
195 "os:Windows-7-SP1", 195 "os:Windows-7-SP1",
196 "--tag", 196 "--tag",
197 "os:win", 197 "os:win",
198 "--tag", 198 "--tag",
199 "stepname:hello_world on Windows-7-SP1", 199 "stepname:hello_world on Windows-7-SP1",
200 "--verbose", 200 "--verbose",
201 "--idempotent", 201 "--idempotent",
202 "--user", 202 "--user",
203 "joe", 203 "joe",
204 "--cipd-package",
205 "bin:super/awesome/pkg:git_revision:deadbeef",
206 "hash_for_win" 204 "hash_for_win"
207 ], 205 ],
208 "name": "[trigger] hello_world on Windows-7-SP1", 206 "name": "[trigger] hello_world on Windows-7-SP1",
209 "~followup_annotations": [ 207 "~followup_annotations": [
210 "@@@STEP_LOG_LINE@json.output@{@@@", 208 "@@@STEP_LOG_LINE@json.output@{@@@",
211 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Windows- 7-SP1/hash_for_w\", @@@", 209 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Windows- 7-SP1/hash_for_w\", @@@",
212 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 210 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
213 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Windows-7-SP1/hash_for_w\" : {@@@", 211 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Windows-7-SP1/hash_for_w\" : {@@@",
214 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 212 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
215 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 213 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "--tag", 264 "--tag",
267 "os:Ubuntu-12.04", 265 "os:Ubuntu-12.04",
268 "--tag", 266 "--tag",
269 "os:linux", 267 "os:linux",
270 "--tag", 268 "--tag",
271 "stepname:hello_world on Ubuntu-12.04", 269 "stepname:hello_world on Ubuntu-12.04",
272 "--verbose", 270 "--verbose",
273 "--idempotent", 271 "--idempotent",
274 "--user", 272 "--user",
275 "joe", 273 "joe",
276 "--cipd-package",
277 "bin:super/awesome/pkg:git_revision:deadbeef",
278 "hash_for_linux" 274 "hash_for_linux"
279 ], 275 ],
280 "name": "[trigger] hello_world on Ubuntu-12.04", 276 "name": "[trigger] hello_world on Ubuntu-12.04",
281 "~followup_annotations": [ 277 "~followup_annotations": [
282 "@@@STEP_LOG_LINE@json.output@{@@@", 278 "@@@STEP_LOG_LINE@json.output@{@@@",
283 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-1 2.04/hash_for_l\", @@@", 279 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-1 2.04/hash_for_l\", @@@",
284 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 280 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
285 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2: 0\": {@@@", 281 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2: 0\": {@@@",
286 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 282 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
287 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 283 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "--tag", 340 "--tag",
345 "os:Mac-10.9", 341 "os:Mac-10.9",
346 "--tag", 342 "--tag",
347 "os:mac", 343 "os:mac",
348 "--tag", 344 "--tag",
349 "stepname:hello_world on Mac-10.9", 345 "stepname:hello_world on Mac-10.9",
350 "--verbose", 346 "--verbose",
351 "--idempotent", 347 "--idempotent",
352 "--user", 348 "--user",
353 "joe", 349 "joe",
354 "--cipd-package",
355 "bin:super/awesome/pkg:git_revision:deadbeef",
356 "hash_for_mac" 350 "hash_for_mac"
357 ], 351 ],
358 "name": "[trigger] hello_world on Mac-10.9", 352 "name": "[trigger] hello_world on Mac-10.9",
359 "~followup_annotations": [ 353 "~followup_annotations": [
360 "@@@STEP_LOG_LINE@json.output@{@@@", 354 "@@@STEP_LOG_LINE@json.output@{@@@",
361 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Mac-10.9 /hash_for_m\", @@@", 355 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Mac-10.9 /hash_for_m\", @@@",
362 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 356 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
363 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Mac-10.9/hash_for_m\": {@@ @", 357 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Mac-10.9/hash_for_m\": {@@ @",
364 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 358 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
365 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 359 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
(...skipping 16 matching lines...) Expand all
382 "cmd": [ 376 "cmd": [
383 "python", 377 "python",
384 "-u", 378 "-u",
385 "[SLAVE_BUILD]/swarming.client/swarming.py", 379 "[SLAVE_BUILD]/swarming.client/swarming.py",
386 "collect", 380 "collect",
387 "--swarming", 381 "--swarming",
388 "https://chromium-swarm-dev.appspot.com", 382 "https://chromium-swarm-dev.appspot.com",
389 "--decorate", 383 "--decorate",
390 "--print-status-updates", 384 "--print-status-updates",
391 "--verbose", 385 "--verbose",
392 "--json", 386 "--shards",
393 "{\"base_task_name\": \"hello_world/Windows-7-SP1/hash_for_w\", \"tasks\": {\"hello_world/Windows-7-SP1/hash_for_w\": {\"shard_index\": 0, \"task_id\": \" 10000\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/10000\ "}}}", 387 "1",
388 "hello_world/Windows-7-SP1/hash_for_w",
394 "--task-summary-json", 389 "--task-summary-json",
395 "/path/to/tmp/json", 390 "/path/to/tmp/json",
396 "--task-output-dir", 391 "--task-output-dir",
397 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" 392 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir"
398 ], 393 ],
399 "name": "hello_world on Windows-7-SP1", 394 "name": "hello_world on Windows-7-SP1",
400 "~followup_annotations": [ 395 "~followup_annotations": [
401 "@@@STEP_TEXT@swarming pending 71s@@@", 396 "@@@STEP_TEXT@swarming pending 71s@@@",
402 "@@@STEP_LOG_LINE@json.output@{@@@", 397 "@@@STEP_LOG_LINE@json.output@{@@@",
403 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 398 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 "cmd": [ 439 "cmd": [
445 "python", 440 "python",
446 "-u", 441 "-u",
447 "[SLAVE_BUILD]/swarming.client/swarming.py", 442 "[SLAVE_BUILD]/swarming.client/swarming.py",
448 "collect", 443 "collect",
449 "--swarming", 444 "--swarming",
450 "https://chromium-swarm-dev.appspot.com", 445 "https://chromium-swarm-dev.appspot.com",
451 "--decorate", 446 "--decorate",
452 "--print-status-updates", 447 "--print-status-updates",
453 "--verbose", 448 "--verbose",
454 "--json", 449 "--shards",
455 "{\"base_task_name\": \"hello_world/Ubuntu-12.04/hash_for_l\", \"tasks\": {\"hello_world/Ubuntu-12.04/hash_for_l:2:0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/1000 0\"}, \"hello_world/Ubuntu-12.04/hash_for_l:2:1\": {\"shard_index\": 1, \"task_i d\": \"10100\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task /10100\"}}}", 450 "2",
451 "hello_world/Ubuntu-12.04/hash_for_l",
456 "--task-summary-json", 452 "--task-summary-json",
457 "/path/to/tmp/json", 453 "/path/to/tmp/json",
458 "--task-output-dir", 454 "--task-output-dir",
459 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" 455 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir"
460 ], 456 ],
461 "name": "hello_world on Ubuntu-12.04", 457 "name": "hello_world on Ubuntu-12.04",
462 "~followup_annotations": [ 458 "~followup_annotations": [
463 "@@@STEP_TEXT@swarming pending 71s@@@", 459 "@@@STEP_TEXT@swarming pending 71s@@@",
464 "@@@STEP_LOG_LINE@json.output@{@@@", 460 "@@@STEP_LOG_LINE@json.output@{@@@",
465 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 461 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 "cmd": [ 536 "cmd": [
541 "python", 537 "python",
542 "-u", 538 "-u",
543 "[SLAVE_BUILD]/swarming.client/swarming.py", 539 "[SLAVE_BUILD]/swarming.client/swarming.py",
544 "collect", 540 "collect",
545 "--swarming", 541 "--swarming",
546 "https://chromium-swarm-dev.appspot.com", 542 "https://chromium-swarm-dev.appspot.com",
547 "--decorate", 543 "--decorate",
548 "--print-status-updates", 544 "--print-status-updates",
549 "--verbose", 545 "--verbose",
550 "--json", 546 "--shards",
551 "{\"base_task_name\": \"hello_world/Mac-10.9/hash_for_m\", \"tasks\": {\"h ello_world/Mac-10.9/hash_for_m\": {\"shard_index\": 0, \"task_id\": \"10000\", \ "view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/10000\"}}}", 547 "1",
548 "hello_world/Mac-10.9/hash_for_m",
552 "--task-summary-json", 549 "--task-summary-json",
553 "/path/to/tmp/json", 550 "/path/to/tmp/json",
554 "--task-output-dir", 551 "--task-output-dir",
555 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" 552 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir"
556 ], 553 ],
557 "name": "hello_world on Mac-10.9", 554 "name": "hello_world on Mac-10.9",
558 "~followup_annotations": [ 555 "~followup_annotations": [
559 "@@@STEP_TEXT@swarming pending 71s@@@", 556 "@@@STEP_TEXT@swarming pending 71s@@@",
560 "@@@STEP_LOG_LINE@json.output@{@@@", 557 "@@@STEP_LOG_LINE@json.output@{@@@",
561 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 558 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 613 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
617 "@@@STEP_LOG_END@python.inline@@@" 614 "@@@STEP_LOG_END@python.inline@@@"
618 ] 615 ]
619 }, 616 },
620 { 617 {
621 "name": "$result", 618 "name": "$result",
622 "recipe_result": null, 619 "recipe_result": null,
623 "status_code": 0 620 "status_code": 0
624 } 621 }
625 ] 622 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698