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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___debug_builder.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
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 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux64 - debug builder", 10 "V8 Linux64 - debug builder",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 { 134 {
135 "cmd": [ 135 "cmd": [
136 "python", 136 "python",
137 "-u", 137 "-u",
138 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 138 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
139 "runhooks" 139 "runhooks"
140 ], 140 ],
141 "cwd": "[SLAVE_BUILD]/v8", 141 "cwd": "[SLAVE_BUILD]/v8",
142 "env": { 142 "env": {
143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
144 "GYP_CHROMIUM_NO_ACTION": "1",
144 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' has_valgrind=1 jsfunfuzz=1 tar get_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_ optimized_debug=1 v8_target_arch=x64", 145 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' has_valgrind=1 jsfunfuzz=1 tar get_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_ optimized_debug=1 v8_target_arch=x64",
145 "GYP_GENERATORS": "ninja", 146 "GYP_GENERATORS": "ninja",
146 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 147 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
147 }, 148 },
148 "name": "gclient runhooks" 149 "name": "gclient runhooks"
149 }, 150 },
150 { 151 {
151 "cmd": [ 152 "cmd": [
152 "python", 153 "python",
153 "-u", 154 "-u",
154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 155 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
155 "--show-path", 156 "--show-path",
156 "python", 157 "python",
157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 158 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
158 ], 159 ],
159 "name": "cleanup_temp" 160 "name": "cleanup_temp"
160 }, 161 },
161 { 162 {
162 "cmd": [ 163 "cmd": [
163 "python", 164 "python",
164 "-u", 165 "-u",
166 "[SLAVE_BUILD]/v8/tools/mb/mb.py",
167 "gen",
168 "-m",
169 "client.v8",
170 "-b",
171 "V8 Linux64 - debug builder",
172 "--config-file",
173 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
174 "--goma-dir",
175 "[CACHE]/cipd/goma",
176 "--gyp-script=gypfiles/gyp_v8",
177 "//out/Debug"
178 ],
179 "env": {
180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
181 },
182 "name": "generate_build_files"
183 },
184 {
185 "cmd": [
186 "python",
187 "-u",
165 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", 188 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py",
166 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", 189 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
167 "/path/to/tmp/" 190 "/path/to/tmp/"
168 ], 191 ],
169 "name": "patch mb config (fyi)" 192 "name": "patch mb config (fyi)"
170 }, 193 },
171 { 194 {
172 "cmd": [ 195 "cmd": [
173 "python", 196 "python",
174 "-u", 197 "-u",
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 "~followup_annotations": [ 437 "~followup_annotations": [
415 "@@@STEP_TEXT@V8 Fuzzer<br />V8 Linux64 - debug<br />V8 Linux64 - debug - avx2@@@" 438 "@@@STEP_TEXT@V8 Fuzzer<br />V8 Linux64 - debug<br />V8 Linux64 - debug - avx2@@@"
416 ] 439 ]
417 }, 440 },
418 { 441 {
419 "name": "$result", 442 "name": "$result",
420 "recipe_result": null, 443 "recipe_result": null,
421 "status_code": 0 444 "status_code": 0
422 } 445 }
423 ] 446 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698