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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_linux_gpu.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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Tests", 10 "Linux Tests",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "--build-number", 220 "--build-number",
221 "571" 221 "571"
222 ], 222 ],
223 "cwd": "[SLAVE_BUILD]", 223 "cwd": "[SLAVE_BUILD]",
224 "name": "extract build" 224 "name": "extract build"
225 }, 225 },
226 { 226 {
227 "cmd": [ 227 "cmd": [
228 "python", 228 "python",
229 "-u", 229 "-u",
230 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 230 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
231 "--build-dir", 231 "--build-dir",
232 "[SLAVE_BUILD]/src/out/Release", 232 "[SLAVE_BUILD]/src/out/Release",
233 "--output-json", 233 "--output-json",
234 "/path/to/tmp/json" 234 "/path/to/tmp/json"
235 ], 235 ],
236 "cwd": "[SLAVE_BUILD]", 236 "cwd": "[SLAVE_BUILD]",
237 "name": "find isolated tests", 237 "name": "find isolated tests",
238 "~followup_annotations": [ 238 "~followup_annotations": [
239 "@@@STEP_LOG_LINE@json.output@{@@@", 239 "@@@STEP_LOG_LINE@json.output@{@@@",
240 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 240 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "@@@STEP_LOG_LINE@outdir_json@}@@@", 348 "@@@STEP_LOG_LINE@outdir_json@}@@@",
349 "@@@STEP_LOG_END@outdir_json@@@" 349 "@@@STEP_LOG_END@outdir_json@@@"
350 ] 350 ]
351 }, 351 },
352 { 352 {
353 "name": "$result", 353 "name": "$result",
354 "recipe_result": null, 354 "recipe_result": null,
355 "status_code": 0 355 "status_code": 0
356 } 356 }
357 ] 357 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698