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

Side by Side Diff: scripts/slave/recipe_modules/archive/example.expected/cf_archiving_component.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n", 6 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n",
7 "[SLAVE_BUILD]/src/out/Release", 7 "[SLAVE_BUILD]/src/out/Release",
8 "/path/to/tmp/json" 8 "/path/to/tmp/json"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]", 10 "cwd": "[SLAVE_BUILD]",
11 "name": "listdir build_dir", 11 "name": "listdir build_dir",
12 "~followup_annotations": [ 12 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@json.output@[@@@", 13 "@@@STEP_LOG_LINE@json.output@[@@@",
14 "@@@STEP_LOG_LINE@json.output@ \"chrome\", @@@", 14 "@@@STEP_LOG_LINE@json.output@ \"chrome\", @@@",
15 "@@@STEP_LOG_LINE@json.output@ \"resources\"@@@", 15 "@@@STEP_LOG_LINE@json.output@ \"resources\"@@@",
16 "@@@STEP_LOG_LINE@json.output@]@@@", 16 "@@@STEP_LOG_LINE@json.output@]@@@",
17 "@@@STEP_LOG_END@json.output@@@", 17 "@@@STEP_LOG_END@json.output@@@",
18 "@@@STEP_LOG_LINE@python.inline@@@@", 18 "@@@STEP_LOG_LINE@python.inline@@@@",
19 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", 19 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@",
20 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path .isdir(sys.argv[1]):@@@", 20 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path .isdir(sys.argv[1]):@@@",
21 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", 21 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@",
22 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@ @@", 22 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@ @@",
23 "@@@STEP_LOG_END@python.inline@@@" 23 "@@@STEP_LOG_END@python.inline@@@"
24 ] 24 ]
25 }, 25 },
26 { 26 {
27 "cmd": [ 27 "cmd": [
28 "python", 28 "python",
29 "-u", 29 "-u",
30 "RECIPE_MODULE[archive]/resources/zip_archive.py", 30 "RECIPE_MODULE[build.archive]/resources/zip_archive.py",
31 "[TMP_BASE]/chrome_staging_tmp_1", 31 "[TMP_BASE]/chrome_staging_tmp_1",
32 "chrome-asan-linux-release-x10-component-234", 32 "chrome-asan-linux-release-x10-component-234",
33 "[\"chrome\", \"resources\"]", 33 "[\"chrome\", \"resources\"]",
34 "[SLAVE_BUILD]/src/out/Release" 34 "[SLAVE_BUILD]/src/out/Release"
35 ], 35 ],
36 "cwd": "[SLAVE_BUILD]", 36 "cwd": "[SLAVE_BUILD]",
37 "name": "zipping" 37 "name": "zipping"
38 }, 38 },
39 { 39 {
40 "cmd": [ 40 "cmd": [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 74 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
75 "@@@STEP_LOG_END@python.inline@@@" 75 "@@@STEP_LOG_END@python.inline@@@"
76 ] 76 ]
77 }, 77 },
78 { 78 {
79 "name": "$result", 79 "name": "$result",
80 "recipe_result": null, 80 "recipe_result": null,
81 "status_code": 0 81 "status_code": 0
82 } 82 }
83 ] 83 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698