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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Linux_deterministic__dbg_.json

Issue 2380993002: Add Debug builder config for deterministic builder recipe. (Closed)
Patch Set: rebased and added JSON files. 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 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 }, 220 },
221 { 221 {
222 "cmd": [ 222 "cmd": [
223 "python", 223 "python",
224 "-u", 224 "-u",
225 "[SLAVE_BUILD]/src/tools/mb/mb.py", 225 "[SLAVE_BUILD]/src/tools/mb/mb.py",
226 "gen", 226 "gen",
227 "-m", 227 "-m",
228 "chromium.swarm", 228 "chromium.swarm",
229 "-b", 229 "-b",
230 "Linux deterministic", 230 "Linux deterministic (dbg)",
231 "--config-file", 231 "--config-file",
232 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 232 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
233 "--goma-dir", 233 "--goma-dir",
234 "[CACHE]/cipd/goma", 234 "[CACHE]/cipd/goma",
235 "//out/Release" 235 "//out/Release"
236 ], 236 ],
237 "cwd": "[SLAVE_BUILD]/src", 237 "cwd": "[SLAVE_BUILD]/src",
238 "env": { 238 "env": {
239 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 239 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
240 }, 240 },
(...skipping 11 matching lines...) Expand all
252 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 252 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
253 "--ninja-path", 253 "--ninja-path",
254 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 254 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
255 "--target", 255 "--target",
256 "Release", 256 "Release",
257 "--src-dir", 257 "--src-dir",
258 "[SLAVE_BUILD]/src", 258 "[SLAVE_BUILD]/src",
259 "--goma-cache-dir", 259 "--goma-cache-dir",
260 "[GOMA_CACHE]", 260 "[GOMA_CACHE]",
261 "--buildbot-buildername", 261 "--buildbot-buildername",
262 "Linux deterministic", 262 "Linux deterministic (dbg)",
263 "--buildbot-mastername", 263 "--buildbot-mastername",
264 "chromium.swarm", 264 "chromium.swarm",
265 "--buildbot-slavename", 265 "--buildbot-slavename",
266 "TestSlavename", 266 "TestSlavename",
267 "--compiler", 267 "--compiler",
268 "goma", 268 "goma",
269 "--goma-jsonstatus", 269 "--goma-jsonstatus",
270 "/path/to/tmp/json", 270 "/path/to/tmp/json",
271 "--goma-service-account-json-file", 271 "--goma-service-account-json-file",
272 "/creds/service_accounts/service-account-goma-client.json", 272 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 }, 389 },
390 { 390 {
391 "cmd": [ 391 "cmd": [
392 "python", 392 "python",
393 "-u", 393 "-u",
394 "[SLAVE_BUILD]/src/tools/mb/mb.py", 394 "[SLAVE_BUILD]/src/tools/mb/mb.py",
395 "gen", 395 "gen",
396 "-m", 396 "-m",
397 "chromium.swarm", 397 "chromium.swarm",
398 "-b", 398 "-b",
399 "Linux deterministic", 399 "Linux deterministic (dbg)",
400 "--config-file", 400 "--config-file",
401 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 401 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
402 "--goma-dir", 402 "--goma-dir",
403 "[CACHE]/cipd/goma", 403 "[CACHE]/cipd/goma",
404 "//out/Release" 404 "//out/Release"
405 ], 405 ],
406 "cwd": "[SLAVE_BUILD]/src", 406 "cwd": "[SLAVE_BUILD]/src",
407 "env": { 407 "env": {
408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
409 }, 409 },
(...skipping 11 matching lines...) Expand all
421 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 421 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
422 "--ninja-path", 422 "--ninja-path",
423 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 423 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
424 "--target", 424 "--target",
425 "Release", 425 "Release",
426 "--src-dir", 426 "--src-dir",
427 "[SLAVE_BUILD]/src", 427 "[SLAVE_BUILD]/src",
428 "--goma-cache-dir", 428 "--goma-cache-dir",
429 "[GOMA_CACHE]", 429 "[GOMA_CACHE]",
430 "--buildbot-buildername", 430 "--buildbot-buildername",
431 "Linux deterministic", 431 "Linux deterministic (dbg)",
432 "--buildbot-mastername", 432 "--buildbot-mastername",
433 "chromium.swarm", 433 "chromium.swarm",
434 "--buildbot-slavename", 434 "--buildbot-slavename",
435 "TestSlavename", 435 "TestSlavename",
436 "--compiler", 436 "--compiler",
437 "goma", 437 "goma",
438 "--goma-jsonstatus", 438 "--goma-jsonstatus",
439 "/path/to/tmp/json", 439 "/path/to/tmp/json",
440 "--goma-service-account-json-file", 440 "--goma-service-account-json-file",
441 "/creds/service_accounts/service-account-goma-client.json", 441 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 ], 532 ],
533 "cwd": "[SLAVE_BUILD]", 533 "cwd": "[SLAVE_BUILD]",
534 "name": "compare_build_artifacts" 534 "name": "compare_build_artifacts"
535 }, 535 },
536 { 536 {
537 "name": "$result", 537 "name": "$result",
538 "recipe_result": null, 538 "recipe_result": null,
539 "status_code": 0 539 "status_code": 0
540 } 540 }
541 ] 541 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698