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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMac__dbg_.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]/ClangToTMac__dbg_", 7 "[BUILDER_CACHE]/ClangToTMac__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 }, 135 },
136 { 136 {
137 "cmd": [ 137 "cmd": [
138 "python", 138 "python",
139 "-u", 139 "-u",
140 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 140 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
141 "runhooks" 141 "runhooks"
142 ], 142 ],
143 "cwd": "[BUILDER_CACHE]/ClangToTMac__dbg_/src", 143 "cwd": "[BUILDER_CACHE]/ClangToTMac__dbg_/src",
144 "env": { 144 "env": {
145 "FORCE_MAC_TOOLCHAIN": "1",
146 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 145 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
147 "GYP_CHROMIUM_NO_ACTION": "1", 146 "GYP_CHROMIUM_NO_ACTION": "1",
148 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar y fastbuild=1 target_arch=x64 test_isolation_mode=prepare", 147 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar y fastbuild=1 target_arch=x64 test_isolation_mode=prepare",
149 "LLVM_FORCE_HEAD_REVISION": "YES", 148 "LLVM_FORCE_HEAD_REVISION": "YES",
150 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 149 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
151 }, 150 },
152 "name": "gclient runhooks" 151 "name": "gclient runhooks"
153 }, 152 },
154 { 153 {
155 "cmd": [ 154 "cmd": [
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "-m", 206 "-m",
208 "chromium.fyi", 207 "chromium.fyi",
209 "-b", 208 "-b",
210 "ClangToTMac (dbg)", 209 "ClangToTMac (dbg)",
211 "--config-file", 210 "--config-file",
212 "[BUILDER_CACHE]/ClangToTMac__dbg_/src/tools/mb/mb_config.pyl", 211 "[BUILDER_CACHE]/ClangToTMac__dbg_/src/tools/mb/mb_config.pyl",
213 "//out/Debug" 212 "//out/Debug"
214 ], 213 ],
215 "cwd": "[BUILDER_CACHE]/ClangToTMac__dbg_/src", 214 "cwd": "[BUILDER_CACHE]/ClangToTMac__dbg_/src",
216 "env": { 215 "env": {
217 "FORCE_MAC_TOOLCHAIN": "1",
218 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 216 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
219 }, 217 },
220 "name": "generate_build_files" 218 "name": "generate_build_files"
221 }, 219 },
222 { 220 {
223 "allow_subannotations": true, 221 "allow_subannotations": true,
224 "cmd": [ 222 "cmd": [
225 "python", 223 "python",
226 "-u", 224 "-u",
227 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 225 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
228 "--src-dir", 226 "--src-dir",
229 "[BUILDER_CACHE]/ClangToTMac__dbg_/src", 227 "[BUILDER_CACHE]/ClangToTMac__dbg_/src",
230 "--output-json", 228 "--output-json",
231 "/path/to/tmp/json" 229 "/path/to/tmp/json"
232 ], 230 ],
233 "env": { 231 "env": {
234 "FORCE_MAC_TOOLCHAIN": "1",
235 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 232 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
236 "LLVM_FORCE_HEAD_REVISION": "YES" 233 "LLVM_FORCE_HEAD_REVISION": "YES"
237 }, 234 },
238 "name": "clang_revision", 235 "name": "clang_revision",
239 "~followup_annotations": [ 236 "~followup_annotations": [
240 "@@@STEP_LOG_LINE@json.output@{@@@", 237 "@@@STEP_LOG_LINE@json.output@{@@@",
241 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 238 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
242 "@@@STEP_LOG_LINE@json.output@}@@@", 239 "@@@STEP_LOG_LINE@json.output@}@@@",
243 "@@@STEP_LOG_END@json.output@@@" 240 "@@@STEP_LOG_END@json.output@@@"
244 ] 241 ]
(...skipping 25 matching lines...) Expand all
270 "--goma-deps-cache-file", 267 "--goma-deps-cache-file",
271 "ClangToTMac__dbg_.gomadeps", 268 "ClangToTMac__dbg_.gomadeps",
272 "--build-data-dir", 269 "--build-data-dir",
273 "[ROOT]/build_data_dir", 270 "[ROOT]/build_data_dir",
274 "--compiler", 271 "--compiler",
275 "clang", 272 "clang",
276 "--", 273 "--",
277 "all" 274 "all"
278 ], 275 ],
279 "env": { 276 "env": {
280 "FORCE_MAC_TOOLCHAIN": "1",
281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 277 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
282 "LLVM_FORCE_HEAD_REVISION": "YES" 278 "LLVM_FORCE_HEAD_REVISION": "YES"
283 }, 279 },
284 "name": "compile" 280 "name": "compile"
285 }, 281 },
286 { 282 {
287 "allow_subannotations": true, 283 "allow_subannotations": true,
288 "cmd": [ 284 "cmd": [
289 "python", 285 "python",
290 "-u", 286 "-u",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 "--perf-id=ClangToTMac (dbg)", 331 "--perf-id=ClangToTMac (dbg)",
336 "--perf-config={'r_clang_rev': '123456'}", 332 "--perf-config={'r_clang_rev': '123456'}",
337 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", 333 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py",
338 "--target", 334 "--target",
339 "Debug", 335 "Debug",
340 "--platform", 336 "--platform",
341 "mac" 337 "mac"
342 ], 338 ],
343 "cwd": "[BUILDER_CACHE]/ClangToTMac__dbg_", 339 "cwd": "[BUILDER_CACHE]/ClangToTMac__dbg_",
344 "env": { 340 "env": {
345 "FORCE_MAC_TOOLCHAIN": "1",
346 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 341 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
347 "LLVM_FORCE_HEAD_REVISION": "YES" 342 "LLVM_FORCE_HEAD_REVISION": "YES"
348 }, 343 },
349 "name": "sizes" 344 "name": "sizes"
350 }, 345 },
351 { 346 {
352 "name": "$result", 347 "name": "$result",
353 "recipe_result": null, 348 "recipe_result": null,
354 "status_code": 0 349 "status_code": 0
355 } 350 }
356 ] 351 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698