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

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

Issue 1694383003: build: Bot_update refactor recipe roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Disable for cronet and swarming Created 4 years, 10 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 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
11 { 11 {
12 "cmd": [ 12 "cmd": [
13 "python", 13 "python",
14 "-u", 14 "-u",
15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
16 "--master",
17 "tryserver.v8",
18 "--builder",
19 "v8_win_dbg",
20 "--slave",
21 "TestSlavename",
22 "--spec", 16 "--spec",
23 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", 17 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
24 "--root", 18 "--root",
25 "v8", 19 "v8",
26 "--revision_mapping_file", 20 "--revision_mapping_file",
27 "{\"v8\": \"got_revision\"}", 21 "{\"v8\": \"got_revision\"}",
28 "--git-cache-dir", 22 "--git-cache-dir",
29 "[GIT_CACHE]", 23 "[GIT_CACHE]",
30 "--issue", 24 "--issue",
31 "12853011", 25 "12853011",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 158 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
165 "@@@STEP_LOG_END@durations@@@" 159 "@@@STEP_LOG_END@durations@@@"
166 ] 160 ]
167 }, 161 },
168 { 162 {
169 "name": "$result", 163 "name": "$result",
170 "recipe_result": null, 164 "recipe_result": null,
171 "status_code": 0 165 "status_code": 0
172 } 166 }
173 ] 167 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698