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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64.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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 { 142 {
143 "cmd": [ 143 "cmd": [
144 "python", 144 "python",
145 "-u", 145 "-u",
146 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 146 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
147 "runhooks" 147 "runhooks"
148 ], 148 ],
149 "cwd": "[SLAVE_BUILD]\\v8", 149 "cwd": "[SLAVE_BUILD]\\v8",
150 "env": { 150 "env": {
151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
152 "GYP_CHROMIUM_NO_ACTION": "1",
153 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 gomadir='[CACHE]\\cipd\\gom a' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", 152 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 gomadir='[CACHE]\\cipd\\gom a' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64",
154 "GYP_GENERATORS": "ninja", 153 "GYP_GENERATORS": "ninja",
155 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 154 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
156 }, 155 },
157 "name": "gclient runhooks" 156 "name": "gclient runhooks"
158 }, 157 },
159 { 158 {
160 "cmd": [ 159 "cmd": [
161 "python", 160 "python",
162 "-u", 161 "-u",
163 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 162 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
164 "--show-path", 163 "--show-path",
165 "python", 164 "python",
166 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 165 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
167 ], 166 ],
168 "name": "cleanup_temp" 167 "name": "cleanup_temp"
169 }, 168 },
170 { 169 {
171 "cmd": [ 170 "cmd": [
172 "python",
173 "-u",
174 "[SLAVE_BUILD]\\v8\\tools\\mb\\mb.py",
175 "gen",
176 "-m",
177 "client.v8",
178 "-b",
179 "V8 Win64",
180 "--config-file",
181 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
182 "--goma-dir",
183 "[CACHE]\\cipd\\goma",
184 "--gyp-script=gypfiles\\gyp_v8",
185 "//out/Release_x64"
186 ],
187 "env": {
188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
189 },
190 "name": "generate_build_files",
191 "stdout": "/path/to/tmp/",
192 "~followup_annotations": [
193 "@@@STEP_LOG_LINE@stdout@some line@@@",
194 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
195 "@@@STEP_LOG_LINE@stdout@moar@@@",
196 "@@@STEP_LOG_END@stdout@@@",
197 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
198 "@@@STEP_LOG_LINE@diff@- chromium_win_pch: 0@@@",
199 "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@",
200 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]\\cipd\\goma'@@@",
201 "@@@STEP_LOG_LINE@diff@ target_arch: x64@@@",
202 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@",
203 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
204 "@@@STEP_LOG_END@diff@@@",
205 "@@@STEP_WARNINGS@@@"
206 ]
207 },
208 {
209 "cmd": [
210 "python", 171 "python",
211 "-u", 172 "-u",
212 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 173 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
213 "--show-path", 174 "--show-path",
214 "python", 175 "python",
215 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 176 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
216 "--gsutil-py-path", 177 "--gsutil-py-path",
217 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 178 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
218 "--ninja-path", 179 "--ninja-path",
219 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 180 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 907 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
947 "@@@STEP_LOG_END@durations@@@" 908 "@@@STEP_LOG_END@durations@@@"
948 ] 909 ]
949 }, 910 },
950 { 911 {
951 "name": "$result", 912 "name": "$result",
952 "recipe_result": null, 913 "recipe_result": null,
953 "status_code": 0 914 "status_code": 0
954 } 915 }
955 ] 916 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698