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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 { | 314 { |
316 "always_run": true, | 315 "always_run": true, |
317 "cmd": [ | 316 "cmd": [ |
318 "rm", | 317 "rm", |
319 "-rf", | 318 "-rf", |
320 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8
a00.zip" | 319 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8
a00.zip" |
321 ], | 320 ], |
322 "name": "cleanup_build" | 321 "name": "cleanup_build" |
323 } | 322 } |
324 ] | 323 ] |
OLD | NEW |