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

Side by Side Diff: scripts/slave/recipes/nacl/sdk.expected/basic.json

Issue 2336833003: Remove redundant NaCl SDK buildbot run script
Patch Set: Created 4 years, 3 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
« no previous file with comments | « scripts/slave/recipes/nacl/sdk.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "~followup_annotations": [ 188 "~followup_annotations": [
189 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 189 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
190 "@@@STEP_LOG_END@json.output (invalid)@@@" 190 "@@@STEP_LOG_END@json.output (invalid)@@@"
191 ] 191 ]
192 }, 192 },
193 { 193 {
194 "allow_subannotations": true, 194 "allow_subannotations": true,
195 "cmd": [ 195 "cmd": [
196 "python", 196 "python",
197 "-u", 197 "-u",
198 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" 198 "[SLAVE_BUILD]/src/native_client_sdk/src/build_tools/buildbot_run.py"
199 ], 199 ],
200 "name": "annotated_steps" 200 "name": "annotated_steps"
201 }, 201 },
202 { 202 {
203 "name": "$result", 203 "name": "$result",
204 "recipe_result": null, 204 "recipe_result": null,
205 "status_code": 0 205 "status_code": 0
206 } 206 }
207 ] 207 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/nacl/sdk.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698