OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.dart", | 8 "client.dart", |
9 "--builder", | 9 "--builder", |
10 "test-coverage-be", | 10 "test-coverage-be", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': False, 'name': 'sdk', 'url': 'https://chromium.googlesource.c
om/external/github.com/dart-lang/sdk.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'sdk', 'url': 'https://chromium.googlesource.com/external/github.
com/dart-lang/sdk.git'}]", |
15 "--root", | 15 "--root", |
16 "sdk", | 16 "sdk", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{}", | 18 "{}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "sdk@HEAD", | 24 "sdk@HEAD", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"HEAD\"@@@", |
38 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"sdk\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"sdk\", @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"sdk\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"sdk\", @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
45 "@@@STEP_LOG_LINE@json.output@}@@@", | 46 "@@@STEP_LOG_LINE@json.output@}@@@", |
46 "@@@STEP_LOG_END@json.output@@@" | 47 "@@@STEP_LOG_END@json.output@@@" |
47 ] | 48 ] |
48 }, | 49 }, |
49 { | 50 { |
50 "cmd": [ | 51 "cmd": [ |
51 "python", | 52 "python", |
52 "-u", | 53 "-u", |
53 "[CWD]/sdk/tools/clean_output_directory.py" | 54 "[SLAVE_BUILD]/sdk/tools/clean_output_directory.py" |
54 ], | 55 ], |
55 "cwd": "[CWD]/sdk", | 56 "cwd": "[SLAVE_BUILD]/sdk", |
56 "name": "clobber" | 57 "name": "clobber" |
57 }, | 58 }, |
58 { | 59 { |
59 "cmd": [ | 60 "cmd": [ |
60 "python", | 61 "python", |
61 "-u", | 62 "-u", |
62 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
63 "runhooks" | 64 "runhooks" |
64 ], | 65 ], |
| 66 "cwd": "[SLAVE_BUILD]", |
65 "env": { | 67 "env": { |
66 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 68 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
67 }, | 69 }, |
68 "name": "gclient runhooks" | 70 "name": "gclient runhooks" |
69 }, | 71 }, |
70 { | 72 { |
71 "cmd": [ | 73 "cmd": [ |
72 "python", | 74 "python", |
73 "-u", | 75 "-u", |
74 "[CWD]/sdk/tools/task_kill.py", | 76 "[SLAVE_BUILD]/sdk/tools/task_kill.py", |
75 "--kill_browsers=True" | 77 "--kill_browsers=True" |
76 ], | 78 ], |
77 "cwd": "[CWD]/sdk", | 79 "cwd": "[SLAVE_BUILD]/sdk", |
78 "name": "taskkill before building" | 80 "name": "taskkill before building" |
79 }, | 81 }, |
80 { | 82 { |
81 "cmd": [ | 83 "cmd": [ |
82 "python", | 84 "python", |
83 "-u", | 85 "-u", |
84 "[CWD]/sdk/tools/build.py", | 86 "[SLAVE_BUILD]/sdk/tools/build.py", |
85 "-mrelease", | 87 "-mrelease", |
86 "--arch=x64", | 88 "--arch=x64", |
87 "runtime" | 89 "runtime" |
88 ], | 90 ], |
89 "cwd": "[CWD]/sdk", | 91 "cwd": "[SLAVE_BUILD]/sdk", |
90 "env": { | 92 "env": { |
91 "CC": "third_party/clang/linux/bin/clang", | 93 "CC": "third_party/clang/linux/bin/clang", |
92 "CXX": "third_party/clang/linux/bin/clang++" | 94 "CXX": "third_party/clang/linux/bin/clang++" |
93 }, | 95 }, |
94 "name": "build dart" | 96 "name": "build dart" |
95 }, | 97 }, |
96 { | 98 { |
97 "cmd": [ | 99 "cmd": [ |
98 "python", | 100 "python", |
99 "-u", | 101 "-u", |
100 "[CWD]/sdk/tools/test.py", | 102 "[SLAVE_BUILD]/sdk/tools/test.py", |
101 "-mrelease", | 103 "-mrelease", |
102 "--arch=x64", | 104 "--arch=x64", |
103 "--progress=line", | 105 "--progress=line", |
104 "--report", | 106 "--report", |
105 "--time", | 107 "--time", |
106 "--failure-summary", | 108 "--failure-summary", |
107 "--write-debug-log", | 109 "--write-debug-log", |
108 "--write-test-outcome-log", | 110 "--write-test-outcome-log", |
109 "--copy-coredumps" | 111 "--copy-coredumps" |
110 ], | 112 ], |
111 "cwd": "[CWD]/sdk", | 113 "cwd": "[SLAVE_BUILD]/sdk", |
112 "name": "vm tests" | 114 "name": "vm tests" |
113 }, | 115 }, |
114 { | 116 { |
115 "cmd": [ | 117 "cmd": [ |
116 "python", | 118 "python", |
117 "-u", | 119 "-u", |
118 "[CWD]/sdk/tools/test.py", | 120 "[SLAVE_BUILD]/sdk/tools/test.py", |
119 "-mrelease", | 121 "-mrelease", |
120 "--arch=x64", | 122 "--arch=x64", |
121 "--progress=line", | 123 "--progress=line", |
122 "--report", | 124 "--report", |
123 "--time", | 125 "--time", |
124 "--failure-summary", | 126 "--failure-summary", |
125 "--write-debug-log", | 127 "--write-debug-log", |
126 "--write-test-outcome-log", | 128 "--write-test-outcome-log", |
127 "--copy-coredumps", | 129 "--copy-coredumps", |
128 "--checked" | 130 "--checked" |
129 ], | 131 ], |
130 "cwd": "[CWD]/sdk", | 132 "cwd": "[SLAVE_BUILD]/sdk", |
131 "name": "checked vm tests" | 133 "name": "checked vm tests" |
132 }, | 134 }, |
133 { | 135 { |
134 "cmd": [ | 136 "cmd": [ |
135 "python", | 137 "python", |
136 "-u", | 138 "-u", |
137 "[CWD]/sdk/tools/task_kill.py", | 139 "[SLAVE_BUILD]/sdk/tools/task_kill.py", |
138 "--kill_browsers=True" | 140 "--kill_browsers=True" |
139 ], | 141 ], |
140 "cwd": "[CWD]/sdk", | 142 "cwd": "[SLAVE_BUILD]/sdk", |
141 "name": "taskkill after testing" | 143 "name": "taskkill after testing" |
142 }, | 144 }, |
143 { | 145 { |
144 "name": "$result", | 146 "name": "$result", |
145 "recipe_result": null, | 147 "recipe_result": null, |
146 "status_code": 0 | 148 "status_code": 0 |
147 } | 149 } |
148 ] | 150 ] |
OLD | NEW |