| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget
_os = ['android']" | 9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget
_os = ['android']" |
| 10 ], | 10 ], |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 "@@@STEP_LOG_LINE@json.output@ \"SCREENSHOT_BUCKET\": \"screenshot-archiv
e\"@@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"SCREENSHOT_BUCKET\": \"screenshot-archiv
e\"@@@", |
| 82 "@@@STEP_LOG_LINE@json.output@}@@@", | 82 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 83 "@@@STEP_LOG_END@json.output@@@" | 83 "@@@STEP_LOG_END@json.output@@@" |
| 84 ] | 84 ] |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "cmd": [ | 87 "cmd": [ |
| 88 "[BUILD]/scripts/slave/env_dump.py", | 88 "[BUILD]/scripts/slave/env_dump.py", |
| 89 "--output-json", | 89 "--output-json", |
| 90 "/path/to/tmp/json", | 90 "/path/to/tmp/json", |
| 91 "[SLAVE_BUILD]/src/build/android/envsetup.sh" | 91 "[SLAVE_BUILD]/src/build/android/envsetup.sh", |
| 92 "--target-arch=arm" |
| 92 ], | 93 ], |
| 93 "env": { | 94 "env": { |
| 94 "ANDROID_SDK_BUILD_TOOLS_VERSION": "android-4.4", | 95 "ANDROID_SDK_BUILD_TOOLS_VERSION": "android-4.4", |
| 95 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/src/third_party/android_tools_internal/
sdk", | 96 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/src/third_party/android_tools_internal/
sdk", |
| 96 "ANDROID_SDK_VERSION": "4.4", | 97 "ANDROID_SDK_VERSION": "4.4", |
| 97 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s" | 98 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s" |
| 98 }, | 99 }, |
| 99 "name": "envsetup", | 100 "name": "envsetup", |
| 100 "~followup_annotations": [ | 101 "~followup_annotations": [ |
| 101 "@@@STEP_LOG_LINE@json.output@{@@@", | 102 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 { | 211 { |
| 211 "always_run": true, | 212 "always_run": true, |
| 212 "cmd": [ | 213 "cmd": [ |
| 213 "rm", | 214 "rm", |
| 214 "-rf", | 215 "-rf", |
| 215 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8
a00.zip" | 216 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8
a00.zip" |
| 216 ], | 217 ], |
| 217 "name": "cleanup_build" | 218 "name": "cleanup_build" |
| 218 } | 219 } |
| 219 ] | 220 ] |
| OLD | NEW |