| 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 "UBSan Release", | 10 "TSAN 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 156 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 157 "@@@STEP_LOG_LINE@json.output@}@@@", | 157 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 158 "@@@STEP_LOG_END@json.output@@@" | 158 "@@@STEP_LOG_END@json.output@@@" |
| 159 ] | 159 ] |
| 160 }, | 160 }, |
| 161 { | 161 { |
| 162 "cmd": [ | 162 "cmd": [ |
| 163 "python", | 163 "python", |
| 164 "-u", | 164 "-u", |
| 165 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 165 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 166 "[SLAVE_BUILD]/src/out/Release" | 166 "[SLAVE_BUILD]/src/out/Debug" |
| 167 ], | 167 ], |
| 168 "name": "rmtree clobber", | 168 "name": "rmtree clobber", |
| 169 "~followup_annotations": [ | 169 "~followup_annotations": [ |
| 170 "@@@STEP_LOG_LINE@python.inline@@@@", | 170 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 171 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 171 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 172 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 172 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 173 "@@@STEP_LOG_LINE@python.inline@@@@", | 173 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 174 "@@@STEP_LOG_LINE@python.inline@@@@", | 174 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 175 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 175 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 176 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 176 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 177 "@@@STEP_LOG_END@python.inline@@@" | 177 "@@@STEP_LOG_END@python.inline@@@" |
| 178 ] | 178 ] |
| 179 }, | 179 }, |
| 180 { | 180 { |
| 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=static_library gomadir='[CACHE]/cipd/gom
a' release_extra_cflags=-fno-sanitize-recover=undefined sanitizer_coverage=edge
target_arch=x64 ubsan=1 use_goma=1", | 191 "GYP_DEFINES": "clang=1 component=shared_library disable_nacl=1 gomadir='[
CACHE]/cipd/goma' target_arch=x64 tsan=1 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 "UBSan Release", | 216 "TSAN 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/Release" | 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" |
| 227 }, | 227 }, |
| 228 { | 228 { |
| 229 "allow_subannotations": true, | 229 "allow_subannotations": true, |
| 230 "cmd": [ | 230 "cmd": [ |
| 231 "python", | 231 "python", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 253 "-u", | 253 "-u", |
| 254 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 254 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 255 "--show-path", | 255 "--show-path", |
| 256 "python", | 256 "python", |
| 257 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 257 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 258 "--gsutil-py-path", | 258 "--gsutil-py-path", |
| 259 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 259 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 260 "--ninja-path", | 260 "--ninja-path", |
| 261 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 261 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 262 "--target", | 262 "--target", |
| 263 "Release", | 263 "Debug", |
| 264 "--src-dir", | 264 "--src-dir", |
| 265 "[SLAVE_BUILD]/src", | 265 "[SLAVE_BUILD]/src", |
| 266 "--goma-cache-dir", | 266 "--goma-cache-dir", |
| 267 "[GOMA_CACHE]", | 267 "[GOMA_CACHE]", |
| 268 "--build-tool", | 268 "--build-tool", |
| 269 "ninja", | 269 "ninja", |
| 270 "--build-data-dir", | 270 "--build-data-dir", |
| 271 "[ROOT]/build_data_dir", | 271 "[ROOT]/build_data_dir", |
| 272 "--compiler", | 272 "--compiler", |
| 273 "goma-clang", | 273 "goma-clang", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 287 "~followup_annotations": [ | 287 "~followup_annotations": [ |
| 288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 289 "@@@STEP_LOG_END@json.output (invalid)@@@" | 289 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 290 ] | 290 ] |
| 291 }, | 291 }, |
| 292 { | 292 { |
| 293 "cmd": [ | 293 "cmd": [ |
| 294 "python", | 294 "python", |
| 295 "-u", | 295 "-u", |
| 296 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 296 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
| 297 "[SLAVE_BUILD]/src/out/Release", | 297 "[SLAVE_BUILD]/src/out/Debug", |
| 298 "/path/to/tmp/json" | 298 "/path/to/tmp/json" |
| 299 ], | 299 ], |
| 300 "name": "listdir build_dir", | 300 "name": "listdir build_dir", |
| 301 "~followup_annotations": [ | 301 "~followup_annotations": [ |
| 302 "@@@STEP_LOG_LINE@json.output@[@@@", | 302 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 303 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", | 303 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
| 304 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", | 304 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
| 305 "@@@STEP_LOG_LINE@json.output@]@@@", | 305 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 306 "@@@STEP_LOG_END@json.output@@@", | 306 "@@@STEP_LOG_END@json.output@@@", |
| 307 "@@@STEP_LOG_LINE@python.inline@@@@", | 307 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 308 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", | 308 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", |
| 309 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", | 309 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", |
| 310 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", | 310 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
| 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 "ubsan-linux-release-170242", | 321 "tsan-linux-debug-170242", |
| 322 "[\"file 1\", \"file 2\"]", | 322 "[\"file 1\", \"file 2\"]", |
| 323 "[SLAVE_BUILD]/src/out/Release" | 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/ubsan-linux-release-170242.zip", | 342 "[TMP_BASE]/chrome_staging_tmp_1/tsan-linux-debug-170242.zip", |
| 343 "gs://chromium-browser-ubsan/linux-release/ubsan-linux-release-170242.zip" | 343 "gs://chromium-browser-tsan/linux-debug/tsan-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-ubsan/linux-release/ubsan-linux-release-170242.zip@@@" | 347 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-tsan/linux-debug/tsan-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/ubsan-linux-release-170242.zip" | 355 "[TMP_BASE]/chrome_staging_tmp_1/tsan-linux-debug-170242.zip" |
| 356 ], | 356 ], |
| 357 "name": "ubsan-linux-release-170242.zip", | 357 "name": "tsan-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 |