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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.json

Issue 1775063002: [Android] Use mb on chromium.linux and tryserver.chromium.android. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 years, 9 months 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Tests", 10 "Android Tests",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 }, 126 },
127 { 127 {
128 "cmd": [ 128 "cmd": [
129 "python", 129 "python",
130 "-u", 130 "-u",
131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
132 "runhooks" 132 "runhooks"
133 ], 133 ],
134 "cwd": "[SLAVE_BUILD]", 134 "cwd": "[SLAVE_BUILD]",
135 "env": { 135 "env": {
136 "GYP_CHROMIUM_NO_ACTION": "1",
136 "GYP_CROSSCOMPILE": "1", 137 "GYP_CROSSCOMPILE": "1",
137 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ SLAVE_BUILD]/src/build/goma/client' target_arch=arm test_isolation_mode=prepare use_goma=1", 138 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ SLAVE_BUILD]/src/build/goma/client' target_arch=arm test_isolation_mode=prepare use_goma=1",
138 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 139 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
139 }, 140 },
140 "name": "gclient runhooks" 141 "name": "gclient runhooks"
141 }, 142 },
142 { 143 {
143 "cmd": [ 144 "cmd": [
144 "python", 145 "python",
145 "-u", 146 "-u",
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 793 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
793 "@@@STEP_LOG_END@python.inline@@@" 794 "@@@STEP_LOG_END@python.inline@@@"
794 ] 795 ]
795 }, 796 },
796 { 797 {
797 "name": "$result", 798 "name": "$result",
798 "recipe_result": null, 799 "recipe_result": null,
799 "status_code": 0 800 "status_code": 0
800 } 801 }
801 ] 802 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698