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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_compile_trusty_rel_ng.json

Issue 2377933002: Add trusty builder / tester for chromium.linux. (Closed)
Patch Set: removed test generators 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]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py", 221 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py",
222 "--output", 222 "--output",
223 "/path/to/tmp/json", 223 "/path/to/tmp/json",
224 "--", 224 "--",
225 "--build-config-fs", 225 "--build-config-fs",
226 "Release", 226 "Release",
227 "--use-src-side-runtest-py", 227 "--use-src-side-runtest-py",
228 "--paths", 228 "--paths",
229 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[ build]/scripts/slave/runtest.py\"}", 229 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[ build]/scripts/slave/runtest.py\"}",
230 "--properties", 230 "--properties",
231 "{\"buildername\": \"linux_chromium_compile_rel_ng\", \"buildnumber\": 571 , \"mastername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\" , \"target_platform\": \"linux\"}" 231 "{\"buildername\": \"linux_chromium_compile_trusty_rel_ng\", \"buildnumber \": 571, \"mastername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlav ename\", \"target_platform\": \"linux\"}"
232 ], 232 ],
233 "name": "get compile targets for scripts", 233 "name": "get compile targets for scripts",
234 "~followup_annotations": [ 234 "~followup_annotations": [
235 "@@@STEP_LOG_LINE@json.output@{}@@@", 235 "@@@STEP_LOG_LINE@json.output@{}@@@",
236 "@@@STEP_LOG_END@json.output@@@" 236 "@@@STEP_LOG_END@json.output@@@"
237 ] 237 ]
238 }, 238 },
239 { 239 {
240 "cmd": [ 240 "cmd": [
241 "python", 241 "python",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 }, 331 },
332 { 332 {
333 "cmd": [ 333 "cmd": [
334 "python", 334 "python",
335 "-u", 335 "-u",
336 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", 336 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py",
337 "gen", 337 "gen",
338 "-m", 338 "-m",
339 "tryserver.chromium.linux", 339 "tryserver.chromium.linux",
340 "-b", 340 "-b",
341 "linux_chromium_compile_rel_ng", 341 "linux_chromium_compile_trusty_rel_ng",
342 "--config-file", 342 "--config-file",
343 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", 343 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl",
344 "--goma-dir", 344 "--goma-dir",
345 "[CACHE]/cipd/goma", 345 "[CACHE]/cipd/goma",
346 "//out/Release" 346 "//out/Release"
347 ], 347 ],
348 "cwd": "[BUILDER_CACHE]/linux/src", 348 "cwd": "[BUILDER_CACHE]/linux/src",
349 "env": { 349 "env": {
350 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 350 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
351 }, 351 },
(...skipping 11 matching lines...) Expand all
363 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 363 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
364 "--ninja-path", 364 "--ninja-path",
365 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 365 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
366 "--target", 366 "--target",
367 "Release", 367 "Release",
368 "--src-dir", 368 "--src-dir",
369 "[BUILDER_CACHE]/linux/src", 369 "[BUILDER_CACHE]/linux/src",
370 "--goma-cache-dir", 370 "--goma-cache-dir",
371 "[GOMA_CACHE]", 371 "[GOMA_CACHE]",
372 "--buildbot-buildername", 372 "--buildbot-buildername",
373 "linux_chromium_compile_rel_ng", 373 "linux_chromium_compile_trusty_rel_ng",
374 "--buildbot-mastername", 374 "--buildbot-mastername",
375 "tryserver.chromium.linux", 375 "tryserver.chromium.linux",
376 "--buildbot-slavename", 376 "--buildbot-slavename",
377 "TestSlavename", 377 "TestSlavename",
378 "--goma-deps-cache-dir", 378 "--goma-deps-cache-dir",
379 "[GOMA_DEPS_CACHE]", 379 "[GOMA_DEPS_CACHE]",
380 "--compiler", 380 "--compiler",
381 "goma", 381 "goma",
382 "--goma-jsonstatus", 382 "--goma-jsonstatus",
383 "/path/to/tmp/json", 383 "/path/to/tmp/json",
(...skipping 23 matching lines...) Expand all
407 "import sys; sys.exit(0)" 407 "import sys; sys.exit(0)"
408 ], 408 ],
409 "name": "mark: before_tests" 409 "name": "mark: before_tests"
410 }, 410 },
411 { 411 {
412 "name": "$result", 412 "name": "$result",
413 "recipe_result": null, 413 "recipe_result": null,
414 "status_code": 0 414 "status_code": 0
415 } 415 }
416 ] 416 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698