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

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

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "RECIPE_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Mac10.8", 10 "WebKit Mac10.8",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "--build-number", 213 "--build-number",
214 "571" 214 "571"
215 ], 215 ],
216 "cwd": "[SLAVE_BUILD]", 216 "cwd": "[SLAVE_BUILD]",
217 "name": "extract build" 217 "name": "extract build"
218 }, 218 },
219 { 219 {
220 "cmd": [ 220 "cmd": [
221 "python", 221 "python",
222 "-u", 222 "-u",
223 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 223 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
224 "--build-dir", 224 "--build-dir",
225 "[SLAVE_BUILD]/src/out/Release", 225 "[SLAVE_BUILD]/src/out/Release",
226 "--output-json", 226 "--output-json",
227 "/path/to/tmp/json" 227 "/path/to/tmp/json"
228 ], 228 ],
229 "cwd": "[SLAVE_BUILD]", 229 "cwd": "[SLAVE_BUILD]",
230 "name": "find isolated tests", 230 "name": "find isolated tests",
231 "~followup_annotations": [ 231 "~followup_annotations": [
232 "@@@STEP_LOG_LINE@json.output@{@@@", 232 "@@@STEP_LOG_LINE@json.output@{@@@",
233 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 233 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "~followup_annotations": [ 378 "~followup_annotations": [
379 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_8/571/layout-test-results/results.html@@@", 379 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_8/571/layout-test-results/results.html@@@",
380 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_8/571/layout-test-results.zip@@@" 380 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_8/571/layout-test-results.zip@@@"
381 ] 381 ]
382 }, 382 },
383 { 383 {
384 "allow_subannotations": true, 384 "allow_subannotations": true,
385 "cmd": [ 385 "cmd": [
386 "python", 386 "python",
387 "-u", 387 "-u",
388 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", 388 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py",
389 "--swarming-client-dir", 389 "--swarming-client-dir",
390 "[SLAVE_BUILD]/src/tools/swarming_client", 390 "[SLAVE_BUILD]/src/tools/swarming_client",
391 "--temp-root-dir", 391 "--temp-root-dir",
392 "[TMP_BASE]", 392 "[TMP_BASE]",
393 "--merged-test-output", 393 "--merged-test-output",
394 "/path/to/tmp/json", 394 "/path/to/tmp/json",
395 "--", 395 "--",
396 "collect", 396 "collect",
397 "--swarming", 397 "--swarming",
398 "https://chromium-swarm.appspot.com", 398 "https://chromium-swarm.appspot.com",
399 "--decorate", 399 "--decorate",
400 "--print-status-updates", 400 "--print-status-updates",
401 "--shards", 401 "--shards",
402 "1", 402 "1",
403 "browser_tests/Mac-10.8/ffffffffff/WebKit Mac10.8/571" 403 "browser_tests/Mac-10.8/ffffffffff/WebKit Mac10.8/571"
404 ], 404 ],
405 "cwd": "[SLAVE_BUILD]", 405 "cwd": "[SLAVE_BUILD]",
406 "name": "browser_tests", 406 "name": "browser_tests",
407 "~followup_annotations": [ 407 "~followup_annotations": [
408 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 408 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
409 ] 409 ]
410 }, 410 },
411 { 411 {
412 "cmd": [ 412 "cmd": [
413 "python", 413 "python",
414 "-u", 414 "-u",
415 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", 415 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py" ,
416 "--input-gtest-json", 416 "--input-gtest-json",
417 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" , 417 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
418 "--master-name", 418 "--master-name",
419 "chromium.webkit", 419 "chromium.webkit",
420 "--builder-name", 420 "--builder-name",
421 "WebKit Mac10.8", 421 "WebKit Mac10.8",
422 "--build-number", 422 "--build-number",
423 "571", 423 "571",
424 "--test-type", 424 "--test-type",
425 "browser_tests", 425 "browser_tests",
426 "--test-results-server", 426 "--test-results-server",
427 "test-results.appspot.com", 427 "test-results.appspot.com",
428 "--chrome-revision", 428 "--chrome-revision",
429 "170242" 429 "170242"
430 ], 430 ],
431 "cwd": "[SLAVE_BUILD]", 431 "cwd": "[SLAVE_BUILD]",
432 "name": "Upload to test-results [browser_tests]" 432 "name": "Upload to test-results [browser_tests]"
433 }, 433 },
434 { 434 {
435 "name": "$result", 435 "name": "$result",
436 "recipe_result": null, 436 "recipe_result": null,
437 "status_code": 0 437 "status_code": 0
438 } 438 }
439 ] 439 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698