OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "name": "taskkill" | 8 "name": "taskkill" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/da
ta/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchp
lugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src
/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': No
ne, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/
plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery':
None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_tes
t': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/
data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/
test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_deco
der': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_dec
oder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url
': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}, {'d
eps_file': 'DEPS', 'managed': True, 'name': 'catapult', 'url': 'https://chromium
.googlesource.com/external/github.com/catapult-project/catapult.git'}]", | 44 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/da
ta/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchp
lugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src
/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': No
ne, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/
plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery':
None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_tes
t': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/
data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/
test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_deco
der': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_dec
oder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url
': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}, {'d
eps_file': 'DEPS', 'managed': True, 'name': 'catapult', 'url': 'https://chromium
.googlesource.com/external/github.com/catapult-project/catapult.git'}]", |
45 "--root", | 45 "--root", |
46 "src", | 46 "src", |
47 "--revision_mapping_file", | 47 "--revision_mapping_file", |
48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
49 "--git-cache-dir", | 49 "--git-cache-dir", |
50 "[GIT_CACHE]", | 50 "[GIT_CACHE]", |
51 "--output_json", | 51 "--output_json", |
52 "/path/to/tmp/json", | 52 "/path/to/tmp/json", |
53 "--revision", | 53 "--revision", |
54 "src@HEAD", | 54 "src@1111111", |
55 "--force", | 55 "--force", |
56 "--output_manifest" | 56 "--output_manifest" |
57 ], | 57 ], |
58 "cwd": "[BUILDER_CACHE]\\winx64intel_perf_bisect", | 58 "cwd": "[BUILDER_CACHE]\\winx64intel_perf_bisect", |
59 "env": { | 59 "env": { |
60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
61 }, | 61 }, |
62 "name": "bot_update", | 62 "name": "bot_update", |
63 "~followup_annotations": [ | 63 "~followup_annotations": [ |
64 "@@@STEP_TEXT@Some step text@@@", | 64 "@@@STEP_TEXT@Some step text@@@", |
65 "@@@STEP_LOG_LINE@json.output@{@@@", | 65 "@@@STEP_LOG_LINE@json.output@{@@@", |
66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", |
69 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 69 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
70 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 70 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
71 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | 71 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", |
72 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | 72 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", |
73 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | 73 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", |
74 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 74 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
75 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", | 75 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", |
76 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/buildtools.git\", @@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/buildtools.git\", @@@", |
77 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635
3cb994259692140934\"@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635
3cb994259692140934\"@@@", |
78 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 78 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 "GYP_CHROMIUM_NO_ACTION": "1", | 202 "GYP_CHROMIUM_NO_ACTION": "1", |
203 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1", | 203 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1", |
204 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 204 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
205 }, | 205 }, |
206 "name": "gclient runhooks" | 206 "name": "gclient runhooks" |
207 }, | 207 }, |
208 { | 208 { |
209 "cmd": [ | 209 "cmd": [ |
210 "python", | 210 "python", |
211 "-u", | 211 "-u", |
212 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 212 "[BUILDER_CACHE]\\winx64intel_perf_bisect\\src\\testing\\scripts\\get_comp
ile_targets.py", |
213 "--show-path", | 213 "--output", |
214 "python", | 214 "/path/to/tmp/json", |
215 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 215 "--", |
| 216 "--build-config-fs", |
| 217 "Release_x64", |
| 218 "--paths", |
| 219 "{\"checkout\": \"[BUILDER_CACHE]\\\\winx64intel_perf_bisect\\\\src\", \"r
unit.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"run
test.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 220 "--properties", |
| 221 "{\"buildername\": \"winx64intel_perf_bisect\", \"buildnumber\": 571, \"ma
stername\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"tar
get_platform\": \"win\"}" |
216 ], | 222 ], |
217 "name": "cleanup_temp" | 223 "name": "get compile targets for scripts", |
| 224 "~followup_annotations": [ |
| 225 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 226 "@@@STEP_LOG_END@json.output@@@" |
| 227 ] |
218 }, | 228 }, |
219 { | 229 { |
220 "cmd": [ | 230 "cmd": [ |
221 "python", | 231 "python", |
222 "-u", | 232 "-u", |
223 "[BUILDER_CACHE]\\winx64intel_perf_bisect\\src\\tools\\mb\\mb.py", | 233 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
224 "gen", | 234 "[BUILDER_CACHE]\\winx64intel_perf_bisect\\src\\testing\\buildbot\\tryserv
er.chromium.perf.json", |
225 "-m", | 235 "/path/to/tmp/json" |
226 "tryserver.chromium.perf", | |
227 "-b", | |
228 "winx64intel_perf_bisect", | |
229 "--config-file", | |
230 "[BUILDER_CACHE]\\winx64intel_perf_bisect\\src\\tools\\mb\\mb_config.pyl", | |
231 "--goma-dir", | |
232 "[CACHE]\\cipd\\goma", | |
233 "//out/Release_x64" | |
234 ], | 236 ], |
235 "cwd": "[BUILDER_CACHE]\\winx64intel_perf_bisect\\src", | 237 "name": "read test spec (tryserver.chromium.perf.json)", |
236 "env": { | 238 "~followup_annotations": [ |
237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 239 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\winx64intel_perf_bisect\\src\\testing
\\buildbot\\tryserver.chromium.perf.json@@@", |
238 }, | 240 "@@@STEP_LOG_LINE@json.output@{}@@@", |
239 "name": "generate_build_files" | 241 "@@@STEP_LOG_END@json.output@@@" |
| 242 ] |
240 }, | 243 }, |
241 { | 244 { |
242 "cmd": [ | 245 "cmd": [ |
243 "python", | 246 "python", |
244 "-u", | 247 "-u", |
245 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 248 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
246 "--show-path", | 249 "--show-path", |
247 "python", | 250 "python", |
248 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 251 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
249 "--gsutil-py-path", | |
250 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | |
251 "--ninja-path", | |
252 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | |
253 "--target", | |
254 "Release_x64", | |
255 "--src-dir", | |
256 "[BUILDER_CACHE]\\winx64intel_perf_bisect\\src", | |
257 "--goma-cache-dir", | |
258 "[GOMA_CACHE]", | |
259 "--goma-deps-cache-dir", | |
260 "[GOMA_DEPS_CACHE]", | |
261 "--build-data-dir", | |
262 "[ROOT]\\build_data_dir", | |
263 "--compiler", | |
264 "goma", | |
265 "--goma-jsonstatus", | |
266 "/path/to/tmp/json", | |
267 "--goma-service-account-json-file", | |
268 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
269 "--mode", | |
270 "official", | |
271 "--goma-dir", | |
272 "[CACHE]\\cipd\\goma", | |
273 "--goma-hermetic", | |
274 "fallback", | |
275 "--", | |
276 "chromium_builder_perf" | |
277 ], | 252 ], |
278 "env": { | 253 "name": "cleanup_temp" |
279 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 254 }, |
280 }, | 255 { |
281 "name": "compile", | 256 "cmd": [ |
| 257 "python", |
| 258 "-u", |
| 259 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 260 "[BUILDER_CACHE]\\winx64intel_perf_bisect\\src\\out\\Release_x64" |
| 261 ], |
| 262 "name": "rmtree build directory", |
282 "~followup_annotations": [ | 263 "~followup_annotations": [ |
283 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 264 "@@@STEP_LOG_LINE@python.inline@@@@", |
284 "@@@STEP_LOG_END@json.output (invalid)@@@" | 265 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 266 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 267 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 268 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 269 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 270 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 271 "@@@STEP_LOG_END@python.inline@@@" |
285 ] | 272 ] |
286 }, | 273 }, |
287 { | 274 { |
288 "allow_subannotations": true, | |
289 "cmd": [ | 275 "cmd": [ |
290 "python", | 276 "python", |
291 "-u", | 277 "-u", |
292 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 278 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
293 "--show-path", | 279 "--show-path", |
294 "python", | 280 "python", |
295 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", | 281 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\extract_build.py", |
| 282 "--gsutil-py-path", |
| 283 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
296 "--target", | 284 "--target", |
297 "Release_x64", | 285 "Release_x64", |
298 "--gsutil-py-path", | |
299 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | |
300 "--staging-dir", | |
301 "[CACHE]\\chrome_staging", | |
302 "--src-dir", | 286 "--src-dir", |
303 "[BUILDER_CACHE]\\winx64intel_perf_bisect\\src", | 287 "[BUILDER_CACHE]\\winx64intel_perf_bisect\\src", |
304 "--build_revision", | 288 "--build-archive-url", |
305 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 289 "gs://test-domain/test-archive.zip", |
306 "--factory-properties", | 290 "--master-name", |
307 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"winx64intel_p
erf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\",
\"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chrom
ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla
vename\"}", | 291 "tryserver.chromium.perf", |
308 "--build-properties", | 292 "--build-number", |
309 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"winx64intel_p
erf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\",
\"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chrom
ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla
vename\"}" | 293 "571" |
310 ], | 294 ], |
311 "name": "package build" | 295 "name": "extract build" |
312 }, | 296 }, |
313 { | 297 { |
314 "name": "$result", | 298 "name": "$result", |
315 "recipe_result": null, | 299 "recipe_result": null, |
316 "status_code": 0 | 300 "status_code": 0 |
317 } | 301 } |
318 ] | 302 ] |
OLD | NEW |