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

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

Issue 2095673003: Enable hermetic build for Google Chrome Mac official. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 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/recipe_modules/chromium_tests/chromium_chrome.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 "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.chrome", 8 "chromium.chrome",
9 "--builder", 9 "--builder",
10 "Google Chrome Mac", 10 "Google Chrome Mac",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 }, 179 },
180 { 180 {
181 "cmd": [ 181 "cmd": [
182 "python", 182 "python",
183 "-u", 183 "-u",
184 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 184 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
185 "runhooks" 185 "runhooks"
186 ], 186 ],
187 "cwd": "[SLAVE_BUILD]/src", 187 "cwd": "[SLAVE_BUILD]/src",
188 "env": { 188 "env": {
189 "FORCE_MAC_TOOLCHAIN": "1",
189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
190 "GYP_CHROMIUM_NO_ACTION": "1", 191 "GYP_CHROMIUM_NO_ACTION": "1",
191 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati c_library gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", 192 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati c_library gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
192 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 193 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
193 }, 194 },
194 "name": "gclient runhooks" 195 "name": "gclient runhooks"
195 }, 196 },
196 { 197 {
197 "cmd": [ 198 "cmd": [
198 "python", 199 "python",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "chromium.chrome", 251 "chromium.chrome",
251 "-b", 252 "-b",
252 "Google Chrome Mac", 253 "Google Chrome Mac",
253 "--config-file", 254 "--config-file",
254 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 255 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
255 "--goma-dir", 256 "--goma-dir",
256 "[CACHE]/cipd/goma", 257 "[CACHE]/cipd/goma",
257 "//out/Release" 258 "//out/Release"
258 ], 259 ],
259 "env": { 260 "env": {
261 "FORCE_MAC_TOOLCHAIN": "1",
260 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 262 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
261 }, 263 },
262 "name": "generate_build_files" 264 "name": "generate_build_files"
263 }, 265 },
264 { 266 {
265 "allow_subannotations": true, 267 "allow_subannotations": true,
266 "cmd": [ 268 "cmd": [
267 "python", 269 "python",
268 "-u", 270 "-u",
269 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 271 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
270 "--src-dir", 272 "--src-dir",
271 "[SLAVE_BUILD]/src", 273 "[SLAVE_BUILD]/src",
272 "--output-json", 274 "--output-json",
273 "/path/to/tmp/json" 275 "/path/to/tmp/json"
274 ], 276 ],
275 "env": { 277 "env": {
278 "FORCE_MAC_TOOLCHAIN": "1",
276 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 279 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
277 }, 280 },
278 "name": "clang_revision", 281 "name": "clang_revision",
279 "~followup_annotations": [ 282 "~followup_annotations": [
280 "@@@STEP_LOG_LINE@json.output@{@@@", 283 "@@@STEP_LOG_LINE@json.output@{@@@",
281 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 284 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
282 "@@@STEP_LOG_LINE@json.output@}@@@", 285 "@@@STEP_LOG_LINE@json.output@}@@@",
283 "@@@STEP_LOG_END@json.output@@@" 286 "@@@STEP_LOG_END@json.output@@@"
284 ] 287 ]
285 }, 288 },
(...skipping 26 matching lines...) Expand all
312 "--goma-service-account-json-file", 315 "--goma-service-account-json-file",
313 "/creds/service_accounts/service-account-goma-client.json", 316 "/creds/service_accounts/service-account-goma-client.json",
314 "--mode", 317 "--mode",
315 "official", 318 "official",
316 "--goma-dir", 319 "--goma-dir",
317 "[CACHE]/cipd/goma", 320 "[CACHE]/cipd/goma",
318 "--", 321 "--",
319 "chrome" 322 "chrome"
320 ], 323 ],
321 "env": { 324 "env": {
325 "FORCE_MAC_TOOLCHAIN": "1",
322 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 326 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
323 }, 327 },
324 "name": "compile", 328 "name": "compile",
325 "~followup_annotations": [ 329 "~followup_annotations": [
326 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 330 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
327 "@@@STEP_LOG_END@json.output (invalid)@@@" 331 "@@@STEP_LOG_END@json.output (invalid)@@@"
328 ] 332 ]
329 }, 333 },
330 { 334 {
331 "allow_subannotations": true, 335 "allow_subannotations": true,
(...skipping 18 matching lines...) Expand all
350 "--perf-dashboard-id=sizes", 354 "--perf-dashboard-id=sizes",
351 "--perf-id=Google Chrome Mac", 355 "--perf-id=Google Chrome Mac",
352 "--perf-config={'r_clang_rev': '123456'}", 356 "--perf-config={'r_clang_rev': '123456'}",
353 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", 357 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py",
354 "--target", 358 "--target",
355 "Release", 359 "Release",
356 "--platform", 360 "--platform",
357 "mac" 361 "mac"
358 ], 362 ],
359 "env": { 363 "env": {
364 "FORCE_MAC_TOOLCHAIN": "1",
360 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 365 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
361 }, 366 },
362 "name": "sizes" 367 "name": "sizes"
363 }, 368 },
364 { 369 {
365 "name": "$result", 370 "name": "$result",
366 "recipe_result": null, 371 "recipe_result": null,
367 "status_code": 0 372 "status_code": 0
368 } 373 }
369 ] 374 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_chrome.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698