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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_mac_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.mac", 8 "chromium.mac",
9 "--builder", 9 "--builder",
10 "Mac10.9 Tests", 10 "Mac10.9 Tests",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "--build-number", 225 "--build-number",
226 "571" 226 "571"
227 ], 227 ],
228 "cwd": "[SLAVE_BUILD]", 228 "cwd": "[SLAVE_BUILD]",
229 "name": "extract build" 229 "name": "extract build"
230 }, 230 },
231 { 231 {
232 "cmd": [ 232 "cmd": [
233 "python", 233 "python",
234 "-u", 234 "-u",
235 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 235 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
236 "--build-dir", 236 "--build-dir",
237 "[SLAVE_BUILD]/src/out/Release", 237 "[SLAVE_BUILD]/src/out/Release",
238 "--output-json", 238 "--output-json",
239 "/path/to/tmp/json" 239 "/path/to/tmp/json"
240 ], 240 ],
241 "cwd": "[SLAVE_BUILD]", 241 "cwd": "[SLAVE_BUILD]",
242 "name": "find isolated tests", 242 "name": "find isolated tests",
243 "~followup_annotations": [ 243 "~followup_annotations": [
244 "@@@STEP_LOG_LINE@json.output@{@@@", 244 "@@@STEP_LOG_LINE@json.output@{@@@",
245 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 245 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 "@@@STEP_LOG_LINE@outdir_json@}@@@", 464 "@@@STEP_LOG_LINE@outdir_json@}@@@",
465 "@@@STEP_LOG_END@outdir_json@@@" 465 "@@@STEP_LOG_END@outdir_json@@@"
466 ] 466 ]
467 }, 467 },
468 { 468 {
469 "name": "$result", 469 "name": "$result",
470 "recipe_result": null, 470 "recipe_result": null,
471 "status_code": 0 471 "status_code": 0
472 } 472 }
473 ] 473 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698