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

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

Issue 2415543004: Download the hermetic xcode toolchain on all bots that target mac. (Closed)
Patch Set: Created 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Mac_Builder", 7 "[BUILDER_CACHE]/Mac_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 }, 188 },
189 { 189 {
190 "cmd": [ 190 "cmd": [
191 "python", 191 "python",
192 "-u", 192 "-u",
193 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 193 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
194 "runhooks" 194 "runhooks"
195 ], 195 ],
196 "cwd": "[BUILDER_CACHE]/Mac_Builder/src", 196 "cwd": "[BUILDER_CACHE]/Mac_Builder/src",
197 "env": { 197 "env": {
198 "FORCE_MAC_TOOLCHAIN": "1",
198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 199 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
199 "GYP_CHROMIUM_NO_ACTION": "1", 200 "GYP_CHROMIUM_NO_ACTION": "1",
200 "GYP_DEFINES": "blink_logging_always_on=1 clang=1 component=static_library dcheck_always_on=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprieta ry_codecs=1 target_arch=x64 use_goma=1", 201 "GYP_DEFINES": "blink_logging_always_on=1 clang=1 component=static_library dcheck_always_on=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprieta ry_codecs=1 target_arch=x64 use_goma=1",
201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 202 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
202 }, 203 },
203 "name": "gclient runhooks" 204 "name": "gclient runhooks"
204 }, 205 },
205 { 206 {
206 "cmd": [ 207 "cmd": [
207 "python", 208 "python",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 "-b", 261 "-b",
261 "Mac Builder", 262 "Mac Builder",
262 "--config-file", 263 "--config-file",
263 "[BUILDER_CACHE]/Mac_Builder/src/tools/mb/mb_config.pyl", 264 "[BUILDER_CACHE]/Mac_Builder/src/tools/mb/mb_config.pyl",
264 "--goma-dir", 265 "--goma-dir",
265 "[CACHE]/cipd/goma", 266 "[CACHE]/cipd/goma",
266 "//out/Release" 267 "//out/Release"
267 ], 268 ],
268 "cwd": "[BUILDER_CACHE]/Mac_Builder/src", 269 "cwd": "[BUILDER_CACHE]/Mac_Builder/src",
269 "env": { 270 "env": {
271 "FORCE_MAC_TOOLCHAIN": "1",
270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
271 }, 273 },
272 "name": "generate_build_files" 274 "name": "generate_build_files"
273 }, 275 },
274 { 276 {
275 "allow_subannotations": true, 277 "allow_subannotations": true,
276 "cmd": [ 278 "cmd": [
277 "python", 279 "python",
278 "-u", 280 "-u",
279 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 281 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
280 "--src-dir", 282 "--src-dir",
281 "[BUILDER_CACHE]/Mac_Builder/src", 283 "[BUILDER_CACHE]/Mac_Builder/src",
282 "--output-json", 284 "--output-json",
283 "/path/to/tmp/json" 285 "/path/to/tmp/json"
284 ], 286 ],
285 "env": { 287 "env": {
288 "FORCE_MAC_TOOLCHAIN": "1",
286 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
287 }, 290 },
288 "name": "clang_revision", 291 "name": "clang_revision",
289 "~followup_annotations": [ 292 "~followup_annotations": [
290 "@@@STEP_LOG_LINE@json.output@{@@@", 293 "@@@STEP_LOG_LINE@json.output@{@@@",
291 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 294 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
292 "@@@STEP_LOG_LINE@json.output@}@@@", 295 "@@@STEP_LOG_LINE@json.output@}@@@",
293 "@@@STEP_LOG_END@json.output@@@" 296 "@@@STEP_LOG_END@json.output@@@"
294 ] 297 ]
295 }, 298 },
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "--goma-dir", 333 "--goma-dir",
331 "[CACHE]/cipd/goma", 334 "[CACHE]/cipd/goma",
332 "--", 335 "--",
333 "browser_tests", 336 "browser_tests",
334 "capture_unittests", 337 "capture_unittests",
335 "content_browsertests", 338 "content_browsertests",
336 "content_unittests", 339 "content_unittests",
337 "remoting_unittests" 340 "remoting_unittests"
338 ], 341 ],
339 "env": { 342 "env": {
343 "FORCE_MAC_TOOLCHAIN": "1",
340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 344 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
341 }, 345 },
342 "name": "compile", 346 "name": "compile",
343 "~followup_annotations": [ 347 "~followup_annotations": [
344 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 348 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
345 "@@@STEP_LOG_END@json.output (invalid)@@@" 349 "@@@STEP_LOG_END@json.output (invalid)@@@"
346 ] 350 ]
347 }, 351 },
348 { 352 {
349 "allow_subannotations": true, 353 "allow_subannotations": true,
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 "~followup_annotations": [ 406 "~followup_annotations": [
403 "@@@STEP_TEXT@Mac Tester@@@" 407 "@@@STEP_TEXT@Mac Tester@@@"
404 ] 408 ]
405 }, 409 },
406 { 410 {
407 "name": "$result", 411 "name": "$result",
408 "recipe_result": null, 412 "recipe_result": null,
409 "status_code": 0 413 "status_code": 0
410 } 414 }
411 ] 415 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698