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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 "@@@STEP_LOG_LINE@json.output@ \"SCREENSHOT_BUCKET\": \"screenshot-archiv
e\"@@@", | 84 "@@@STEP_LOG_LINE@json.output@ \"SCREENSHOT_BUCKET\": \"screenshot-archiv
e\"@@@", |
85 "@@@STEP_LOG_LINE@json.output@}@@@", | 85 "@@@STEP_LOG_LINE@json.output@}@@@", |
86 "@@@STEP_LOG_END@json.output@@@" | 86 "@@@STEP_LOG_END@json.output@@@" |
87 ] | 87 ] |
88 }, | 88 }, |
89 { | 89 { |
90 "cmd": [ | 90 "cmd": [ |
91 "[BUILD]/scripts/slave/env_dump.py", | 91 "[BUILD]/scripts/slave/env_dump.py", |
92 "--output-json", | 92 "--output-json", |
93 "/path/to/tmp/json", | 93 "/path/to/tmp/json", |
94 "[SLAVE_BUILD]/src/build/android/envsetup.sh", | 94 "[SLAVE_BUILD]/src/build/android/envsetup.sh" |
95 "--target-arch=arm" | |
96 ], | 95 ], |
97 "env": { | 96 "env": { |
98 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s" | 97 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s" |
99 }, | 98 }, |
100 "name": "envsetup", | 99 "name": "envsetup", |
101 "~followup_annotations": [ | 100 "~followup_annotations": [ |
102 "@@@STEP_LOG_LINE@json.output@{@@@", | 101 "@@@STEP_LOG_LINE@json.output@{@@@", |
103 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @
@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @
@@", |
104 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\"
, @@@", | 103 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\"
, @@@", |
105 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 { | 233 { |
235 "always_run": true, | 234 "always_run": true, |
236 "cmd": [ | 235 "cmd": [ |
237 "rm", | 236 "rm", |
238 "-rf", | 237 "-rf", |
239 "[SLAVE_BUILD]/src/out/build_product_1337.zip" | 238 "[SLAVE_BUILD]/src/out/build_product_1337.zip" |
240 ], | 239 ], |
241 "name": "cleanup_build" | 240 "name": "cleanup_build" |
242 } | 241 } |
243 ] | 242 ] |
OLD | NEW |