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

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

Issue 1933223002: Chromium: make use of new get_files_affected_by_patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "linux_blink_dbg", 10 "linux_blink_dbg",
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "cmd": [ 226 "cmd": [
227 "git", 227 "git",
228 "diff", 228 "diff",
229 "--cached", 229 "--cached",
230 "--name-only" 230 "--name-only"
231 ], 231 ],
232 "cwd": "[SLAVE_BUILD]/src", 232 "cwd": "[SLAVE_BUILD]/src",
233 "name": "git diff to analyze patch", 233 "name": "git diff to analyze patch",
234 "stdout": "/path/to/tmp/", 234 "stdout": "/path/to/tmp/",
235 "~followup_annotations": [ 235 "~followup_annotations": [
236 "@@@STEP_LOG_LINE@files@foo.cc@@@", 236 "@@@STEP_LOG_LINE@files@src/foo.cc@@@",
237 "@@@STEP_LOG_END@files@@@", 237 "@@@STEP_LOG_END@files@@@",
238 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 238 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
239 ] 239 ]
240 }, 240 },
241 { 241 {
242 "cmd": [ 242 "cmd": [
243 "python", 243 "python",
244 "-u", 244 "-u",
245 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 245 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
246 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 246 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@", 434 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@",
435 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/linux_blink_dbg/571/layout-test-results.zip@@@" 435 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/linux_blink_dbg/571/layout-test-results.zip@@@"
436 ] 436 ]
437 }, 437 },
438 { 438 {
439 "name": "$result", 439 "name": "$result",
440 "recipe_result": null, 440 "recipe_result": null,
441 "status_code": 0 441 "status_code": 0
442 } 442 }
443 ] 443 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698