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

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

Issue 2335333002: Turn on swarming for PlzNavigate aigate (Closed)
Patch Set: Created 4 years, 3 months 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux", 7 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "@@@STEP_LOG_LINE@json.output@ }@@@", 176 "@@@STEP_LOG_LINE@json.output@ }@@@",
177 "@@@STEP_LOG_LINE@json.output@ ]@@@", 177 "@@@STEP_LOG_LINE@json.output@ ]@@@",
178 "@@@STEP_LOG_LINE@json.output@}@@@", 178 "@@@STEP_LOG_LINE@json.output@}@@@",
179 "@@@STEP_LOG_END@json.output@@@" 179 "@@@STEP_LOG_END@json.output@@@"
180 ] 180 ]
181 }, 181 },
182 { 182 {
183 "cmd": [ 183 "cmd": [
184 "python", 184 "python",
185 "-u", 185 "-u",
186 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/tools/swarming_client/s warming.py",
187 "--version"
188 ],
189 "name": "swarming.py --version",
190 "stdout": "/path/to/tmp/",
191 "~followup_annotations": [
192 "@@@STEP_TEXT@0.8.6@@@"
193 ]
194 },
195 {
196 "cmd": [
197 "python",
198 "-u",
186 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 199 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
187 "runhooks" 200 "runhooks"
188 ], 201 ],
189 "cwd": "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src", 202 "cwd": "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src",
190 "env": { 203 "env": {
191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
192 "GYP_CHROMIUM_NO_ACTION": "1", 205 "GYP_CHROMIUM_NO_ACTION": "1",
193 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 use_goma=1", 206 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 test_isolation_mode=prepare use_goma=1",
194 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 207 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
195 }, 208 },
196 "name": "gclient runhooks" 209 "name": "gclient runhooks"
197 }, 210 },
198 { 211 {
199 "cmd": [ 212 "cmd": [
200 "python", 213 "python",
201 "-u", 214 "-u",
202 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/testing/scripts/get_com pile_targets.py", 215 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/testing/scripts/get_com pile_targets.py",
203 "--output", 216 "--output",
(...skipping 16 matching lines...) Expand all
220 "cmd": [ 233 "cmd": [
221 "python", 234 "python",
222 "-u", 235 "-u",
223 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
224 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/testing/buildbot/chromi um.fyi.json", 237 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/testing/buildbot/chromi um.fyi.json",
225 "/path/to/tmp/json" 238 "/path/to/tmp/json"
226 ], 239 ],
227 "name": "read test spec (chromium.fyi.json)", 240 "name": "read test spec (chromium.fyi.json)",
228 "~followup_annotations": [ 241 "~followup_annotations": [
229 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/test ing/buildbot/chromium.fyi.json@@@", 242 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/test ing/buildbot/chromium.fyi.json@@@",
230 "@@@STEP_LOG_LINE@json.output@{}@@@", 243 "@@@STEP_LOG_LINE@json.output@{@@@",
244 "@@@STEP_LOG_LINE@json.output@ \"Browser Side Navigation Linux\": {@@@",
245 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
246 "@@@STEP_LOG_LINE@json.output@ {@@@",
247 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
248 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
249 "@@@STEP_LOG_LINE@json.output@ }, @@@",
250 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
251 "@@@STEP_LOG_LINE@json.output@ }@@@",
252 "@@@STEP_LOG_LINE@json.output@ ]@@@",
253 "@@@STEP_LOG_LINE@json.output@ }@@@",
254 "@@@STEP_LOG_LINE@json.output@}@@@",
231 "@@@STEP_LOG_END@json.output@@@" 255 "@@@STEP_LOG_END@json.output@@@"
232 ] 256 ]
233 }, 257 },
234 { 258 {
235 "cmd": [ 259 "cmd": [
236 "python", 260 "python",
237 "-u", 261 "-u",
238 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 262 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
239 "--show-path", 263 "--show-path",
240 "python", 264 "python",
241 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
242 ], 266 ],
243 "name": "cleanup_temp" 267 "name": "cleanup_temp"
244 }, 268 },
245 { 269 {
246 "cmd": [ 270 "cmd": [
247 "python", 271 "python",
248 "-u", 272 "-u",
273 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
274 "--build-dir",
275 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/out/Release",
276 "--clean-isolated-files"
277 ],
278 "name": "clean isolated files"
279 },
280 {
281 "cmd": [
282 "python",
283 "-u",
249 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/tools/mb/mb.py", 284 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/tools/mb/mb.py",
250 "gen", 285 "gen",
251 "-m", 286 "-m",
252 "chromium.fyi", 287 "chromium.fyi",
253 "-b", 288 "-b",
254 "Browser Side Navigation Linux", 289 "Browser Side Navigation Linux",
255 "--config-file", 290 "--config-file",
256 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/tools/mb/mb_config.pyl" , 291 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/tools/mb/mb_config.pyl" ,
257 "--goma-dir", 292 "--goma-dir",
258 "[CACHE]/cipd/goma", 293 "[CACHE]/cipd/goma",
294 "--swarming-targets-file",
295 "browser_tests\n",
259 "//out/Release" 296 "//out/Release"
260 ], 297 ],
261 "cwd": "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src", 298 "cwd": "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src",
262 "env": { 299 "env": {
263 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 300 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
264 }, 301 },
265 "name": "generate_build_files" 302 "name": "generate_build_files",
303 "~followup_annotations": [
304 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
305 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
306 ]
266 }, 307 },
267 { 308 {
268 "cmd": [ 309 "cmd": [
269 "python", 310 "python",
270 "-u", 311 "-u",
271 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 312 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
272 "--show-path", 313 "--show-path",
273 "python", 314 "python",
274 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 315 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
275 "--gsutil-py-path", 316 "--gsutil-py-path",
(...skipping 19 matching lines...) Expand all
295 "--compiler", 336 "--compiler",
296 "goma", 337 "goma",
297 "--goma-jsonstatus", 338 "--goma-jsonstatus",
298 "/path/to/tmp/json", 339 "/path/to/tmp/json",
299 "--goma-service-account-json-file", 340 "--goma-service-account-json-file",
300 "/creds/service_accounts/service-account-goma-client.json", 341 "/creds/service_accounts/service-account-goma-client.json",
301 "--goma-dir", 342 "--goma-dir",
302 "[CACHE]/cipd/goma", 343 "[CACHE]/cipd/goma",
303 "--", 344 "--",
304 "blink_tests", 345 "blink_tests",
346 "browser_tests",
347 "browser_tests_run",
305 "content_browsertests", 348 "content_browsertests",
306 "content_unittests" 349 "content_unittests"
307 ], 350 ],
308 "env": { 351 "env": {
309 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 352 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
310 }, 353 },
311 "name": "compile", 354 "name": "compile",
312 "~followup_annotations": [ 355 "~followup_annotations": [
313 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 356 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
314 "@@@STEP_LOG_END@json.output (invalid)@@@" 357 "@@@STEP_LOG_END@json.output (invalid)@@@"
315 ] 358 ]
316 }, 359 },
317 { 360 {
318 "cmd": [ 361 "cmd": [
319 "python", 362 "python",
320 "-u", 363 "-u",
364 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/tools/determinism/remov e_build_metadata.py",
365 "--build-dir",
366 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/out/Release"
367 ],
368 "cwd": "[SLAVE_BUILD]",
369 "name": "remove_build_metadata"
370 },
371 {
372 "cmd": [
373 "python",
374 "-u",
375 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
376 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/tools/swarming_client",
377 "batcharchive",
378 "--dump-json",
379 "/path/to/tmp/json",
380 "--isolate-server",
381 "https://isolateserver.appspot.com",
382 "--verbose",
383 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/out/Release/browser_tes ts.isolated.gen.json"
384 ],
385 "name": "isolate tests",
386 "~followup_annotations": [
387 "@@@STEP_LOG_LINE@json.output@{@@@",
388 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
389 "@@@STEP_LOG_LINE@json.output@}@@@",
390 "@@@STEP_LOG_END@json.output@@@"
391 ]
392 },
393 {
394 "cmd": [
395 "python",
396 "-u",
397 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
398 "--build-dir",
399 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src/out/Release",
400 "--output-json",
401 "/path/to/tmp/json"
402 ],
403 "cwd": "[BUILDER_CACHE]/Browser_Side_Navigation_Linux",
404 "env": {
405 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
406 },
407 "name": "find isolated tests",
408 "~followup_annotations": [
409 "@@@STEP_LOG_LINE@json.output@{@@@",
410 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
411 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
412 "@@@STEP_LOG_LINE@json.output@}@@@",
413 "@@@STEP_LOG_END@json.output@@@",
414 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
415 ]
416 },
417 {
418 "cmd": [
419 "python",
420 "-u",
421 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
422 "browser_tests"
423 ],
424 "cwd": "[BUILDER_CACHE]/Browser_Side_Navigation_Linux",
425 "env": {
426 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
427 },
428 "name": "[error] browser_tests",
429 "~followup_annotations": [
430 "@@@STEP_LOG_LINE@python.inline@@@@",
431 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
432 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
433 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
434 "@@@STEP_LOG_END@python.inline@@@"
435 ]
436 },
437 {
438 "cmd": [
439 "python",
440 "-u",
321 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 441 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
322 "--target", 442 "--target",
323 "Release", 443 "Release",
324 "--no-xvfb", 444 "--no-xvfb",
325 "--factory-properties", 445 "--factory-properties",
326 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Browser Side Nav igation Linux\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"paren t_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }", 446 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Browser Side Nav igation Linux\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"paren t_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }",
327 "--build-properties", 447 "--build-properties",
328 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Browser Side Nav igation Linux\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"paren t_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }", 448 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Browser Side Nav igation Linux\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"paren t_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }",
329 "--step-name=webkit_tests", 449 "--step-name=webkit_tests",
330 "--builder-name=Browser Side Navigation Linux", 450 "--builder-name=Browser Side Navigation Linux",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 "env": { 501 "env": {
382 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 502 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
383 }, 503 },
384 "name": "archive_webkit_tests_results", 504 "name": "archive_webkit_tests_results",
385 "~followup_annotations": [ 505 "~followup_annotations": [
386 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Browser_Side_Navigation_Linux/571/layout-test-results/resul ts.html@@@", 506 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Browser_Side_Navigation_Linux/571/layout-test-results/resul ts.html@@@",
387 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Browser_Side_Navigation_Linux/571/layout-test-results.zip@@@" 507 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Browser_Side_Navigation_Linux/571/layout-test-results.zip@@@"
388 ] 508 ]
389 }, 509 },
390 { 510 {
511 "cmd": [
512 "python",
513 "-u",
514 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" ,
515 "browser_tests"
516 ],
517 "cwd": "[BUILDER_CACHE]/Browser_Side_Navigation_Linux",
518 "env": {
519 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
520 },
521 "name": "[collect error] browser_tests",
522 "~followup_annotations": [
523 "@@@STEP_LOG_LINE@python.inline@@@@",
524 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
525 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
526 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
527 "@@@STEP_LOG_END@python.inline@@@"
528 ]
529 },
530 {
391 "name": "$result", 531 "name": "$result",
392 "recipe_result": null, 532 "recipe_result": null,
393 "status_code": 0 533 "status_code": 0
394 } 534 }
395 ] 535 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698