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

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

Issue 1904663005: 🐦 Move android coverage trybot to mb (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 years, 8 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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Coverage (dbg)", 10 "Android Coverage (dbg)",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 }, 156 },
157 { 157 {
158 "cmd": [ 158 "cmd": [
159 "python", 159 "python",
160 "-u", 160 "-u",
161 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 161 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
162 "runhooks" 162 "runhooks"
163 ], 163 ],
164 "cwd": "[SLAVE_BUILD]", 164 "cwd": "[SLAVE_BUILD]",
165 "env": { 165 "env": {
166 "GYP_CHROMIUM_NO_ACTION": "1",
166 "GYP_CROSSCOMPILE": "1", 167 "GYP_CROSSCOMPILE": "1",
167 "GYP_DEFINES": "OS=android component=static_library emma_coverage=1 emma_f ilter='org.chromium.*' fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm u se_goma=1", 168 "GYP_DEFINES": "OS=android component=static_library emma_coverage=1 emma_f ilter='org.chromium.*' fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm u se_goma=1",
168 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 169 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
169 }, 170 },
170 "name": "gclient runhooks" 171 "name": "gclient runhooks"
171 }, 172 },
172 { 173 {
173 "cmd": [ 174 "cmd": [
174 "python", 175 "python",
175 "-u", 176 "-u",
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 879 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
879 "@@@STEP_LOG_END@python.inline@@@" 880 "@@@STEP_LOG_END@python.inline@@@"
880 ] 881 ]
881 }, 882 },
882 { 883 {
883 "name": "$result", 884 "name": "$result",
884 "recipe_result": null, 885 "recipe_result": null,
885 "status_code": 0 886 "status_code": 0
886 } 887 }
887 ] 888 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698