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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest.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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Tests", 10 "Linux Tests",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 ] 84 ]
85 }, 85 },
86 { 86 {
87 "cmd": [ 87 "cmd": [
88 "python", 88 "python",
89 "-u", 89 "-u",
90 "[DEPOT_TOOLS]/gclient.py", 90 "[DEPOT_TOOLS]/gclient.py",
91 "runhooks" 91 "runhooks"
92 ], 92 ],
93 "env": { 93 "env": {
94 "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" 94 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 test_isolation_mode=prepare use_goma=1"
95 }, 95 },
96 "name": "gclient runhooks" 96 "name": "gclient runhooks"
97 }, 97 },
98 { 98 {
99 "cmd": [ 99 "cmd": [
100 "python", 100 "python",
101 "-u", 101 "-u",
102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
103 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", 103 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json",
104 "/path/to/tmp/json" 104 "/path/to/tmp/json"
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "--metadata", 310 "--metadata",
311 "blink_revision=124383", 311 "blink_revision=124383",
312 "--metadata", 312 "--metadata",
313 "build_number=571", 313 "build_number=571",
314 "--write-full-results-to", 314 "--write-full-results-to",
315 "/path/to/tmp/json" 315 "/path/to/tmp/json"
316 ], 316 ],
317 "name": "telemetry_perf_unittests" 317 "name": "telemetry_perf_unittests"
318 } 318 }
319 ] 319 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698