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

Side by Side Diff: scripts/slave/recipes/android/instrumentation_tests.expected/main_tests_provision_fail.json

Issue 59233015: Make gyp target_arch setting native to chromium/config.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase again Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
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
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 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s" 95 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s"
95 }, 96 },
96 "name": "envsetup", 97 "name": "envsetup",
97 "~followup_annotations": [ 98 "~followup_annotations": [
98 "@@@STEP_LOG_LINE@json.output@{@@@", 99 "@@@STEP_LOG_LINE@json.output@{@@@",
99 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @ @@", 100 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @ @@",
100 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\" , @@@", 101 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\" , @@@",
101 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", 102 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 { 328 {
328 "always_run": true, 329 "always_run": true,
329 "cmd": [ 330 "cmd": [
330 "rm", 331 "rm",
331 "-rf", 332 "-rf",
332 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8 a00.zip" 333 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8 a00.zip"
333 ], 334 ],
334 "name": "cleanup_build" 335 "name": "cleanup_build"
335 } 336 }
336 ] 337 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698