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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.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
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Coverage__dbg_.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "tryserver.chromium.android", 8 "tryserver.chromium.android",
9 "--builder", 9 "--builder",
10 "android_coverage", 10 "android_coverage",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 }, 161 },
162 { 162 {
163 "cmd": [ 163 "cmd": [
164 "python", 164 "python",
165 "-u", 165 "-u",
166 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 166 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
167 "runhooks" 167 "runhooks"
168 ], 168 ],
169 "cwd": "[SLAVE_BUILD]", 169 "cwd": "[SLAVE_BUILD]",
170 "env": { 170 "env": {
171 "GYP_CHROMIUM_NO_ACTION": "1",
171 "GYP_CROSSCOMPILE": "1", 172 "GYP_CROSSCOMPILE": "1",
172 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 emm a_coverage=1 emma_filter='org.chromium.*' fastbuild=1 gomadir='[CACHE]/cipd/goma ' target_arch=arm use_goma=1", 173 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 emm a_coverage=1 emma_filter='org.chromium.*' fastbuild=1 gomadir='[CACHE]/cipd/goma ' target_arch=arm use_goma=1",
173 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 174 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
174 }, 175 },
175 "name": "gclient runhooks (with patch)" 176 "name": "gclient runhooks (with patch)"
176 }, 177 },
177 { 178 {
178 "cmd": [ 179 "cmd": [
179 "python", 180 "python",
180 "-u", 181 "-u",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 "[SLAVE_BUILD]/src", 342 "[SLAVE_BUILD]/src",
342 "src" 343 "src"
343 ], 344 ],
344 "cwd": "[SLAVE_BUILD]", 345 "cwd": "[SLAVE_BUILD]",
345 "name": "tree truth steps" 346 "name": "tree truth steps"
346 }, 347 },
347 { 348 {
348 "cmd": [ 349 "cmd": [
349 "python", 350 "python",
350 "-u", 351 "-u",
352 "[SLAVE_BUILD]/src/tools/mb/mb.py",
353 "gen",
354 "-m",
355 "tryserver.chromium.android",
356 "-b",
357 "android_coverage",
358 "--config-file",
359 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
360 "--goma-dir",
361 "[CACHE]/cipd/goma",
362 "//out/Debug"
363 ],
364 "cwd": "[SLAVE_BUILD]",
365 "name": "generate_build_files (with patch)"
366 },
367 {
368 "cmd": [
369 "python",
370 "-u",
351 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 371 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
352 "--show-path", 372 "--show-path",
353 "python", 373 "python",
354 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 374 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
355 "--gsutil-py-path", 375 "--gsutil-py-path",
356 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 376 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
357 "--ninja-path", 377 "--ninja-path",
358 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 378 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
359 "--target", 379 "--target",
360 "Debug", 380 "Debug",
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 }, 995 },
976 { 996 {
977 "cmd": [ 997 "cmd": [
978 "python", 998 "python",
979 "-u", 999 "-u",
980 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 1000 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
981 "runhooks" 1001 "runhooks"
982 ], 1002 ],
983 "cwd": "[SLAVE_BUILD]", 1003 "cwd": "[SLAVE_BUILD]",
984 "env": { 1004 "env": {
1005 "GYP_CHROMIUM_NO_ACTION": "1",
985 "GYP_CROSSCOMPILE": "1", 1006 "GYP_CROSSCOMPILE": "1",
986 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 emm a_coverage=1 emma_filter='org.chromium.*' fastbuild=1 gomadir='[CACHE]/cipd/goma ' target_arch=arm use_goma=1", 1007 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 emm a_coverage=1 emma_filter='org.chromium.*' fastbuild=1 gomadir='[CACHE]/cipd/goma ' target_arch=arm use_goma=1",
987 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 1008 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
988 }, 1009 },
989 "name": "gclient runhooks (without patch)" 1010 "name": "gclient runhooks (without patch)"
990 }, 1011 },
991 { 1012 {
992 "cmd": [ 1013 "cmd": [
993 "python", 1014 "python",
994 "-u", 1015 "-u",
1016 "[SLAVE_BUILD]/src/tools/mb/mb.py",
1017 "gen",
1018 "-m",
1019 "tryserver.chromium.android",
1020 "-b",
1021 "android_coverage",
1022 "--config-file",
1023 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
1024 "--goma-dir",
1025 "[CACHE]/cipd/goma",
1026 "//out/Debug"
1027 ],
1028 "cwd": "[SLAVE_BUILD]",
1029 "name": "generate_build_files (without patch)"
1030 },
1031 {
1032 "cmd": [
1033 "python",
1034 "-u",
995 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 1035 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
996 "--show-path", 1036 "--show-path",
997 "python", 1037 "python",
998 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 1038 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
999 "--gsutil-py-path", 1039 "--gsutil-py-path",
1000 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 1040 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
1001 "--ninja-path", 1041 "--ninja-path",
1002 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 1042 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
1003 "--target", 1043 "--target",
1004 "Debug", 1044 "Debug",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
1267 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1307 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1268 "@@@STEP_LOG_END@python.inline@@@" 1308 "@@@STEP_LOG_END@python.inline@@@"
1269 ] 1309 ]
1270 }, 1310 },
1271 { 1311 {
1272 "name": "$result", 1312 "name": "$result",
1273 "recipe_result": null, 1313 "recipe_result": null,
1274 "status_code": 0 1314 "status_code": 0
1275 } 1315 }
1276 ] 1316 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Coverage__dbg_.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698