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

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_push.expected/standard.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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 ], 92 ],
93 "cwd": "[SLAVE_BUILD]/v8", 93 "cwd": "[SLAVE_BUILD]/v8",
94 "name": "push candidate" 94 "name": "push candidate"
95 }, 95 },
96 { 96 {
97 "name": "$result", 97 "name": "$result",
98 "recipe_result": null, 98 "recipe_result": null,
99 "status_code": 0 99 "status_code": 0
100 } 100 }
101 ] 101 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698