| 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 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/chrome-devtoo
ls-frontend', 'url': 'https://chromium.googlesource.com/chromium/tools/chrome-de
vtools-frontend'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/gs
d_generate_index', 'url': 'https://chromium.googlesource.com/chromium/tools/gsd_
generate_index'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/per
f', 'url': 'https://chromium.googlesource.com/chromium/tools/perf'}, {'deps_file
': '.DEPS.git', 'managed': True, 'name': 'tools/command_wrapper/bin', 'url': 'ht
tps://chromium.googlesource.com/chromium/tools/command_wrapper/bin'}, {'deps_fil
e': '.DEPS.git', 'managed': True, 'name': 'tools/depot_tools', 'url': 'https://c
hromium.googlesource.com/chromium/tools/depot_tools'}, {'deps_file': '.DEPS.git'
, 'managed': True, 'name': 'tools/chromium-jobqueue', 'url': 'https://chromium.g
ooglesource.com/chromium/tools/chromium-jobqueue'}, {'deps_file': '.DEPS.git', '
managed': True, 'name': 'tools/chromium-shortener', 'url': 'https://chromium.goo
glesource.com/chromium/tools/chromium-shortener'}, {'deps_file': '.DEPS.git', 'm
anaged': True, 'name': 'tools/deps2git', 'url': 'https://chromium.googlesource.c
om/chromium/tools/deps2git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name'
: 'infra', 'url': 'https://chromium.googlesource.com/infra/infra'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/chrome-devtoo
ls-frontend', 'url': 'https://chromium.googlesource.com/chromium/tools/chrome-de
vtools-frontend'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/gs
d_generate_index', 'url': 'https://chromium.googlesource.com/chromium/tools/gsd_
generate_index'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/per
f', 'url': 'https://chromium.googlesource.com/chromium/tools/perf'}, {'deps_file
': '.DEPS.git', 'managed': True, 'name': 'tools/command_wrapper/bin', 'url': 'ht
tps://chromium.googlesource.com/chromium/tools/command_wrapper/bin'}, {'deps_fil
e': '.DEPS.git', 'managed': True, 'name': 'tools/depot_tools', 'url': 'https://c
hromium.googlesource.com/chromium/tools/depot_tools'}, {'deps_file': '.DEPS.git'
, 'managed': True, 'name': 'tools/chromium-jobqueue', 'url': 'https://chromium.g
ooglesource.com/chromium/tools/chromium-jobqueue'}, {'deps_file': '.DEPS.git', '
managed': True, 'name': 'tools/chromium-shortener', 'url': 'https://chromium.goo
glesource.com/chromium/tools/chromium-shortener'}, {'deps_file': '.DEPS.git', 'm
anaged': True, 'name': 'tools/deps2git', 'url': 'https://chromium.googlesource.c
om/chromium/tools/deps2git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name'
: 'infra', 'url': 'https://chromium.googlesource.com/infra/infra'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 110 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 111 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 111 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 112 "@@@STEP_LOG_LINE@python.inline@@@@", | 112 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 113 "@@@STEP_LOG_LINE@python.inline@@@@", | 113 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 114 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 114 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 115 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 115 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 116 "@@@STEP_LOG_END@python.inline@@@" | 116 "@@@STEP_LOG_END@python.inline@@@" |
| 117 ] | 117 ] |
| 118 }, | 118 }, |
| 119 { | 119 { |
| 120 "cmd": [], |
| 121 "name": "ensure_goma" |
| 122 }, |
| 123 { |
| 124 "cmd": [ |
| 125 "python", |
| 126 "-u", |
| 127 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 128 "--platform", |
| 129 "linux-amd64", |
| 130 "--dest-directory", |
| 131 "[SLAVE_BUILD]/cipd", |
| 132 "--json-output", |
| 133 "/path/to/tmp/json" |
| 134 ], |
| 135 "name": "ensure_goma.install cipd", |
| 136 "~followup_annotations": [ |
| 137 "@@@STEP_NEST_LEVEL@1@@@", |
| 138 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 139 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 140 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 141 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 142 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 143 "@@@STEP_LOG_END@json.output@@@" |
| 144 ] |
| 145 }, |
| 146 { |
| 147 "cmd": [ |
| 148 "[SLAVE_BUILD]/cipd/cipd", |
| 149 "ensure", |
| 150 "--root", |
| 151 "[CACHE]/cipd/goma", |
| 152 "--list", |
| 153 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma
/client/linux-amd64 release", |
| 154 "--json-output", |
| 155 "/path/to/tmp/json", |
| 156 "--service-account-json", |
| 157 "/creds/service_accounts/service-account-goma-client.json" |
| 158 ], |
| 159 "name": "ensure_goma.ensure_installed", |
| 160 "~followup_annotations": [ |
| 161 "@@@STEP_NEST_LEVEL@1@@@", |
| 162 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 163 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-goma_recipe_modu\", @@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l
inux-amd64\"@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 171 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 172 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 173 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 174 "@@@STEP_LOG_END@json.output@@@" |
| 175 ] |
| 176 }, |
| 177 { |
| 120 "cmd": [ | 178 "cmd": [ |
| 121 "python", | 179 "python", |
| 122 "-u", | 180 "-u", |
| 123 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 124 "runhooks" | 182 "runhooks" |
| 125 ], | 183 ], |
| 126 "cwd": "[SLAVE_BUILD]/src", | 184 "cwd": "[SLAVE_BUILD]/src", |
| 127 "env": { | 185 "env": { |
| 128 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 129 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 gomadir='[BUI
LD]/goma' target_arch=x64 use_goma=1", | 187 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 gomadir='[CAC
HE]/cipd/goma' target_arch=x64 use_goma=1", |
| 130 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 188 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 131 }, | 189 }, |
| 132 "name": "gclient runhooks" | 190 "name": "gclient runhooks" |
| 133 }, | 191 }, |
| 134 { | 192 { |
| 135 "cmd": [ | 193 "cmd": [ |
| 136 "[SLAVE_BUILD]/src/buildtools/linux64/gn", | 194 "[SLAVE_BUILD]/src/buildtools/linux64/gn", |
| 137 "gen", | 195 "gen", |
| 138 "[SLAVE_BUILD]/src/out/Debug", | 196 "[SLAVE_BUILD]/src/out/Debug", |
| 139 "--args=is_clang=true is_component_build=true is_debug=true goma_dir=\"/b/
build/goma\" symbol_level=1 target_cpu=\"x64\" use_goma=true target_os=\"chromeo
s\" use_ozone=true" | 197 "--args=is_clang=true is_component_build=true is_debug=true symbol_level=1
target_cpu=\"x64\" target_os=\"chromeos\" use_ozone=true use_goma=true goma_dir
=[CACHE]/cipd/goma" |
| 140 ], | 198 ], |
| 141 "cwd": "[SLAVE_BUILD]/src", | 199 "cwd": "[SLAVE_BUILD]/src", |
| 142 "name": "generate build files for chromeos" | 200 "name": "generate build files for chromeos" |
| 143 }, | 201 }, |
| 144 { | 202 { |
| 145 "cmd": [ | 203 "cmd": [ |
| 204 "python", |
| 205 "-u", |
| 206 "\nimport multiprocessing\nimport sys\n\njob_limit = 200\nif sys.platform.
startswith('linux'):\n # Use 80 for linux not to load goma backend.\n job_limi
t = 80\n\ntry:\n jobs = min(job_limit, multiprocessing.cpu_count() * 10)\nexcep
t NotImplementedError:\n jobs = 50\n\nprint jobs\n" |
| 207 ], |
| 208 "name": "calculate the number of recommended jobs", |
| 209 "stdout": "/path/to/tmp/", |
| 210 "~followup_annotations": [ |
| 211 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 212 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 213 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 214 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 215 "@@@STEP_LOG_LINE@python.inline@job_limit = 200@@@", |
| 216 "@@@STEP_LOG_LINE@python.inline@if sys.platform.startswith('linux'):@@@", |
| 217 "@@@STEP_LOG_LINE@python.inline@ # Use 80 for linux not to load goma back
end.@@@", |
| 218 "@@@STEP_LOG_LINE@python.inline@ job_limit = 80@@@", |
| 219 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 220 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 221 "@@@STEP_LOG_LINE@python.inline@ jobs = min(job_limit, multiprocessing.cp
u_count() * 10)@@@", |
| 222 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@", |
| 223 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@", |
| 224 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 225 "@@@STEP_LOG_LINE@python.inline@print jobs@@@", |
| 226 "@@@STEP_LOG_END@python.inline@@@" |
| 227 ] |
| 228 }, |
| 229 { |
| 230 "cmd": [ |
| 231 "python", |
| 232 "-u", |
| 233 "[CACHE]/cipd/goma/goma_ctl.py", |
| 234 "restart" |
| 235 ], |
| 236 "env": { |
| 237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 238 }, |
| 239 "name": "start_goma" |
| 240 }, |
| 241 { |
| 242 "cmd": [ |
| 243 "python", |
| 244 "-u", |
| 245 "RECIPE_MODULE[build::goma]/resources/cloudtail_utils.py", |
| 246 "start", |
| 247 "--cloudtail-path", |
| 248 "[CACHE]/cipd/goma/cloudtail" |
| 249 ], |
| 250 "env": { |
| 251 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 252 }, |
| 253 "name": "start cloudtail", |
| 254 "stdout": "/path/to/tmp/" |
| 255 }, |
| 256 { |
| 257 "cmd": [ |
| 146 "ninja", | 258 "ninja", |
| 147 "-C", | 259 "-C", |
| 148 "[SLAVE_BUILD]/src/out/Debug", | 260 "[SLAVE_BUILD]/src/out/Debug", |
| 149 "All", | 261 "All", |
| 150 "-t", | 262 "-t", |
| 151 "compdb", | 263 "compdb", |
| 152 "cc", | 264 "cc", |
| 153 "cxx", | 265 "cxx", |
| 154 "objc", | 266 "objc", |
| 155 "objcxx" | 267 "objcxx", |
| 268 "-j", |
| 269 "50" |
| 156 ], | 270 ], |
| 157 "name": "generate compilation database for chromeos", | 271 "name": "generate compilation database for chromeos", |
| 158 "stdout": "/path/to/tmp/" | 272 "stdout": "/path/to/tmp/" |
| 159 }, | 273 }, |
| 160 { | 274 { |
| 275 "cmd": [ |
| 276 "python", |
| 277 "-u", |
| 278 "[CACHE]/cipd/goma/goma_ctl.py", |
| 279 "jsonstatus", |
| 280 "[CACHE]/cipd/goma/jsonstatus" |
| 281 ], |
| 282 "env": { |
| 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 284 }, |
| 285 "name": "goma_jsonstatus" |
| 286 }, |
| 287 { |
| 288 "cmd": [ |
| 289 "python", |
| 290 "-u", |
| 291 "[CACHE]/cipd/goma/goma_ctl.py", |
| 292 "stat" |
| 293 ], |
| 294 "env": { |
| 295 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 296 }, |
| 297 "name": "goma_stat" |
| 298 }, |
| 299 { |
| 300 "cmd": [ |
| 301 "python", |
| 302 "-u", |
| 303 "[CACHE]/cipd/goma/goma_ctl.py", |
| 304 "stop" |
| 305 ], |
| 306 "env": { |
| 307 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 308 }, |
| 309 "name": "stop_goma" |
| 310 }, |
| 311 { |
| 312 "cmd": [ |
| 313 "python", |
| 314 "-u", |
| 315 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py", |
| 316 "--upload-compiler-proxy-info", |
| 317 "--json-status", |
| 318 "[CACHE]/cipd/goma/jsonstatus", |
| 319 "--ninja-log-outdir", |
| 320 "[SLAVE_BUILD]/src/out/Debug", |
| 321 "--ninja-log-compiler", |
| 322 "goma", |
| 323 "--ninja-log-command", |
| 324 "['ninja', '-C', Path('checkout', 'out','Debug'), 'All', '-t', 'compdb', '
cc', 'cxx', 'objc', 'objcxx', '-j', 50]", |
| 325 "--ninja-log-exit-status", |
| 326 "0", |
| 327 "--buildbot-buildername", |
| 328 "ChromiumOS Codesearch", |
| 329 "--buildbot-mastername", |
| 330 "chromium.infra.cron", |
| 331 "--buildbot-slavename", |
| 332 "TestSlavename" |
| 333 ], |
| 334 "env": { |
| 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 336 }, |
| 337 "name": "upload_log" |
| 338 }, |
| 339 { |
| 340 "cmd": [ |
| 341 "python", |
| 342 "-u", |
| 343 "RECIPE_MODULE[build::goma]/resources/cloudtail_utils.py", |
| 344 "stop", |
| 345 "--killed-pid", |
| 346 "12345" |
| 347 ], |
| 348 "name": "stop cloudtail" |
| 349 }, |
| 350 { |
| 161 "allow_subannotations": true, | 351 "allow_subannotations": true, |
| 162 "cmd": [ | 352 "cmd": [ |
| 163 "python", | 353 "python", |
| 164 "-u", | 354 "-u", |
| 165 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 355 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 166 "--src-dir", | 356 "--src-dir", |
| 167 "[SLAVE_BUILD]/src", | 357 "[SLAVE_BUILD]/src", |
| 168 "--output-json", | 358 "--output-json", |
| 169 "/path/to/tmp/json" | 359 "/path/to/tmp/json" |
| 170 ], | 360 ], |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 "TestSlavename", | 395 "TestSlavename", |
| 206 "--build-args", | 396 "--build-args", |
| 207 "-k 0", | 397 "-k 0", |
| 208 "--compiler", | 398 "--compiler", |
| 209 "goma-clang", | 399 "goma-clang", |
| 210 "--goma-jsonstatus", | 400 "--goma-jsonstatus", |
| 211 "/path/to/tmp/json", | 401 "/path/to/tmp/json", |
| 212 "--goma-service-account-json-file", | 402 "--goma-service-account-json-file", |
| 213 "/creds/service_accounts/service-account-goma-client.json", | 403 "/creds/service_accounts/service-account-goma-client.json", |
| 214 "--goma-dir", | 404 "--goma-dir", |
| 215 "[BUILD]/goma", | 405 "[CACHE]/cipd/goma", |
| 216 "--", | 406 "--", |
| 217 "All" | 407 "All" |
| 218 ], | 408 ], |
| 219 "env": { | 409 "env": { |
| 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 221 }, | 411 }, |
| 222 "name": "compile", | 412 "name": "compile", |
| 223 "~followup_annotations": [ | 413 "~followup_annotations": [ |
| 224 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 414 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 225 "@@@STEP_LOG_END@json.output (invalid)@@@" | 415 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 226 ] | 416 ] |
| 227 }, | 417 }, |
| 228 { | 418 { |
| 229 "cmd": [ | 419 "cmd": [ |
| 230 "cp", | 420 "cp", |
| 231 "some compilation data", | 421 "some compilation data", |
| 232 "[SLAVE_BUILD]/src/out/Debug/compile_commands.json" | 422 "[SLAVE_BUILD]/src/out/Debug/compile_commands.json" |
| 233 ], | 423 ], |
| 234 "name": "copy compilation database" | 424 "name": "copy compilation database" |
| 235 }, | 425 }, |
| 236 { | 426 { |
| 237 "cmd": [ | 427 "cmd": [ |
| 238 "[SLAVE_BUILD]/src/buildtools/linux64/gn", | 428 "[SLAVE_BUILD]/src/buildtools/linux64/gn", |
| 239 "gen", | 429 "gen", |
| 240 "[SLAVE_BUILD]/src/out/Debug", | 430 "[SLAVE_BUILD]/src/out/Debug", |
| 241 "--args=is_clang=true is_component_build=true is_debug=true goma_dir=\"/b/
build/goma\" symbol_level=1 target_cpu=\"x64\" use_goma=true" | 431 "--args=is_clang=true is_component_build=true is_debug=true symbol_level=1
target_cpu=\"x64\" use_goma=true goma_dir=[CACHE]/cipd/goma" |
| 242 ], | 432 ], |
| 243 "cwd": "[SLAVE_BUILD]/src", | 433 "cwd": "[SLAVE_BUILD]/src", |
| 244 "name": "generate build files for linux" | 434 "name": "generate build files for linux" |
| 245 }, | 435 }, |
| 246 { | 436 { |
| 247 "cmd": [ | 437 "cmd": [ |
| 438 "python", |
| 439 "-u", |
| 440 "[CACHE]/cipd/goma/goma_ctl.py", |
| 441 "restart" |
| 442 ], |
| 443 "env": { |
| 444 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 445 }, |
| 446 "name": "start_goma (2)" |
| 447 }, |
| 448 { |
| 449 "cmd": [ |
| 450 "python", |
| 451 "-u", |
| 452 "RECIPE_MODULE[build::goma]/resources/cloudtail_utils.py", |
| 453 "start", |
| 454 "--cloudtail-path", |
| 455 "[CACHE]/cipd/goma/cloudtail" |
| 456 ], |
| 457 "env": { |
| 458 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 459 }, |
| 460 "name": "start cloudtail (2)", |
| 461 "stdout": "/path/to/tmp/" |
| 462 }, |
| 463 { |
| 464 "cmd": [ |
| 248 "ninja", | 465 "ninja", |
| 249 "-C", | 466 "-C", |
| 250 "[SLAVE_BUILD]/src/out/Debug", | 467 "[SLAVE_BUILD]/src/out/Debug", |
| 251 "All", | 468 "All", |
| 252 "-t", | 469 "-t", |
| 253 "compdb", | 470 "compdb", |
| 254 "cc", | 471 "cc", |
| 255 "cxx", | 472 "cxx", |
| 256 "objc", | 473 "objc", |
| 257 "objcxx" | 474 "objcxx", |
| 475 "-j", |
| 476 "50" |
| 258 ], | 477 ], |
| 259 "name": "generate compilation database for linux", | 478 "name": "generate compilation database for linux", |
| 260 "stdout": "/path/to/tmp/" | 479 "stdout": "/path/to/tmp/" |
| 261 }, | 480 }, |
| 262 { | 481 { |
| 263 "cmd": [ | 482 "cmd": [ |
| 264 "python", | 483 "python", |
| 265 "-u", | 484 "-u", |
| 485 "[CACHE]/cipd/goma/goma_ctl.py", |
| 486 "jsonstatus", |
| 487 "[CACHE]/cipd/goma/jsonstatus" |
| 488 ], |
| 489 "env": { |
| 490 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 491 }, |
| 492 "name": "goma_jsonstatus (2)" |
| 493 }, |
| 494 { |
| 495 "cmd": [ |
| 496 "python", |
| 497 "-u", |
| 498 "[CACHE]/cipd/goma/goma_ctl.py", |
| 499 "stat" |
| 500 ], |
| 501 "env": { |
| 502 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 503 }, |
| 504 "name": "goma_stat (2)" |
| 505 }, |
| 506 { |
| 507 "cmd": [ |
| 508 "python", |
| 509 "-u", |
| 510 "[CACHE]/cipd/goma/goma_ctl.py", |
| 511 "stop" |
| 512 ], |
| 513 "env": { |
| 514 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 515 }, |
| 516 "name": "stop_goma (2)" |
| 517 }, |
| 518 { |
| 519 "cmd": [ |
| 520 "python", |
| 521 "-u", |
| 522 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py", |
| 523 "--upload-compiler-proxy-info", |
| 524 "--json-status", |
| 525 "[CACHE]/cipd/goma/jsonstatus", |
| 526 "--ninja-log-outdir", |
| 527 "[SLAVE_BUILD]/src/out/Debug", |
| 528 "--ninja-log-compiler", |
| 529 "goma", |
| 530 "--ninja-log-command", |
| 531 "['ninja', '-C', Path('checkout', 'out','Debug'), 'All', '-t', 'compdb', '
cc', 'cxx', 'objc', 'objcxx', '-j', 50]", |
| 532 "--ninja-log-exit-status", |
| 533 "0", |
| 534 "--buildbot-buildername", |
| 535 "ChromiumOS Codesearch", |
| 536 "--buildbot-mastername", |
| 537 "chromium.infra.cron", |
| 538 "--buildbot-slavename", |
| 539 "TestSlavename" |
| 540 ], |
| 541 "env": { |
| 542 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 543 }, |
| 544 "name": "upload_log (2)" |
| 545 }, |
| 546 { |
| 547 "cmd": [ |
| 548 "python", |
| 549 "-u", |
| 550 "RECIPE_MODULE[build::goma]/resources/cloudtail_utils.py", |
| 551 "stop", |
| 552 "--killed-pid", |
| 553 "12345" |
| 554 ], |
| 555 "name": "stop cloudtail (2)" |
| 556 }, |
| 557 { |
| 558 "cmd": [ |
| 559 "python", |
| 560 "-u", |
| 266 "[BUILD]/scripts/slave/chromium/filter_compilations.py", | 561 "[BUILD]/scripts/slave/chromium/filter_compilations.py", |
| 267 "--compdb-input", | 562 "--compdb-input", |
| 268 "[SLAVE_BUILD]/src/out/Debug/compile_commands.json", | 563 "[SLAVE_BUILD]/src/out/Debug/compile_commands.json", |
| 269 "--compdb-filter", | 564 "--compdb-filter", |
| 270 "some compilation data", | 565 "some compilation data", |
| 271 "--compdb-output", | 566 "--compdb-output", |
| 272 "[SLAVE_BUILD]/src/out/Debug/compile_commands.json" | 567 "[SLAVE_BUILD]/src/out/Debug/compile_commands.json" |
| 273 ], | 568 ], |
| 274 "name": "Filter out duplicate compilation units" | 569 "name": "Filter out duplicate compilation units" |
| 275 }, | 570 }, |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 "~followup_annotations": [ | 649 "~followup_annotations": [ |
| 355 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" | 650 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" |
| 356 ] | 651 ] |
| 357 }, | 652 }, |
| 358 { | 653 { |
| 359 "name": "$result", | 654 "name": "$result", |
| 360 "recipe_result": null, | 655 "recipe_result": null, |
| 361 "status_code": 0 | 656 "status_code": 0 |
| 362 } | 657 } |
| 363 ] | 658 ] |
| OLD | NEW |