OLD | NEW |
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 "chromium.lkgr", | 8 "chromium.lkgr", |
9 "--builder", | 9 "--builder", |
10 "TSAN Debug", | 10 "ASAN Debug", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 18 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 "cmd": [ | 181 "cmd": [ |
182 "python", | 182 "python", |
183 "-u", | 183 "-u", |
184 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 184 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
185 "runhooks" | 185 "runhooks" |
186 ], | 186 ], |
187 "cwd": "[SLAVE_BUILD]/src", | 187 "cwd": "[SLAVE_BUILD]/src", |
188 "env": { | 188 "env": { |
189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
190 "GYP_CHROMIUM_NO_ACTION": "1", | 190 "GYP_CHROMIUM_NO_ACTION": "1", |
191 "GYP_DEFINES": "clang=1 component=shared_library disable_nacl=1 gomadir='[
CACHE]/cipd/goma' target_arch=x64 tsan=1 use_goma=1", | 191 "GYP_DEFINES": "asan=1 clang=1 component=shared_library gomadir='[CACHE]/c
ipd/goma' lsan=1 sanitizer_coverage=edge target_arch=x64 use_goma=1", |
192 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 192 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
193 }, | 193 }, |
194 "name": "gclient runhooks" | 194 "name": "gclient runhooks" |
195 }, | 195 }, |
196 { | 196 { |
197 "cmd": [ | 197 "cmd": [ |
198 "python", | 198 "python", |
199 "-u", | 199 "-u", |
200 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 200 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
201 "--show-path", | 201 "--show-path", |
202 "python", | 202 "python", |
203 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 203 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
204 ], | 204 ], |
205 "name": "cleanup_temp" | 205 "name": "cleanup_temp" |
206 }, | 206 }, |
207 { | 207 { |
208 "cmd": [ | 208 "cmd": [ |
209 "python", | 209 "python", |
210 "-u", | 210 "-u", |
211 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 211 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
212 "gen", | 212 "gen", |
213 "-m", | 213 "-m", |
214 "chromium.lkgr", | 214 "chromium.lkgr", |
215 "-b", | 215 "-b", |
216 "TSAN Debug", | 216 "ASAN Debug", |
217 "--config-file", | 217 "--config-file", |
218 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 218 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
219 "--goma-dir", | 219 "--goma-dir", |
220 "[CACHE]/cipd/goma", | 220 "[CACHE]/cipd/goma", |
221 "//out/Debug" | 221 "//out/Debug" |
222 ], | 222 ], |
223 "env": { | 223 "env": { |
224 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 224 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
225 }, | 225 }, |
226 "name": "generate_build_files" | 226 "name": "generate_build_files" |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", | 311 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", |
312 "@@@STEP_LOG_END@python.inline@@@" | 312 "@@@STEP_LOG_END@python.inline@@@" |
313 ] | 313 ] |
314 }, | 314 }, |
315 { | 315 { |
316 "cmd": [ | 316 "cmd": [ |
317 "python", | 317 "python", |
318 "-u", | 318 "-u", |
319 "RECIPE_MODULE[build::archive]/resources/zip_archive.py", | 319 "RECIPE_MODULE[build::archive]/resources/zip_archive.py", |
320 "[TMP_BASE]/chrome_staging_tmp_1", | 320 "[TMP_BASE]/chrome_staging_tmp_1", |
321 "tsan-linux-debug-170242", | 321 "asan-linux-debug-170242", |
322 "[\"file 1\", \"file 2\"]", | 322 "[\"file 1\", \"file 2\"]", |
323 "[SLAVE_BUILD]/src/out/Debug" | 323 "[SLAVE_BUILD]/src/out/Debug" |
324 ], | 324 ], |
325 "name": "zipping" | 325 "name": "zipping" |
326 }, | 326 }, |
327 { | 327 { |
328 "cmd": [ | 328 "cmd": [ |
329 "python", | 329 "python", |
330 "-u", | 330 "-u", |
331 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 331 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
332 "--", | 332 "--", |
333 "-h", | 333 "-h", |
334 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#170242}", | 334 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#170242}", |
335 "-h", | 335 "-h", |
336 "x-goog-meta-Cr-Commit-Position-Number:170242", | 336 "x-goog-meta-Cr-Commit-Position-Number:170242", |
337 "-h", | 337 "-h", |
338 "x-goog-meta-Cr-Git-Commit:f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 338 "x-goog-meta-Cr-Git-Commit:f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
339 "cp", | 339 "cp", |
340 "-a", | 340 "-a", |
341 "public-read", | 341 "public-read", |
342 "[TMP_BASE]/chrome_staging_tmp_1/tsan-linux-debug-170242.zip", | 342 "[TMP_BASE]/chrome_staging_tmp_1/asan-linux-debug-170242.zip", |
343 "gs://chromium-browser-tsan/linux-debug/tsan-linux-debug-170242.zip" | 343 "gs://chromium-browser-asan/linux-debug/asan-linux-debug-170242.zip" |
344 ], | 344 ], |
345 "name": "gsutil upload", | 345 "name": "gsutil upload", |
346 "~followup_annotations": [ | 346 "~followup_annotations": [ |
347 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-tsan/linux-debug/tsan-linux-debug-170242.zip@@@" | 347 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-asan/linux-debug/asan-linux-debug-170242.zip@@@" |
348 ] | 348 ] |
349 }, | 349 }, |
350 { | 350 { |
351 "cmd": [ | 351 "cmd": [ |
352 "python", | 352 "python", |
353 "-u", | 353 "-u", |
354 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", | 354 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", |
355 "[TMP_BASE]/chrome_staging_tmp_1/tsan-linux-debug-170242.zip" | 355 "[TMP_BASE]/chrome_staging_tmp_1/asan-linux-debug-170242.zip" |
356 ], | 356 ], |
357 "name": "tsan-linux-debug-170242.zip", | 357 "name": "asan-linux-debug-170242.zip", |
358 "~followup_annotations": [ | 358 "~followup_annotations": [ |
359 "@@@STEP_LOG_LINE@python.inline@@@@", | 359 "@@@STEP_LOG_LINE@python.inline@@@@", |
360 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 360 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
361 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 361 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
362 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 362 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
363 "@@@STEP_LOG_END@python.inline@@@" | 363 "@@@STEP_LOG_END@python.inline@@@" |
364 ] | 364 ] |
365 }, | 365 }, |
366 { | 366 { |
367 "name": "$result", | 367 "name": "$result", |
368 "recipe_result": null, | 368 "recipe_result": null, |
369 "status_code": 0 | 369 "status_code": 0 |
370 } | 370 } |
371 ] | 371 ] |
OLD | NEW |