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

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

Issue 2331563002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 18 matching lines...) Expand all
29 "@@@STEP_LOG_END@python.inline@@@" 29 "@@@STEP_LOG_END@python.inline@@@"
30 ] 30 ]
31 }, 31 },
32 { 32 {
33 "cmd": [ 33 "cmd": [
34 "python", 34 "python",
35 "-u", 35 "-u",
36 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 36 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
37 "--spec", 37 "--spec",
38 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 38 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
39 "--root", 39 "--patch_root",
40 "src\\third_party\\skia", 40 "src\\third_party\\skia",
41 "--revision_mapping_file", 41 "--revision_mapping_file",
42 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 42 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
43 "--git-cache-dir", 43 "--git-cache-dir",
44 "[GIT_CACHE]", 44 "[GIT_CACHE]",
45 "--issue", 45 "--issue",
46 "12853011", 46 "12853011",
47 "--patchset", 47 "--patchset",
48 "1", 48 "1",
49 "--rietveld_server", 49 "--rietveld_server",
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 597 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
598 }, 598 },
599 "name": "process_dumps" 599 "name": "process_dumps"
600 }, 600 },
601 { 601 {
602 "name": "$result", 602 "name": "$result",
603 "recipe_result": null, 603 "recipe_result": null,
604 "status_code": 0 604 "status_code": 0
605 } 605 }
606 ] 606 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698