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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder_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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 ] 100 ]
101 }, 101 },
102 { 102 {
103 "cmd": [ 103 "cmd": [
104 "python", 104 "python",
105 "-u", 105 "-u",
106 "[DEPOT_TOOLS]\\gclient.py", 106 "[DEPOT_TOOLS]\\gclient.py",
107 "runhooks" 107 "runhooks"
108 ], 108 ],
109 "env": { 109 "env": {
110 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=archive test_isolatio n_outdir=https://isolateserver.appspot.com use_goma=1" 110 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1"
111 }, 111 },
112 "name": "gclient runhooks" 112 "name": "gclient runhooks"
113 }, 113 },
114 { 114 {
115 "cmd": [ 115 "cmd": [
116 "python", 116 "python",
117 "-u", 117 "-u",
118 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 118 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
119 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", 119 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json",
120 "/path/to/tmp/json" 120 "/path/to/tmp/json"
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "--build_revision", 188 "--build_revision",
189 "143121", 189 "143121",
190 "--factory-properties", 190 "--factory-properties",
191 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 191 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
192 "--build-properties", 192 "--build-properties",
193 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 193 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder-Trybot\", \"buildnumber\": 571, \"mastername\": \"c lient.skia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
194 ], 194 ],
195 "name": "package build" 195 "name": "package build"
196 } 196 }
197 ] 197 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698