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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder.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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "chrome", 208 "chrome",
209 "chromium_builder_tests", 209 "chromium_builder_tests",
210 "mini_installer" 210 "mini_installer"
211 ], 211 ],
212 "name": "compile" 212 "name": "compile"
213 }, 213 },
214 { 214 {
215 "cmd": [ 215 "cmd": [
216 "python", 216 "python",
217 "-u", 217 "-u",
218 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\find_isolate d_tests.py", 218 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py",
219 "--build-dir", 219 "batcharchive",
220 "[SLAVE_BUILD]\\src\\out\\Release", 220 "--dump-json",
221 "--output-json", 221 "/path/to/tmp/json",
222 "/path/to/tmp/json" 222 "--isolate-server",
223 "https://isolateserver.appspot.com",
224 "--verbose",
225 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json"
223 ], 226 ],
224 "name": "find isolated tests", 227 "name": "isolate tests",
225 "~followup_annotations": [ 228 "~followup_annotations": [
226 "@@@STEP_LOG_LINE@json.output@{@@@", 229 "@@@STEP_LOG_LINE@json.output@{@@@",
227 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 230 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
228 "@@@STEP_LOG_LINE@json.output@}@@@", 231 "@@@STEP_LOG_LINE@json.output@}@@@",
229 "@@@STEP_LOG_END@json.output@@@", 232 "@@@STEP_LOG_END@json.output@@@",
230 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"browser_tests\": \"[dummy hash for browser_tests]\"}@@@" 233 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"browser_tests\": \"[dummy hash for browser_tests]\"}@@@"
231 ] 234 ]
232 }, 235 },
233 { 236 {
234 "allow_subannotations": true, 237 "allow_subannotations": true,
235 "cmd": [ 238 "cmd": [
236 "python", 239 "python",
237 "-u", 240 "-u",
238 "[BUILD]\\scripts\\slave\\zip_build.py", 241 "[BUILD]\\scripts\\slave\\zip_build.py",
239 "--target", 242 "--target",
240 "Release", 243 "Release",
241 "--build-url", 244 "--build-url",
242 "gs://chromium-skia-gm/client.skia/Win Builder", 245 "gs://chromium-skia-gm/client.skia/Win Builder",
243 "--build_revision", 246 "--build_revision",
244 "143121", 247 "143121",
245 "--factory-properties", 248 "--factory-properties",
246 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 249 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
247 "--build-properties", 250 "--build-properties",
248 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 251 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
249 ], 252 ],
250 "name": "package build" 253 "name": "package build"
251 } 254 }
252 ] 255 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698