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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang.json

Issue 1892943002: Add a copy of the "WinClang64 (dbg)" bot to the main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: trybot Created 4 years, 8 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
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_win_WinClang64__dbg_.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 { 143 {
144 "cmd": [ 144 "cmd": [
145 "python", 145 "python",
146 "-u", 146 "-u",
147 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 147 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
148 "--output", 148 "--output",
149 "/path/to/tmp/json", 149 "/path/to/tmp/json",
150 "--", 150 "--",
151 "--build-config-fs", 151 "--build-config-fs",
152 "Debug_x64", 152 "Debug_x64",
153 "--use-src-side-runtest-py",
153 "--paths", 154 "--paths",
154 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 155 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
155 "--properties", 156 "--properties",
156 "{\"buildername\": \"win_clang\", \"buildnumber\": 571, \"mastername\": \" tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" 157 "{\"buildername\": \"win_clang\", \"buildnumber\": 571, \"mastername\": \" tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}"
157 ], 158 ],
158 "cwd": "[SLAVE_BUILD]", 159 "cwd": "[SLAVE_BUILD]",
159 "name": "get compile targets for scripts", 160 "name": "get compile targets for scripts",
160 "~followup_annotations": [ 161 "~followup_annotations": [
161 "@@@STEP_LOG_LINE@json.output@{}@@@", 162 "@@@STEP_LOG_LINE@json.output@{}@@@",
162 "@@@STEP_LOG_END@json.output@@@" 163 "@@@STEP_LOG_END@json.output@@@"
163 ] 164 ]
164 }, 165 },
165 { 166 {
166 "cmd": [ 167 "cmd": [
167 "python", 168 "python",
168 "-u", 169 "-u",
169 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 170 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
170 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", 171 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json",
171 "/path/to/tmp/json" 172 "/path/to/tmp/json"
172 ], 173 ],
173 "cwd": "[SLAVE_BUILD]", 174 "cwd": "[SLAVE_BUILD]",
174 "name": "read test spec", 175 "name": "read test spec",
175 "~followup_annotations": [ 176 "~followup_annotations": [
176 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js on@@@", 177 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@",
177 "@@@STEP_LOG_LINE@json.output@{}@@@", 178 "@@@STEP_LOG_LINE@json.output@{}@@@",
178 "@@@STEP_LOG_END@json.output@@@" 179 "@@@STEP_LOG_END@json.output@@@"
179 ] 180 ]
180 }, 181 },
181 { 182 {
182 "cmd": [ 183 "cmd": [
183 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 184 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
184 ], 185 ],
185 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 186 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
186 "name": "ensure git tooling on windows" 187 "name": "ensure git tooling on windows"
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 ], 358 ],
358 "cwd": "[SLAVE_BUILD]", 359 "cwd": "[SLAVE_BUILD]",
359 "name": "mark: before_tests" 360 "name": "mark: before_tests"
360 }, 361 },
361 { 362 {
362 "name": "$result", 363 "name": "$result",
363 "recipe_result": null, 364 "recipe_result": null,
364 "status_code": 0 365 "status_code": 0
365 } 366 }
366 ] 367 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_win_WinClang64__dbg_.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698