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

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

Issue 2313263002: V8: Switch on MB on older branches (Closed)
Patch Set: Created 4 years, 3 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
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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 { 126 {
127 "cmd": [ 127 "cmd": [
128 "python", 128 "python",
129 "-u", 129 "-u",
130 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 130 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
131 "runhooks" 131 "runhooks"
132 ], 132 ],
133 "cwd": "[SLAVE_BUILD]\\v8", 133 "cwd": "[SLAVE_BUILD]\\v8",
134 "env": { 134 "env": {
135 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 135 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
136 "GYP_CHROMIUM_NO_ACTION": "1",
136 "GYP_DEFINES": "fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1 v8_enable_disassembler=1 v8_target_arch=ia32", 137 "GYP_DEFINES": "fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1 v8_enable_disassembler=1 v8_target_arch=ia32",
137 "GYP_GENERATORS": "ninja", 138 "GYP_GENERATORS": "ninja",
138 "GYP_MSVS_VERSION": "2013", 139 "GYP_MSVS_VERSION": "2013",
139 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 140 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
140 }, 141 },
141 "name": "gclient runhooks" 142 "name": "gclient runhooks"
142 }, 143 },
143 { 144 {
144 "cmd": [ 145 "cmd": [
145 "python", 146 "python",
146 "-u", 147 "-u",
147 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 148 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
148 "--show-path", 149 "--show-path",
149 "python", 150 "python",
150 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 151 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
151 ], 152 ],
152 "name": "cleanup_temp" 153 "name": "cleanup_temp"
153 }, 154 },
154 { 155 {
155 "cmd": [ 156 "cmd": [
156 "python", 157 "python",
157 "-u", 158 "-u",
159 "[SLAVE_BUILD]\\v8\\tools\\mb\\mb.py",
160 "gen",
161 "-m",
162 "client.dart.fyi",
163 "-b",
164 "v8-win-release",
165 "--config-file",
166 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
167 "--goma-dir",
168 "[CACHE]\\cipd\\goma",
169 "--gyp-script=gypfiles\\gyp_v8",
170 "//out/Release"
171 ],
172 "cwd": "[SLAVE_BUILD]\\v8",
173 "env": {
174 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
175 "GYP_MSVS_VERSION": "2013"
176 },
177 "name": "generate_build_files",
178 "stdout": "/path/to/tmp/",
179 "~followup_annotations": [
180 "@@@STEP_LOG_LINE@stdout@some line@@@",
181 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
182 "@@@STEP_LOG_LINE@stdout@moar@@@",
183 "@@@STEP_LOG_END@stdout@@@"
184 ]
185 },
186 {
187 "cmd": [
188 "python",
189 "-u",
158 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 190 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
159 "[SLAVE_BUILD]\\v8\\out\\gn", 191 "[SLAVE_BUILD]\\v8\\out\\gn",
160 "511" 192 "511"
161 ], 193 ],
162 "name": "makedirs for peeking gn", 194 "name": "makedirs for peeking gn",
163 "~followup_annotations": [ 195 "~followup_annotations": [
164 "@@@STEP_LOG_LINE@python.inline@@@@", 196 "@@@STEP_LOG_LINE@python.inline@@@@",
165 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 197 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
166 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 198 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
167 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 199 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}" 327 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}"
296 ], 328 ],
297 "name": "package build" 329 "name": "package build"
298 }, 330 },
299 { 331 {
300 "name": "$result", 332 "name": "$result",
301 "recipe_result": null, 333 "recipe_result": null,
302 "status_code": 0 334 "status_code": 0
303 } 335 }
304 ] 336 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698