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

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

Issue 1374653002: Enable errorprone on the chromium.fyi Errorprone Builder (Reland). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Builder (dbg)", 10 "Android Builder (dbg)",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 { 60 {
61 "cmd": [ 61 "cmd": [
62 "python", 62 "python",
63 "-u", 63 "-u",
64 "[DEPOT_TOOLS]/gclient.py", 64 "[DEPOT_TOOLS]/gclient.py",
65 "runhooks" 65 "runhooks"
66 ], 66 ],
67 "cwd": "[SLAVE_BUILD]", 67 "cwd": "[SLAVE_BUILD]",
68 "env": { 68 "env": {
69 "GYP_CROSSCOMPILE": "1", 69 "GYP_CROSSCOMPILE": "1",
70 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm use_goma=1", 70 "GYP_DEFINES": "OS=android component=static_library enable_errorprone=1 fa stbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1",
71 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 71 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
72 }, 72 },
73 "name": "gclient runhooks" 73 "name": "gclient runhooks"
74 }, 74 },
75 { 75 {
76 "cmd": [ 76 "cmd": [
77 "python", 77 "python",
78 "-u", 78 "-u",
79 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 79 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
80 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", 80 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "trigger_specs": [ 290 "trigger_specs": [
291 { 291 {
292 "builder_name": "Android Tests (trial)(dbg)" 292 "builder_name": "Android Tests (trial)(dbg)"
293 } 293 }
294 ], 294 ],
295 "~followup_annotations": [ 295 "~followup_annotations": [
296 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@" 296 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@"
297 ] 297 ]
298 } 298 }
299 ] 299 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698