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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 "@@@STEP_LOG_LINE@json.output@ \"SCREENSHOT_BUCKET\": \"screenshot-archiv
e\"@@@", | 72 "@@@STEP_LOG_LINE@json.output@ \"SCREENSHOT_BUCKET\": \"screenshot-archiv
e\"@@@", |
73 "@@@STEP_LOG_LINE@json.output@}@@@", | 73 "@@@STEP_LOG_LINE@json.output@}@@@", |
74 "@@@STEP_LOG_END@json.output@@@" | 74 "@@@STEP_LOG_END@json.output@@@" |
75 ] | 75 ] |
76 }, | 76 }, |
77 { | 77 { |
78 "cmd": [ | 78 "cmd": [ |
79 "[BUILD]/scripts/slave/env_dump.py", | 79 "[BUILD]/scripts/slave/env_dump.py", |
80 "--output-json", | 80 "--output-json", |
81 "/path/to/tmp/json", | 81 "/path/to/tmp/json", |
82 "[SLAVE_BUILD]/src/build/android/envsetup.sh", | 82 "[SLAVE_BUILD]/src/build/android/envsetup.sh" |
83 "--target-arch=arm" | |
84 ], | 83 ], |
85 "env": { | 84 "env": { |
86 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s" | 85 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s" |
87 }, | 86 }, |
88 "name": "envsetup", | 87 "name": "envsetup", |
89 "~followup_annotations": [ | 88 "~followup_annotations": [ |
90 "@@@STEP_LOG_LINE@json.output@{@@@", | 89 "@@@STEP_LOG_LINE@json.output@{@@@", |
91 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @
@@", | 90 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @
@@", |
92 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\"
, @@@", | 91 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\"
, @@@", |
93 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", | 92 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 { | 221 { |
223 "always_run": true, | 222 "always_run": true, |
224 "cmd": [ | 223 "cmd": [ |
225 "rm", | 224 "rm", |
226 "-rf", | 225 "-rf", |
227 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8
a00.zip" | 226 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8
a00.zip" |
228 ], | 227 ], |
229 "name": "cleanup_build" | 228 "name": "cleanup_build" |
230 } | 229 } |
231 ] | 230 ] |
OLD | NEW |