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

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

Issue 2411243003: Revert of 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 }, 191 },
192 { 192 {
193 "cmd": [ 193 "cmd": [
194 "python", 194 "python",
195 "-u", 195 "-u",
196 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 196 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
197 "runhooks" 197 "runhooks"
198 ], 198 ],
199 "cwd": "[BUILDER_CACHE]/Mac_Builder/src", 199 "cwd": "[BUILDER_CACHE]/Mac_Builder/src",
200 "env": { 200 "env": {
201 "FORCE_MAC_TOOLCHAIN": "1",
202 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
203 "GYP_CHROMIUM_NO_ACTION": "1", 202 "GYP_CHROMIUM_NO_ACTION": "1",
204 "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", 203 "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",
205 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 204 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
206 }, 205 },
207 "name": "gclient runhooks" 206 "name": "gclient runhooks"
208 }, 207 },
209 { 208 {
210 "cmd": [ 209 "cmd": [
211 "python", 210 "python",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "-b", 263 "-b",
265 "Mac Builder", 264 "Mac Builder",
266 "--config-file", 265 "--config-file",
267 "[BUILDER_CACHE]/Mac_Builder/src/tools/mb/mb_config.pyl", 266 "[BUILDER_CACHE]/Mac_Builder/src/tools/mb/mb_config.pyl",
268 "--goma-dir", 267 "--goma-dir",
269 "[CACHE]/cipd/goma", 268 "[CACHE]/cipd/goma",
270 "//out/Release" 269 "//out/Release"
271 ], 270 ],
272 "cwd": "[BUILDER_CACHE]/Mac_Builder/src", 271 "cwd": "[BUILDER_CACHE]/Mac_Builder/src",
273 "env": { 272 "env": {
274 "FORCE_MAC_TOOLCHAIN": "1",
275 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 273 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
276 }, 274 },
277 "name": "generate_build_files" 275 "name": "generate_build_files"
278 }, 276 },
279 { 277 {
280 "allow_subannotations": true, 278 "allow_subannotations": true,
281 "cmd": [ 279 "cmd": [
282 "python", 280 "python",
283 "-u", 281 "-u",
284 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 282 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
285 "--src-dir", 283 "--src-dir",
286 "[BUILDER_CACHE]/Mac_Builder/src", 284 "[BUILDER_CACHE]/Mac_Builder/src",
287 "--output-json", 285 "--output-json",
288 "/path/to/tmp/json" 286 "/path/to/tmp/json"
289 ], 287 ],
290 "env": { 288 "env": {
291 "FORCE_MAC_TOOLCHAIN": "1",
292 "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"
293 }, 290 },
294 "name": "clang_revision", 291 "name": "clang_revision",
295 "~followup_annotations": [ 292 "~followup_annotations": [
296 "@@@STEP_LOG_LINE@json.output@{@@@", 293 "@@@STEP_LOG_LINE@json.output@{@@@",
297 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 294 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
298 "@@@STEP_LOG_LINE@json.output@}@@@", 295 "@@@STEP_LOG_LINE@json.output@}@@@",
299 "@@@STEP_LOG_END@json.output@@@" 296 "@@@STEP_LOG_END@json.output@@@"
300 ] 297 ]
301 }, 298 },
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "--goma-dir", 333 "--goma-dir",
337 "[CACHE]/cipd/goma", 334 "[CACHE]/cipd/goma",
338 "--", 335 "--",
339 "browser_tests", 336 "browser_tests",
340 "capture_unittests", 337 "capture_unittests",
341 "content_browsertests", 338 "content_browsertests",
342 "content_unittests", 339 "content_unittests",
343 "remoting_unittests" 340 "remoting_unittests"
344 ], 341 ],
345 "env": { 342 "env": {
346 "FORCE_MAC_TOOLCHAIN": "1",
347 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 343 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
348 }, 344 },
349 "name": "compile", 345 "name": "compile",
350 "~followup_annotations": [ 346 "~followup_annotations": [
351 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 347 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
352 "@@@STEP_LOG_END@json.output (invalid)@@@" 348 "@@@STEP_LOG_END@json.output (invalid)@@@"
353 ] 349 ]
354 }, 350 },
355 { 351 {
356 "allow_subannotations": true, 352 "allow_subannotations": true,
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 "~followup_annotations": [ 405 "~followup_annotations": [
410 "@@@STEP_TEXT@Mac Tester@@@" 406 "@@@STEP_TEXT@Mac Tester@@@"
411 ] 407 ]
412 }, 408 },
413 { 409 {
414 "name": "$result", 410 "name": "$result",
415 "recipe_result": null, 411 "recipe_result": null,
416 "status_code": 0 412 "status_code": 0
417 } 413 }
418 ] 414 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698