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

Side by Side Diff: scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_win_debug_x86.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 "client.fletch",
18 "--builder",
19 "dartino-win-debug-x86",
20 "--slave",
21 "TestSlave",
22 "--spec", 16 "--spec",
23 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'sdk', 'url': 'https://github.com/dartino/sdk.git'}]", 17 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'sdk', 'url': 'https://github.com/dartino/sdk.git'}]",
24 "--root", 18 "--root",
25 "sdk", 19 "sdk",
26 "--revision_mapping_file", 20 "--revision_mapping_file",
27 "{}", 21 "{}",
28 "--git-cache-dir", 22 "--git-cache-dir",
29 "[GIT_CACHE]", 23 "[GIT_CACHE]",
30 "--output_json", 24 "--output_json",
31 "/path/to/tmp/json", 25 "/path/to/tmp/json",
32 "--revision", 26 "--revision",
33 "sdk@123456789abcdef", 27 "sdk@123456789abcdef",
34 "--force",
35 "--no_shallow", 28 "--no_shallow",
36 "--output_manifest" 29 "--output_manifest"
37 ], 30 ],
38 "cwd": "[SLAVE_BUILD]", 31 "cwd": "[SLAVE_BUILD]",
39 "env": { 32 "env": {
40 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" 33 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
41 }, 34 },
42 "name": "bot_update", 35 "name": "bot_update",
43 "~followup_annotations": [ 36 "~followup_annotations": [
44 "@@@STEP_TEXT@Some step text@@@", 37 "@@@STEP_TEXT@Some step text@@@",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 ], 96 ],
104 "cwd": "[SLAVE_BUILD]/sdk", 97 "cwd": "[SLAVE_BUILD]/sdk",
105 "name": "Taskkill (2)" 98 "name": "Taskkill (2)"
106 }, 99 },
107 { 100 {
108 "name": "$result", 101 "name": "$result",
109 "recipe_result": null, 102 "recipe_result": null,
110 "status_code": 0 103 "status_code": 0
111 } 104 }
112 ] 105 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698