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

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

Issue 2085953004: Revert of V8: Switch windows bots to mb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 { 121 {
122 "cmd": [ 122 "cmd": [
123 "python", 123 "python",
124 "-u", 124 "-u",
125 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 125 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
126 "runhooks" 126 "runhooks"
127 ], 127 ],
128 "cwd": "[SLAVE_BUILD]\\v8", 128 "cwd": "[SLAVE_BUILD]\\v8",
129 "env": { 129 "env": {
130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
131 "GYP_CHROMIUM_NO_ACTION": "1",
132 "GYP_DEFINES": "clang=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_ goma=1 v8_target_arch=x64", 131 "GYP_DEFINES": "clang=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_ goma=1 v8_target_arch=x64",
133 "GYP_GENERATORS": "ninja", 132 "GYP_GENERATORS": "ninja",
134 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 133 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
135 }, 134 },
136 "name": "gclient runhooks" 135 "name": "gclient runhooks"
137 }, 136 },
138 { 137 {
139 "cmd": [ 138 "cmd": [
140 "python", 139 "python",
141 "-u", 140 "-u",
142 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 141 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
143 "--show-path", 142 "--show-path",
144 "python", 143 "python",
145 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 144 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
146 ], 145 ],
147 "name": "cleanup_temp" 146 "name": "cleanup_temp"
148 }, 147 },
149 { 148 {
150 "cmd": [
151 "python",
152 "-u",
153 "[SLAVE_BUILD]\\v8\\tools\\mb\\mb.py",
154 "gen",
155 "-m",
156 "client.v8",
157 "-b",
158 "V8 Win64 - clang",
159 "--config-file",
160 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
161 "--goma-dir",
162 "[CACHE]\\cipd\\goma",
163 "--gyp-script=gypfiles\\gyp_v8",
164 "//out/Release_x64"
165 ],
166 "env": {
167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
168 },
169 "name": "generate_build_files",
170 "stdout": "/path/to/tmp/",
171 "~followup_annotations": [
172 "@@@STEP_LOG_LINE@stdout@some line@@@",
173 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
174 "@@@STEP_LOG_LINE@stdout@moar@@@",
175 "@@@STEP_LOG_END@stdout@@@",
176 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
177 "@@@STEP_LOG_LINE@diff@- clang: 1@@@",
178 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]\\cipd\\goma'@@@",
179 "@@@STEP_LOG_LINE@diff@ target_arch: x64@@@",
180 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
181 "@@@STEP_LOG_END@diff@@@",
182 "@@@STEP_WARNINGS@@@"
183 ]
184 },
185 {
186 "allow_subannotations": true, 149 "allow_subannotations": true,
187 "cmd": [ 150 "cmd": [
188 "python", 151 "python",
189 "-u", 152 "-u",
190 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", 153 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py",
191 "--src-dir", 154 "--src-dir",
192 "[SLAVE_BUILD]\\v8", 155 "[SLAVE_BUILD]\\v8",
193 "--output-json", 156 "--output-json",
194 "/path/to/tmp/json" 157 "/path/to/tmp/json"
195 ], 158 ],
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 205 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
243 "@@@STEP_LOG_END@json.output (invalid)@@@" 206 "@@@STEP_LOG_END@json.output (invalid)@@@"
244 ] 207 ]
245 }, 208 },
246 { 209 {
247 "name": "$result", 210 "name": "$result",
248 "recipe_result": null, 211 "recipe_result": null,
249 "status_code": 0 212 "status_code": 0
250 } 213 }
251 ] 214 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698