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

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

Issue 1237263003: reland #3: Set mac_min_sdk=10.10 on chromium.mac bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Mac Builder", 10 "Mac Builder",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 }, 83 },
84 { 84 {
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "[DEPOT_TOOLS]/gclient.py", 88 "[DEPOT_TOOLS]/gclient.py",
89 "runhooks" 89 "runhooks"
90 ], 90 ],
91 "cwd": "[SLAVE_BUILD]", 91 "cwd": "[SLAVE_BUILD]",
92 "env": { 92 "env": {
93 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta rget_arch=x64 test_isolation_mode=prepare use_goma=1" 93 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ma c_sdk_min=10.10 target_arch=x64 test_isolation_mode=prepare use_goma=1"
94 }, 94 },
95 "name": "gclient runhooks" 95 "name": "gclient runhooks"
96 }, 96 },
97 { 97 {
98 "cmd": [ 98 "cmd": [
99 "python", 99 "python",
100 "-u", 100 "-u",
101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
102 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", 102 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json",
103 "/path/to/tmp/json" 103 "/path/to/tmp/json"
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1", 268 "d9c4a4d173a97ef2832b65636b4200bb93ea8ee1",
269 "--factory-properties", 269 "--factory-properties",
270 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 270 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
271 "--build-properties", 271 "--build-properties",
272 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 272 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
273 ], 273 ],
274 "cwd": "[SLAVE_BUILD]", 274 "cwd": "[SLAVE_BUILD]",
275 "name": "package build" 275 "name": "package build"
276 } 276 }
277 ] 277 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698