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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dynamorio_linux_v8_dr.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_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.dynamorio", 8 "client.dynamorio",
9 "--builder", 9 "--builder",
10 "linux-v8-dr", 10 "linux-v8-dr",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 { 117 {
118 "cmd": [ 118 "cmd": [
119 "python", 119 "python",
120 "-u", 120 "-u",
121 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 121 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
122 "runhooks" 122 "runhooks"
123 ], 123 ],
124 "cwd": "[SLAVE_BUILD]/v8", 124 "cwd": "[SLAVE_BUILD]/v8",
125 "env": { 125 "env": {
126 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 126 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
127 "GYP_CHROMIUM_NO_ACTION": "1",
127 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1 v8_ target_arch=x64", 128 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1 v8_ target_arch=x64",
128 "GYP_GENERATORS": "ninja", 129 "GYP_GENERATORS": "ninja",
129 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 130 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
130 }, 131 },
131 "name": "gclient runhooks" 132 "name": "gclient runhooks"
132 }, 133 },
133 { 134 {
134 "cmd": [ 135 "cmd": [
135 "python", 136 "python",
136 "-u", 137 "-u",
137 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 138 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
138 "--show-path", 139 "--show-path",
139 "python", 140 "python",
140 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
141 ], 142 ],
142 "name": "cleanup_temp" 143 "name": "cleanup_temp"
143 }, 144 },
144 { 145 {
145 "cmd": [ 146 "cmd": [
146 "python", 147 "python",
147 "-u", 148 "-u",
149 "[SLAVE_BUILD]/v8/tools/mb/mb.py",
150 "gen",
151 "-m",
152 "client.dynamorio",
153 "-b",
154 "linux-v8-dr",
155 "--config-file",
156 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
157 "--goma-dir",
158 "[CACHE]/cipd/goma",
159 "--gyp-script=gypfiles/gyp_v8",
160 "//out/Release"
161 ],
162 "cwd": "[SLAVE_BUILD]/v8",
163 "env": {
164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
165 },
166 "name": "generate_build_files",
167 "stdout": "/path/to/tmp/",
168 "~followup_annotations": [
169 "@@@STEP_LOG_LINE@stdout@some line@@@",
170 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
171 "@@@STEP_LOG_LINE@stdout@moar@@@",
172 "@@@STEP_LOG_END@stdout@@@"
173 ]
174 },
175 {
176 "cmd": [
177 "python",
178 "-u",
148 "\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", 179 "\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",
149 "[SLAVE_BUILD]/v8/out/gn", 180 "[SLAVE_BUILD]/v8/out/gn",
150 "511" 181 "511"
151 ], 182 ],
152 "name": "makedirs for peeking gn", 183 "name": "makedirs for peeking gn",
153 "~followup_annotations": [ 184 "~followup_annotations": [
154 "@@@STEP_LOG_LINE@python.inline@@@@", 185 "@@@STEP_LOG_LINE@python.inline@@@@",
155 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 186 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
156 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 187 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
157 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 188 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 370 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
340 "@@@STEP_LOG_END@durations@@@" 371 "@@@STEP_LOG_END@durations@@@"
341 ] 372 ]
342 }, 373 },
343 { 374 {
344 "name": "$result", 375 "name": "$result",
345 "recipe_result": null, 376 "recipe_result": null,
346 "status_code": 0 377 "status_code": 0
347 } 378 }
348 ] 379 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698