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

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

Issue 694263003: Enable post-compile test isolation for all CI builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 1 month 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 "Linux Tests-Trybot", 10 "Linux Tests-Trybot",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 ] 92 ]
93 }, 93 },
94 { 94 {
95 "cmd": [ 95 "cmd": [
96 "python", 96 "python",
97 "-u", 97 "-u",
98 "[DEPOT_TOOLS]/gclient.py", 98 "[DEPOT_TOOLS]/gclient.py",
99 "runhooks" 99 "runhooks"
100 ], 100 ],
101 "env": { 101 "env": {
102 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 test_isolation_mode=archive test_isolation_outdir=https://isolateserver.ap pspot.com use_goma=1" 102 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 test_isolation_mode=prepare use_goma=1"
103 }, 103 },
104 "name": "gclient runhooks" 104 "name": "gclient runhooks"
105 }, 105 },
106 { 106 {
107 "cmd": [ 107 "cmd": [
108 "python", 108 "python",
109 "-u", 109 "-u",
110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
111 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", 111 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json",
112 "/path/to/tmp/json" 112 "/path/to/tmp/json"
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "https://chromium-swarm.appspot.com", 359 "https://chromium-swarm.appspot.com",
360 "--decorate", 360 "--decorate",
361 "--print-status-updates", 361 "--print-status-updates",
362 "--shards", 362 "--shards",
363 "1", 363 "1",
364 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests-Trybot/571" 364 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests-Trybot/571"
365 ], 365 ],
366 "name": "browser_tests" 366 "name": "browser_tests"
367 } 367 }
368 ] 368 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698