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

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

Issue 2491033005: Recipe changes for chormium.android.fyi master (Closed)
Patch Set: Retrain Created 4 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]\ntarget_os = ['android']", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]\ntarget_os = ['android']",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "-u", 178 "-u",
179 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 179 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
180 "--output", 180 "--output",
181 "/path/to/tmp/json", 181 "/path/to/tmp/json",
182 "--", 182 "--",
183 "--build-config-fs", 183 "--build-config-fs",
184 "Debug", 184 "Debug",
185 "--paths", 185 "--paths",
186 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}", 186 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}",
187 "--properties", 187 "--properties",
188 "{\"buildername\": \"Lollipop Low-end Tester\", \"buildnumber\": 571, \"ma stername\": \"chromium.android\", \"slavename\": \"TestSlavename\", \"target_pla tform\": \"android\"}" 188 "{\"buildername\": \"Lollipop Low-end Tester\", \"buildnumber\": 571, \"ma stername\": \"chromium.android.fyi\", \"slavename\": \"TestSlavename\", \"target _platform\": \"android\"}"
189 ], 189 ],
190 "name": "get compile targets for scripts", 190 "name": "get compile targets for scripts",
191 "~followup_annotations": [ 191 "~followup_annotations": [
192 "@@@STEP_LOG_LINE@json.output@{}@@@", 192 "@@@STEP_LOG_LINE@json.output@{}@@@",
193 "@@@STEP_LOG_END@json.output@@@" 193 "@@@STEP_LOG_END@json.output@@@"
194 ] 194 ]
195 }, 195 },
196 { 196 {
197 "cmd": [ 197 "cmd": [
198 "python", 198 "python",
199 "-u", 199 "-u",
200 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 200 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
201 "[SLAVE_BUILD]/src/testing/buildbot/chromium.android.json", 201 "[SLAVE_BUILD]/src/testing/buildbot/chromium.android.fyi.json",
202 "/path/to/tmp/json" 202 "/path/to/tmp/json"
203 ], 203 ],
204 "name": "read test spec (chromium.android.json)", 204 "name": "read test spec (chromium.android.fyi.json)",
205 "~followup_annotations": [ 205 "~followup_annotations": [
206 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.android.js on@@@", 206 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.android.fy i.json@@@",
207 "@@@STEP_LOG_LINE@json.output@{@@@", 207 "@@@STEP_LOG_LINE@json.output@{@@@",
208 "@@@STEP_LOG_LINE@json.output@ \"Lollipop Low-end Tester\": {@@@", 208 "@@@STEP_LOG_LINE@json.output@ \"Lollipop Low-end Tester\": {@@@",
209 "@@@STEP_LOG_LINE@json.output@ \"instrumentation_tests\": [@@@", 209 "@@@STEP_LOG_LINE@json.output@ \"instrumentation_tests\": [@@@",
210 "@@@STEP_LOG_LINE@json.output@ {@@@", 210 "@@@STEP_LOG_LINE@json.output@ {@@@",
211 "@@@STEP_LOG_LINE@json.output@ \"test\": \"ChromePublicTest\", @@@" , 211 "@@@STEP_LOG_LINE@json.output@ \"test\": \"ChromePublicTest\", @@@" ,
212 "@@@STEP_LOG_LINE@json.output@ \"timeout_scale\": 2@@@", 212 "@@@STEP_LOG_LINE@json.output@ \"timeout_scale\": 2@@@",
213 "@@@STEP_LOG_LINE@json.output@ }@@@", 213 "@@@STEP_LOG_LINE@json.output@ }@@@",
214 "@@@STEP_LOG_LINE@json.output@ ]@@@", 214 "@@@STEP_LOG_LINE@json.output@ ]@@@",
215 "@@@STEP_LOG_LINE@json.output@ }@@@", 215 "@@@STEP_LOG_LINE@json.output@ }@@@",
216 "@@@STEP_LOG_LINE@json.output@}@@@", 216 "@@@STEP_LOG_LINE@json.output@}@@@",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "--show-path", 290 "--show-path",
291 "python", 291 "python",
292 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", 292 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py",
293 "--gsutil-py-path", 293 "--gsutil-py-path",
294 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 294 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
295 "--target", 295 "--target",
296 "Debug", 296 "Debug",
297 "--src-dir", 297 "--src-dir",
298 "[SLAVE_BUILD]/src", 298 "[SLAVE_BUILD]/src",
299 "--build-url", 299 "--build-url",
300 "gs://chromium-android-archive/chromium.android/Android arm Builder (dbg)/ full-build-linux.zip", 300 "gs://chromium-android-archive/chromium.android.fyi/Android arm Builder (d bg)/full-build-linux.zip",
301 "--build_revision", 301 "--build_revision",
302 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 302 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
303 "--master-name", 303 "--master-name",
304 "chromium.android", 304 "chromium.android.fyi",
305 "--build-number", 305 "--build-number",
306 "571" 306 "571"
307 ], 307 ],
308 "name": "extract build" 308 "name": "extract build"
309 }, 309 },
310 { 310 {
311 "cmd": [ 311 "cmd": [
312 "python", 312 "python",
313 "-u", 313 "-u",
314 "[SLAVE_BUILD]/src/build/symlink.py", 314 "[SLAVE_BUILD]/src/build/symlink.py",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 ] 553 ]
554 }, 554 },
555 { 555 {
556 "cmd": [ 556 "cmd": [
557 "python", 557 "python",
558 "-u", 558 "-u",
559 "RECIPE_MODULE[build::chromium_android]/resources/test_results_presentatio n.py", 559 "RECIPE_MODULE[build::chromium_android]/resources/test_results_presentatio n.py",
560 "--json-file", 560 "--json-file",
561 "{\"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\": \"FAILURE\"}]}]}", 561 "{\"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\": \"FAILURE\"}]}]}",
562 "--master-name", 562 "--master-name",
563 "chromium.android" 563 "chromium.android.fyi"
564 ], 564 ],
565 "env": { 565 "env": {
566 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 566 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
567 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 567 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
568 }, 568 },
569 "name": "ChromePublicTest: generate result details", 569 "name": "ChromePublicTest: generate result details",
570 "stdout": "/path/to/tmp/", 570 "stdout": "/path/to/tmp/",
571 "~followup_annotations": [ 571 "~followup_annotations": [
572 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", 572 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@",
573 "@@@STEP_LOG_LINE@result_details@<!DOCTYPE html><html></html>@@@", 573 "@@@STEP_LOG_LINE@result_details@<!DOCTYPE html><html></html>@@@",
574 "@@@STEP_LOG_END@result_details@@@" 574 "@@@STEP_LOG_END@result_details@@@"
575 ] 575 ]
576 }, 576 },
577 { 577 {
578 "cmd": [ 578 "cmd": [
579 "python", 579 "python",
580 "-u", 580 "-u",
581 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py", 581 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
582 "--input-json", 582 "--input-json",
583 "{\"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\": \"FAILURE\"}]}]}", 583 "{\"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\": \"FAILURE\"}]}]}",
584 "--master-name", 584 "--master-name",
585 "chromium.android", 585 "chromium.android.fyi",
586 "--builder-name", 586 "--builder-name",
587 "Lollipop Low-end Tester", 587 "Lollipop Low-end Tester",
588 "--build-number", 588 "--build-number",
589 "571", 589 "571",
590 "--test-type", 590 "--test-type",
591 "ChromePublicTest", 591 "ChromePublicTest",
592 "--test-results-server", 592 "--test-results-server",
593 "test-results.appspot.com", 593 "test-results.appspot.com",
594 "--chrome-revision", 594 "--chrome-revision",
595 "refs/heads/master@{#170242}" 595 "refs/heads/master@{#170242}"
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 "@@@STEP_LOG_END@python.inline@@@" 722 "@@@STEP_LOG_END@python.inline@@@"
723 ] 723 ]
724 }, 724 },
725 { 725 {
726 "name": "$result", 726 "name": "$result",
727 "reason": "1 tests failed: ['ChromePublicTest']", 727 "reason": "1 tests failed: ['ChromePublicTest']",
728 "recipe_result": null, 728 "recipe_result": null,
729 "status_code": 1 729 "status_code": 1
730 } 730 }
731 ] 731 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698