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

Side by Side Diff: scripts/slave/recipe_modules/swarming/example.expected/basic_0.5.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.5@@@"
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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "--tag", 196 "--tag",
197 "os:win", 197 "os:win",
198 "--tag", 198 "--tag",
199 "rietveld:https://codereview.chromium.org/123/#ps1001", 199 "rietveld:https://codereview.chromium.org/123/#ps1001",
200 "--tag", 200 "--tag",
201 "stepname:hello_world on Windows-7-SP1", 201 "stepname:hello_world on Windows-7-SP1",
202 "--verbose", 202 "--verbose",
203 "--idempotent", 203 "--idempotent",
204 "--user", 204 "--user",
205 "joe", 205 "joe",
206 "--cipd-package",
207 "bin:super/awesome/pkg:git_revision:deadbeef",
208 "hash_for_win" 206 "hash_for_win"
209 ], 207 ],
210 "name": "[trigger] hello_world on Windows-7-SP1", 208 "name": "[trigger] hello_world on Windows-7-SP1",
211 "~followup_annotations": [ 209 "~followup_annotations": [
212 "@@@STEP_LOG_LINE@json.output@{@@@", 210 "@@@STEP_LOG_LINE@json.output@{@@@",
213 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Windows- 7-SP1/hash_for_w\", @@@", 211 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Windows- 7-SP1/hash_for_w\", @@@",
214 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 212 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
215 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Windows-7-SP1/hash_for_w\" : {@@@", 213 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Windows-7-SP1/hash_for_w\" : {@@@",
216 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 214 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
217 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 215 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "--tag", 268 "--tag",
271 "os:linux", 269 "os:linux",
272 "--tag", 270 "--tag",
273 "rietveld:https://codereview.chromium.org/123/#ps1001", 271 "rietveld:https://codereview.chromium.org/123/#ps1001",
274 "--tag", 272 "--tag",
275 "stepname:hello_world on Ubuntu-12.04", 273 "stepname:hello_world on Ubuntu-12.04",
276 "--verbose", 274 "--verbose",
277 "--idempotent", 275 "--idempotent",
278 "--user", 276 "--user",
279 "joe", 277 "joe",
280 "--cipd-package",
281 "bin:super/awesome/pkg:git_revision:deadbeef",
282 "hash_for_linux" 278 "hash_for_linux"
283 ], 279 ],
284 "name": "[trigger] hello_world on Ubuntu-12.04", 280 "name": "[trigger] hello_world on Ubuntu-12.04",
285 "~followup_annotations": [ 281 "~followup_annotations": [
286 "@@@STEP_LOG_LINE@json.output@{@@@", 282 "@@@STEP_LOG_LINE@json.output@{@@@",
287 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-1 2.04/hash_for_l\", @@@", 283 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-1 2.04/hash_for_l\", @@@",
288 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 284 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
289 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2: 0\": {@@@", 285 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2: 0\": {@@@",
290 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 286 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
291 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 287 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "--tag", 346 "--tag",
351 "os:mac", 347 "os:mac",
352 "--tag", 348 "--tag",
353 "rietveld:https://codereview.chromium.org/123/#ps1001", 349 "rietveld:https://codereview.chromium.org/123/#ps1001",
354 "--tag", 350 "--tag",
355 "stepname:hello_world on Mac-10.9", 351 "stepname:hello_world on Mac-10.9",
356 "--verbose", 352 "--verbose",
357 "--idempotent", 353 "--idempotent",
358 "--user", 354 "--user",
359 "joe", 355 "joe",
360 "--cipd-package",
361 "bin:super/awesome/pkg:git_revision:deadbeef",
362 "hash_for_mac" 356 "hash_for_mac"
363 ], 357 ],
364 "name": "[trigger] hello_world on Mac-10.9", 358 "name": "[trigger] hello_world on Mac-10.9",
365 "~followup_annotations": [ 359 "~followup_annotations": [
366 "@@@STEP_LOG_LINE@json.output@{@@@", 360 "@@@STEP_LOG_LINE@json.output@{@@@",
367 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Mac-10.9 /hash_for_m\", @@@", 361 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Mac-10.9 /hash_for_m\", @@@",
368 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 362 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
369 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Mac-10.9/hash_for_m\": {@@ @", 363 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Mac-10.9/hash_for_m\": {@@ @",
370 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 364 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
371 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 365 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 616 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
623 "@@@STEP_LOG_END@python.inline@@@" 617 "@@@STEP_LOG_END@python.inline@@@"
624 ] 618 ]
625 }, 619 },
626 { 620 {
627 "name": "$result", 621 "name": "$result",
628 "recipe_result": null, 622 "recipe_result": null,
629 "status_code": 0 623 "status_code": 0
630 } 624 }
631 ] 625 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698