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

Side by Side Diff: scripts/slave/recipes/android/android_builder.expected/x86_try_builder.json

Issue 134193014: Make recipes use the new way of enabling goma. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 6 years, 10 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
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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 { 131 {
132 "cmd": [ 132 "cmd": [
133 "python", 133 "python",
134 "-u", 134 "-u",
135 "[DEPOT_TOOLS]/gclient.py", 135 "[DEPOT_TOOLS]/gclient.py",
136 "runhooks" 136 "runhooks"
137 ], 137 ],
138 "env": { 138 "env": {
139 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD]/src/repo/build/get_internal_landm ines.py", 139 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD]/src/repo/build/get_internal_landm ines.py",
140 "GYP_CROSSCOMPILE": "1", 140 "GYP_CROSSCOMPILE": "1",
141 "GYP_DEFINES": "OS=android app_manifest_version_code=10 app_manifest_versi on_name=some_builder_1234 chrome_build_id=3333 component=static_library fastbuil d=1 host_os=linux target_arch=ia32", 141 "GYP_DEFINES": "OS=android app_manifest_version_code=10 app_manifest_versi on_name=some_builder_1234 chrome_build_id=3333 component=static_library fastbuil d=1 gomadir=[BUILD]/goma host_os=linux target_arch=ia32 use_goma=1",
142 "GYP_GENERATORS": "ninja", 142 "GYP_GENERATORS": "ninja",
143 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s" 143 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s"
144 }, 144 },
145 "name": "gclient runhooks" 145 "name": "gclient runhooks"
146 }, 146 },
147 { 147 {
148 "cmd": [ 148 "cmd": [
149 "[BUILD]/scripts/slave/apply_svn_patch.py", 149 "[BUILD]/scripts/slave/apply_svn_patch.py",
150 "-p", 150 "-p",
151 "try_job_svn_patch", 151 "try_job_svn_patch",
152 "-r", 152 "-r",
153 "[SLAVE_BUILD]/src/repo" 153 "[SLAVE_BUILD]/src/repo"
154 ], 154 ],
155 "name": "apply_patch" 155 "name": "apply_patch"
156 }, 156 },
157 { 157 {
158 "abort_on_failure": true, 158 "abort_on_failure": true,
159 "cmd": [ 159 "cmd": [
160 "python", 160 "python",
161 "-u", 161 "-u",
162 "[BUILD]/scripts/slave/compile.py", 162 "[BUILD]/scripts/slave/compile.py",
163 "--target", 163 "--target",
164 "Debug", 164 "Debug",
165 "--src-dir", 165 "--src-dir",
166 "[SLAVE_BUILD]/src", 166 "[SLAVE_BUILD]/src",
167 "--build-tool", 167 "--build-tool",
168 "ninja", 168 "ninja",
169 "--compiler", 169 "--compiler",
170 "goma", 170 "goma",
171 "--goma-dir",
172 "[BUILD]/goma",
171 "--" 173 "--"
172 ], 174 ],
173 "env": { 175 "env": {
174 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s" 176 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s"
175 }, 177 },
176 "name": "compile" 178 "name": "compile"
177 }, 179 },
178 { 180 {
179 "cmd": [ 181 "cmd": [
180 "[SLAVE_BUILD]/src/build/android/findbugs_diff.py", 182 "[SLAVE_BUILD]/src/build/android/findbugs_diff.py",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 { 223 {
222 "always_run": true, 224 "always_run": true,
223 "cmd": [ 225 "cmd": [
224 "rm", 226 "rm",
225 "-rf", 227 "-rf",
226 "[SLAVE_BUILD]/src/out/build_product_1337.zip" 228 "[SLAVE_BUILD]/src/out/build_product_1337.zip"
227 ], 229 ],
228 "name": "cleanup_build" 230 "name": "cleanup_build"
229 } 231 }
230 ] 232 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698