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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing_with_no_source_file_changes.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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 ] 118 ]
119 }, 119 },
120 { 120 {
121 "cmd": [], 121 "cmd": [],
122 "name": "ensure_goma" 122 "name": "ensure_goma"
123 }, 123 },
124 { 124 {
125 "cmd": [ 125 "cmd": [
126 "python", 126 "python",
127 "-u", 127 "-u",
128 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 128 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
129 "--platform", 129 "--platform",
130 "windows-amd64", 130 "windows-amd64",
131 "--dest-directory", 131 "--dest-directory",
132 "[SLAVE_BUILD]\\cipd", 132 "[SLAVE_BUILD]\\cipd",
133 "--json-output", 133 "--json-output",
134 "/path/to/tmp/json" 134 "/path/to/tmp/json"
135 ], 135 ],
136 "name": "ensure_goma.install cipd", 136 "name": "ensure_goma.install cipd",
137 "~followup_annotations": [ 137 "~followup_annotations": [
138 "@@@STEP_NEST_LEVEL@1@@@", 138 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 "import sys; sys.exit(0)" 351 "import sys; sys.exit(0)"
352 ], 352 ],
353 "name": "mark: before_tests" 353 "name": "mark: before_tests"
354 }, 354 },
355 { 355 {
356 "name": "$result", 356 "name": "$result",
357 "recipe_result": null, 357 "recipe_result": null,
358 "status_code": 0 358 "status_code": 0
359 } 359 }
360 ] 360 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698