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

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_push.expected/standard.json

Issue 2290463002: V8: Remove legacy svn deps variable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix file 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 | Annotate | Revision Log
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 "--master", 18 "--master",
19 "client.v8.fyi", 19 "client.v8.fyi",
20 "--builder", 20 "--builder",
21 "TestBuilder", 21 "TestBuilder",
22 "--slave", 22 "--slave",
23 "TestSlavename", 23 "TestSlavename",
24 "--spec", 24 "--spec",
25 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk' : 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'} ]", 25 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
26 "--root", 26 "--root",
27 "v8", 27 "v8",
28 "--revision_mapping_file", 28 "--revision_mapping_file",
29 "{\"v8\": \"got_revision\"}", 29 "{\"v8\": \"got_revision\"}",
30 "--git-cache-dir", 30 "--git-cache-dir",
31 "[GIT_CACHE]", 31 "[GIT_CACHE]",
32 "--output_json", 32 "--output_json",
33 "/path/to/tmp/json", 33 "/path/to/tmp/json",
34 "--revision", 34 "--revision",
35 "v8@HEAD", 35 "v8@HEAD",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 ], 99 ],
100 "cwd": "[SLAVE_BUILD]/v8", 100 "cwd": "[SLAVE_BUILD]/v8",
101 "name": "push candidate" 101 "name": "push candidate"
102 }, 102 },
103 { 103 {
104 "name": "$result", 104 "name": "$result",
105 "recipe_result": null, 105 "recipe_result": null,
106 "status_code": 0 106 "status_code": 0
107 } 107 }
108 ] 108 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698