| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\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", | 6 "\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", |
| 7 "[BUILDER_CACHE]/Linux_x64", | 7 "[BUILDER_CACHE]/linux_clobber", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 40 "{\"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\"}", | 40 "{\"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\"}", |
| 41 "--git-cache-dir", | 41 "--git-cache-dir", |
| 42 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
| 43 "--output_json", | 43 "--output_json", |
| 44 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
| 45 "--revision", | 45 "--revision", |
| 46 "src@HEAD", | 46 "src@HEAD", |
| 47 "--force", | 47 "--force", |
| 48 "--output_manifest" | 48 "--output_manifest" |
| 49 ], | 49 ], |
| 50 "cwd": "[BUILDER_CACHE]/Linux_x64", | 50 "cwd": "[BUILDER_CACHE]/linux_clobber", |
| 51 "env": { | 51 "env": { |
| 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 53 }, | 53 }, |
| 54 "name": "bot_update", | 54 "name": "bot_update", |
| 55 "~followup_annotations": [ | 55 "~followup_annotations": [ |
| 56 "@@@STEP_TEXT@Some step text@@@", | 56 "@@@STEP_TEXT@Some step text@@@", |
| 57 "@@@STEP_LOG_LINE@json.output@{@@@", | 57 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 179 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 180 "@@@STEP_LOG_LINE@json.output@}@@@", | 180 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 181 "@@@STEP_LOG_END@json.output@@@" | 181 "@@@STEP_LOG_END@json.output@@@" |
| 182 ] | 182 ] |
| 183 }, | 183 }, |
| 184 { | 184 { |
| 185 "cmd": [ | 185 "cmd": [ |
| 186 "python", | 186 "python", |
| 187 "-u", | 187 "-u", |
| 188 "\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", | 188 "\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", |
| 189 "[BUILDER_CACHE]/Linux_x64/src/out/Release" | 189 "[BUILDER_CACHE]/linux_clobber/src/out/Release" |
| 190 ], | 190 ], |
| 191 "name": "rmtree clobber", | 191 "name": "rmtree clobber", |
| 192 "~followup_annotations": [ | 192 "~followup_annotations": [ |
| 193 "@@@STEP_LOG_LINE@python.inline@@@@", | 193 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 194 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 194 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 195 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 195 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 196 "@@@STEP_LOG_LINE@python.inline@@@@", | 196 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 197 "@@@STEP_LOG_LINE@python.inline@@@@", | 197 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 198 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 198 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 199 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 199 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 200 "@@@STEP_LOG_END@python.inline@@@" | 200 "@@@STEP_LOG_END@python.inline@@@" |
| 201 ] | 201 ] |
| 202 }, | 202 }, |
| 203 { | 203 { |
| 204 "cmd": [ | 204 "cmd": [ |
| 205 "python", | 205 "python", |
| 206 "-u", | 206 "-u", |
| 207 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 207 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 208 "runhooks" | 208 "runhooks" |
| 209 ], | 209 ], |
| 210 "cwd": "[BUILDER_CACHE]/Linux_x64/src", | 210 "cwd": "[BUILDER_CACHE]/linux_clobber/src", |
| 211 "env": { | 211 "env": { |
| 212 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 212 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 213 "GYP_CHROMIUM_NO_ACTION": "1", | 213 "GYP_CHROMIUM_NO_ACTION": "1", |
| 214 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' linux
_dump_symbols=0 target_arch=x64 test_isolation_mode=noop use_goma=1", | 214 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' linux
_dump_symbols=0 target_arch=x64 test_isolation_mode=noop use_goma=1", |
| 215 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 215 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 216 }, | 216 }, |
| 217 "name": "gclient runhooks" | 217 "name": "gclient runhooks" |
| 218 }, | 218 }, |
| 219 { | 219 { |
| 220 "cmd": [ | 220 "cmd": [ |
| 221 "python", | 221 "python", |
| 222 "-u", | 222 "-u", |
| 223 "[BUILDER_CACHE]/Linux_x64/src/testing/scripts/get_compile_targets.py", | 223 "[BUILDER_CACHE]/linux_clobber/src/testing/scripts/get_compile_targets.py"
, |
| 224 "--output", | 224 "--output", |
| 225 "/path/to/tmp/json", | 225 "/path/to/tmp/json", |
| 226 "--", | 226 "--", |
| 227 "--build-config-fs", | 227 "--build-config-fs", |
| 228 "Release", | 228 "Release", |
| 229 "--paths", | 229 "--paths", |
| 230 "{\"checkout\": \"[BUILDER_CACHE]/Linux_x64/src\", \"runit.py\": \"RECIPE_
PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]/scripts/slave/runtest.py\"}", | 230 "{\"checkout\": \"[BUILDER_CACHE]/linux_clobber/src\", \"runit.py\": \"REC
IPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKA
GE_REPO[build]/scripts/slave/runtest.py\"}", |
| 231 "--properties", | 231 "--properties", |
| 232 "{\"buildername\": \"Linux x64\", \"buildnumber\": 571, \"mastername\": \"
chromium\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}" | 232 "{\"buildername\": \"Linux x64\", \"buildnumber\": 571, \"mastername\": \"
chromium\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}" |
| 233 ], | 233 ], |
| 234 "name": "get compile targets for scripts", | 234 "name": "get compile targets for scripts", |
| 235 "~followup_annotations": [ | 235 "~followup_annotations": [ |
| 236 "@@@STEP_LOG_LINE@json.output@{}@@@", | 236 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 237 "@@@STEP_LOG_END@json.output@@@" | 237 "@@@STEP_LOG_END@json.output@@@" |
| 238 ] | 238 ] |
| 239 }, | 239 }, |
| 240 { | 240 { |
| 241 "cmd": [ | 241 "cmd": [ |
| 242 "python", | 242 "python", |
| 243 "-u", | 243 "-u", |
| 244 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 244 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 245 "[BUILDER_CACHE]/Linux_x64/src/testing/buildbot/chromium.json", | 245 "[BUILDER_CACHE]/linux_clobber/src/testing/buildbot/chromium.json", |
| 246 "/path/to/tmp/json" | 246 "/path/to/tmp/json" |
| 247 ], | 247 ], |
| 248 "name": "read test spec (chromium.json)", | 248 "name": "read test spec (chromium.json)", |
| 249 "~followup_annotations": [ | 249 "~followup_annotations": [ |
| 250 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Linux_x64/src/testing/buildbot/chromiu
m.json@@@", | 250 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux_clobber/src/testing/buildbot/chr
omium.json@@@", |
| 251 "@@@STEP_LOG_LINE@json.output@{}@@@", | 251 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 252 "@@@STEP_LOG_END@json.output@@@" | 252 "@@@STEP_LOG_END@json.output@@@" |
| 253 ] | 253 ] |
| 254 }, | 254 }, |
| 255 { | 255 { |
| 256 "cmd": [ | 256 "cmd": [ |
| 257 "python", | 257 "python", |
| 258 "-u", | 258 "-u", |
| 259 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 259 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 260 "--show-path", | 260 "--show-path", |
| 261 "python", | 261 "python", |
| 262 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 262 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 263 ], | 263 ], |
| 264 "name": "cleanup_temp" | 264 "name": "cleanup_temp" |
| 265 }, | 265 }, |
| 266 { | 266 { |
| 267 "cmd": [ | 267 "cmd": [ |
| 268 "python", | 268 "python", |
| 269 "-u", | 269 "-u", |
| 270 "[BUILDER_CACHE]/Linux_x64/src/tools/mb/mb.py", | 270 "[BUILDER_CACHE]/linux_clobber/src/tools/mb/mb.py", |
| 271 "gen", | 271 "gen", |
| 272 "-m", | 272 "-m", |
| 273 "chromium", | 273 "chromium", |
| 274 "-b", | 274 "-b", |
| 275 "Linux x64", | 275 "Linux x64", |
| 276 "--config-file", | 276 "--config-file", |
| 277 "[BUILDER_CACHE]/Linux_x64/src/tools/mb/mb_config.pyl", | 277 "[BUILDER_CACHE]/linux_clobber/src/tools/mb/mb_config.pyl", |
| 278 "--goma-dir", | 278 "--goma-dir", |
| 279 "[CACHE]/cipd/goma", | 279 "[CACHE]/cipd/goma", |
| 280 "//out/Release" | 280 "//out/Release" |
| 281 ], | 281 ], |
| 282 "cwd": "[BUILDER_CACHE]/Linux_x64/src", | 282 "cwd": "[BUILDER_CACHE]/linux_clobber/src", |
| 283 "env": { | 283 "env": { |
| 284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 285 }, | 285 }, |
| 286 "name": "generate_build_files" | 286 "name": "generate_build_files" |
| 287 }, | 287 }, |
| 288 { | 288 { |
| 289 "cmd": [ | 289 "cmd": [ |
| 290 "python", | 290 "python", |
| 291 "-u", | 291 "-u", |
| 292 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 292 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 293 "--show-path", | 293 "--show-path", |
| 294 "python", | 294 "python", |
| 295 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 295 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 296 "--gsutil-py-path", | 296 "--gsutil-py-path", |
| 297 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 297 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 298 "--ninja-path", | 298 "--ninja-path", |
| 299 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 299 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 300 "--target", | 300 "--target", |
| 301 "Release", | 301 "Release", |
| 302 "--src-dir", | 302 "--src-dir", |
| 303 "[BUILDER_CACHE]/Linux_x64/src", | 303 "[BUILDER_CACHE]/linux_clobber/src", |
| 304 "--goma-cache-dir", | 304 "--goma-cache-dir", |
| 305 "[GOMA_CACHE]", | 305 "[GOMA_CACHE]", |
| 306 "--goma-deps-cache-dir", | 306 "--goma-deps-cache-dir", |
| 307 "[GOMA_DEPS_CACHE]", | 307 "[GOMA_DEPS_CACHE]", |
| 308 "--build-data-dir", | 308 "--build-data-dir", |
| 309 "[ROOT]/build_data_dir", | 309 "[ROOT]/build_data_dir", |
| 310 "--compiler", | 310 "--compiler", |
| 311 "goma", | 311 "goma", |
| 312 "--goma-jsonstatus", | 312 "--goma-jsonstatus", |
| 313 "/path/to/tmp/json", | 313 "/path/to/tmp/json", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 328 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 328 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 329 "@@@STEP_LOG_END@json.output (invalid)@@@" | 329 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 330 ] | 330 ] |
| 331 }, | 331 }, |
| 332 { | 332 { |
| 333 "cmd": [ | 333 "cmd": [ |
| 334 "python", | 334 "python", |
| 335 "-u", | 335 "-u", |
| 336 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_build.py", | 336 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_build.py", |
| 337 "--src-dir", | 337 "--src-dir", |
| 338 "[BUILDER_CACHE]/Linux_x64/src", | 338 "[BUILDER_CACHE]/linux_clobber/src", |
| 339 "--build-name", | 339 "--build-name", |
| 340 "Linux_x64", | 340 "Linux_x64", |
| 341 "--staging-dir", | 341 "--staging-dir", |
| 342 "[CACHE]/chrome_staging", | 342 "[CACHE]/chrome_staging", |
| 343 "--target", | 343 "--target", |
| 344 "Release", | 344 "Release", |
| 345 "--factory-properties", | 345 "--factory-properties", |
| 346 "{\"gclient_env\": {\"GYP_DEFINES\": \"component=static_library gomadir='[
CACHE]/cipd/goma' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=noop
use_goma=1\"}, \"gs_acl\": \"public-read\", \"gs_bucket\": \"gs://chromium-brows
er-snapshots\"}", | 346 "{\"gclient_env\": {\"GYP_DEFINES\": \"component=static_library gomadir='[
CACHE]/cipd/goma' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=noop
use_goma=1\"}, \"gs_acl\": \"public-read\", \"gs_bucket\": \"gs://chromium-brows
er-snapshots\"}", |
| 347 "--build-properties", | 347 "--build-properties", |
| 348 "{\"got_angle_revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\", \"
got_angle_revision_cp\": \"refs/heads/master@{#297276}\", \"got_buildtools_revis
ion\": \"f0319a328b2809876916353cb994259692140934\", \"got_buildtools_revision_c
p\": \"refs/heads/master@{#182578}\", \"got_nacl_revision\": \"d998e125e8253980d
76e269b7982aeeefc1b9b50\", \"got_nacl_revision_cp\": \"refs/heads/master@{#27498
1}\", \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"got_revi
sion_cp\": \"refs/heads/master@{#170242}\", \"got_swarming_client_revision\": \"
a0ee5d99f1d4b38ddaa4c759c837980b63b99566\", \"got_swarming_client_revision_cp\":
\"refs/heads/master@{#276089}\", \"got_v8_revision\": \"801ada225ddc271c132c3a3
5f03975671d43e399\", \"got_v8_revision_cp\": \"refs/heads/master@{#43426}\", \"g
ot_webrtc_revision\": \"0f90628433546e61d9268596da93418c623137f4\", \"got_webrtc
_revision_cp\": \"refs/heads/master@{#120644}\"}", | 348 "{\"got_angle_revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\", \"
got_angle_revision_cp\": \"refs/heads/master@{#297276}\", \"got_buildtools_revis
ion\": \"f0319a328b2809876916353cb994259692140934\", \"got_buildtools_revision_c
p\": \"refs/heads/master@{#182578}\", \"got_nacl_revision\": \"d998e125e8253980d
76e269b7982aeeefc1b9b50\", \"got_nacl_revision_cp\": \"refs/heads/master@{#27498
1}\", \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"got_revi
sion_cp\": \"refs/heads/master@{#170242}\", \"got_swarming_client_revision\": \"
a0ee5d99f1d4b38ddaa4c759c837980b63b99566\", \"got_swarming_client_revision_cp\":
\"refs/heads/master@{#276089}\", \"got_v8_revision\": \"801ada225ddc271c132c3a3
5f03975671d43e399\", \"got_v8_revision_cp\": \"refs/heads/master@{#43426}\", \"g
ot_webrtc_revision\": \"0f90628433546e61d9268596da93418c623137f4\", \"got_webrtc
_revision_cp\": \"refs/heads/master@{#120644}\"}", |
| 349 "--mode", | 349 "--mode", |
| 350 "dev" | 350 "dev" |
| 351 ], | 351 ], |
| 352 "name": "archive_build" | 352 "name": "archive_build" |
| 353 }, | 353 }, |
| 354 { | 354 { |
| 355 "name": "$result", | 355 "name": "$result", |
| 356 "recipe_result": null, | 356 "recipe_result": null, |
| 357 "status_code": 0 | 357 "status_code": 0 |
| 358 } | 358 } |
| 359 ] | 359 ] |
| OLD | NEW |