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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.json

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint Created 4 years, 4 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_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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 ] 135 ]
136 }, 136 },
137 { 137 {
138 "cmd": [], 138 "cmd": [],
139 "name": "ensure_goma" 139 "name": "ensure_goma"
140 }, 140 },
141 { 141 {
142 "cmd": [ 142 "cmd": [
143 "python", 143 "python",
144 "-u", 144 "-u",
145 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 145 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
146 "--platform", 146 "--platform",
147 "windows-amd64", 147 "windows-amd64",
148 "--dest-directory", 148 "--dest-directory",
149 "[SLAVE_BUILD]\\cipd", 149 "[SLAVE_BUILD]\\cipd",
150 "--json-output", 150 "--json-output",
151 "/path/to/tmp/json" 151 "/path/to/tmp/json"
152 ], 152 ],
153 "name": "ensure_goma.install cipd", 153 "name": "ensure_goma.install cipd",
154 "~followup_annotations": [ 154 "~followup_annotations": [
155 "@@@STEP_NEST_LEVEL@1@@@", 155 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "cmd": [], 425 "cmd": [],
426 "name": "test r1.ensure_goma", 426 "name": "test r1.ensure_goma",
427 "~followup_annotations": [ 427 "~followup_annotations": [
428 "@@@STEP_NEST_LEVEL@1@@@" 428 "@@@STEP_NEST_LEVEL@1@@@"
429 ] 429 ]
430 }, 430 },
431 { 431 {
432 "cmd": [ 432 "cmd": [
433 "python", 433 "python",
434 "-u", 434 "-u",
435 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 435 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
436 "--platform", 436 "--platform",
437 "windows-amd64", 437 "windows-amd64",
438 "--dest-directory", 438 "--dest-directory",
439 "[SLAVE_BUILD]\\cipd", 439 "[SLAVE_BUILD]\\cipd",
440 "--json-output", 440 "--json-output",
441 "/path/to/tmp/json" 441 "/path/to/tmp/json"
442 ], 442 ],
443 "name": "test r1.ensure_goma.install cipd", 443 "name": "test r1.ensure_goma.install cipd",
444 "~followup_annotations": [ 444 "~followup_annotations": [
445 "@@@STEP_NEST_LEVEL@2@@@", 445 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 "@@@STEP_LOG_END@report@@@", 873 "@@@STEP_LOG_END@report@@@",
874 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 874 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
875 ] 875 ]
876 }, 876 },
877 { 877 {
878 "name": "$result", 878 "name": "$result",
879 "recipe_result": null, 879 "recipe_result": null,
880 "status_code": 0 880 "status_code": 0
881 } 881 }
882 ] 882 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698