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

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_push.expected/rolling_deactivated.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/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
11 "name": "cleanup_temp" 11 "name": "cleanup_temp"
12 }, 12 },
13 { 13 {
14 "cmd": [ 14 "cmd": [
15 "python", 15 "python",
16 "-u", 16 "-u",
17 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 17 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
18 "--spec", 18 "--spec",
19 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", 19 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
20 "--root", 20 "--patch_root",
21 "v8", 21 "v8",
22 "--revision_mapping_file", 22 "--revision_mapping_file",
23 "{\"v8\": \"got_revision\"}", 23 "{\"v8\": \"got_revision\"}",
24 "--git-cache-dir", 24 "--git-cache-dir",
25 "[GIT_CACHE]", 25 "[GIT_CACHE]",
26 "--output_json", 26 "--output_json",
27 "/path/to/tmp/json", 27 "/path/to/tmp/json",
28 "--revision", 28 "--revision",
29 "v8@HEAD", 29 "v8@HEAD",
30 "--no_shallow", 30 "--no_shallow",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "@@@STEP_LOG_LINE@stdout@0@@@", 76 "@@@STEP_LOG_LINE@stdout@0@@@",
77 "@@@STEP_LOG_END@stdout@@@" 77 "@@@STEP_LOG_END@stdout@@@"
78 ] 78 ]
79 }, 79 },
80 { 80 {
81 "name": "$result", 81 "name": "$result",
82 "recipe_result": null, 82 "recipe_result": null,
83 "status_code": 0 83 "status_code": 0
84 } 84 }
85 ] 85 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698