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

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

Issue 2071863002: V8: Switch linux64 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
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_avx2_rel_ng.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux64_rel_ng", 10 "v8_linux64_rel_ng",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 { 140 {
141 "cmd": [ 141 "cmd": [
142 "python", 142 "python",
143 "-u", 143 "-u",
144 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 144 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
145 "runhooks" 145 "runhooks"
146 ], 146 ],
147 "cwd": "[SLAVE_BUILD]/v8", 147 "cwd": "[SLAVE_BUILD]/v8",
148 "env": { 148 "env": {
149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
150 "GYP_CHROMIUM_NO_ACTION": "1",
150 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", 151 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64",
151 "GYP_GENERATORS": "ninja", 152 "GYP_GENERATORS": "ninja",
152 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 153 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
153 }, 154 },
154 "name": "gclient runhooks" 155 "name": "gclient runhooks"
155 }, 156 },
156 { 157 {
157 "cmd": [ 158 "cmd": [
158 "python", 159 "python",
159 "-u", 160 "-u",
160 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 161 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
161 "--show-path", 162 "--show-path",
162 "python", 163 "python",
163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 164 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
164 ], 165 ],
165 "name": "cleanup_temp" 166 "name": "cleanup_temp"
166 }, 167 },
167 { 168 {
168 "cmd": [ 169 "cmd": [
169 "python", 170 "python",
170 "-u", 171 "-u",
172 "[SLAVE_BUILD]/v8/tools/mb/mb.py",
173 "gen",
174 "-m",
175 "tryserver.v8",
176 "-b",
177 "v8_linux64_rel_ng",
178 "--config-file",
179 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
180 "--goma-dir",
181 "[CACHE]/cipd/goma",
182 "--gyp-script=gypfiles/gyp_v8",
183 "//out/Release"
184 ],
185 "env": {
186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
187 },
188 "name": "generate_build_files"
189 },
190 {
191 "cmd": [
192 "python",
193 "-u",
171 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", 194 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py",
172 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", 195 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
173 "/path/to/tmp/" 196 "/path/to/tmp/"
174 ], 197 ],
175 "name": "patch mb config (fyi)" 198 "name": "patch mb config (fyi)"
176 }, 199 },
177 { 200 {
178 "cmd": [ 201 "cmd": [
179 "python", 202 "python",
180 "-u", 203 "-u",
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "~followup_annotations": [ 359 "~followup_annotations": [
337 "@@@STEP_TEXT@v8_linux64_rel_ng_triggered@@@" 360 "@@@STEP_TEXT@v8_linux64_rel_ng_triggered@@@"
338 ] 361 ]
339 }, 362 },
340 { 363 {
341 "name": "$result", 364 "name": "$result",
342 "recipe_result": null, 365 "recipe_result": null,
343 "status_code": 0 366 "status_code": 0
344 } 367 }
345 ] 368 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_avx2_rel_ng.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698