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

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

Issue 1950253003: Enable hermetic builds for FYI mac builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 "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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Chromium Mac 10.11", 10 "Chromium Mac 10.11",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 ] 159 ]
160 }, 160 },
161 { 161 {
162 "cmd": [ 162 "cmd": [
163 "python", 163 "python",
164 "-u", 164 "-u",
165 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 165 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
166 "runhooks" 166 "runhooks"
167 ], 167 ],
168 "env": { 168 "env": {
169 "FORCE_MAC_TOOLCHAIN": "1",
169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 170 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
170 "GYP_CHROMIUM_NO_ACTION": "1", 171 "GYP_CHROMIUM_NO_ACTION": "1",
171 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' target_arch=x64 use_goma=1", 172 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' target_arch=x64 use_goma=1",
172 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 173 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
173 }, 174 },
174 "name": "gclient runhooks" 175 "name": "gclient runhooks"
175 }, 176 },
176 { 177 {
177 "cmd": [ 178 "cmd": [
178 "python", 179 "python",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "cmd": [ 247 "cmd": [
247 "python", 248 "python",
248 "-u", 249 "-u",
249 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 250 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
250 "--src-dir", 251 "--src-dir",
251 "[SLAVE_BUILD]/src", 252 "[SLAVE_BUILD]/src",
252 "--output-json", 253 "--output-json",
253 "/path/to/tmp/json" 254 "/path/to/tmp/json"
254 ], 255 ],
255 "env": { 256 "env": {
257 "FORCE_MAC_TOOLCHAIN": "1",
256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 258 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
257 }, 259 },
258 "name": "clang_revision", 260 "name": "clang_revision",
259 "~followup_annotations": [ 261 "~followup_annotations": [
260 "@@@STEP_LOG_LINE@json.output@{@@@", 262 "@@@STEP_LOG_LINE@json.output@{@@@",
261 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 263 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
262 "@@@STEP_LOG_LINE@json.output@}@@@", 264 "@@@STEP_LOG_LINE@json.output@}@@@",
263 "@@@STEP_LOG_END@json.output@@@" 265 "@@@STEP_LOG_END@json.output@@@"
264 ] 266 ]
265 }, 267 },
(...skipping 27 matching lines...) Expand all
293 "/creds/service_accounts/service-account-goma-client.json", 295 "/creds/service_accounts/service-account-goma-client.json",
294 "--target-output-dir", 296 "--target-output-dir",
295 "[SLAVE_BUILD]/src/out/Release", 297 "[SLAVE_BUILD]/src/out/Release",
296 "--goma-dir", 298 "--goma-dir",
297 "[CACHE]/cipd/goma", 299 "[CACHE]/cipd/goma",
298 "--", 300 "--",
299 "All", 301 "All",
300 "chromium_builder_tests" 302 "chromium_builder_tests"
301 ], 303 ],
302 "env": { 304 "env": {
305 "FORCE_MAC_TOOLCHAIN": "1",
303 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
304 }, 307 },
305 "name": "compile", 308 "name": "compile",
306 "~followup_annotations": [ 309 "~followup_annotations": [
307 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 310 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
308 "@@@STEP_LOG_END@json.output (invalid)@@@" 311 "@@@STEP_LOG_END@json.output (invalid)@@@"
309 ] 312 ]
310 }, 313 },
311 { 314 {
312 "name": "$result", 315 "name": "$result",
313 "recipe_result": null, 316 "recipe_result": null,
314 "status_code": 0 317 "status_code": 0
315 } 318 }
316 ] 319 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698