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

Side by Side Diff: scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_test_failure.json

Issue 2355483004: Add CIPD GAE SDK recipe module and packager. (Closed)
Patch Set: pylint Created 4 years, 2 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::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "@@@STEP_LOG_END@python.inline@@@" 142 "@@@STEP_LOG_END@python.inline@@@"
143 ] 143 ]
144 }, 144 },
145 { 145 {
146 "cmd": [ 146 "cmd": [
147 "python", 147 "python",
148 "-u", 148 "-u",
149 "RECIPE_MODULE[build::zip]/resources/unzip.py" 149 "RECIPE_MODULE[build::zip]/resources/unzip.py"
150 ], 150 ],
151 "name": "Download Prebuilts.unzip prebuilt", 151 "name": "Download Prebuilts.unzip prebuilt",
152 "stdin": "{\"output\": \"[TMP_BASE]/prebuilt_tmp_1/unzipped\", \"zip_file\": \"[TMP_BASE]/prebuilt_tmp_1/r111111.zip\"}", 152 "stdin": "{\"output\": \"[TMP_BASE]/prebuilt_tmp_1/unzipped\", \"quiet\": fa lse, \"zip_file\": \"[TMP_BASE]/prebuilt_tmp_1/r111111.zip\"}",
153 "~followup_annotations": [ 153 "~followup_annotations": [
154 "@@@STEP_NEST_LEVEL@1@@@" 154 "@@@STEP_NEST_LEVEL@1@@@"
155 ] 155 ]
156 }, 156 },
157 { 157 {
158 "cmd": [ 158 "cmd": [
159 "python", 159 "python",
160 "-u", 160 "-u",
161 "\nimport shutil\nimport sys\nshutil.move(sys.argv[1], sys.argv[2])\n", 161 "\nimport shutil\nimport sys\nshutil.move(sys.argv[1], sys.argv[2])\n",
162 "[TMP_BASE]/prebuilt_tmp_1/unzipped/chromedriver", 162 "[TMP_BASE]/prebuilt_tmp_1/unzipped/chromedriver",
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 "~followup_annotations": [ 720 "~followup_annotations": [
721 "@@@STEP_NEST_LEVEL@1@@@" 721 "@@@STEP_NEST_LEVEL@1@@@"
722 ] 722 ]
723 }, 723 },
724 { 724 {
725 "name": "$result", 725 "name": "$result",
726 "recipe_result": null, 726 "recipe_result": null,
727 "status_code": 0 727 "status_code": 0
728 } 728 }
729 ] 729 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698