| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "/opt/infra-tools/buildbucket", | 4 "/opt/infra-tools/buildbucket", |
| 5 "get", | 5 "get", |
| 6 "--host", | 6 "--host", |
| 7 "cr-buildbucket.appspot.com", | 7 "cr-buildbucket.appspot.com", |
| 8 "id1" | 8 "id1" |
| 9 ], | 9 ], |
| 10 "name": "buildbucket.get", | 10 "name": "buildbucket.get", |
| 11 "stdout": "/path/to/tmp/json", | 11 "stdout": "/path/to/tmp/json", |
| 12 "~followup_annotations": [ | 12 "~followup_annotations": [ |
| 13 "@@@STEP_LOG_LINE@json.output@{@@@", | 13 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"parameters_json\": \"{}\"@@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"parameters_json\": \"{}\"@@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ }@@@", | 16 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 17 "@@@STEP_LOG_LINE@json.output@}@@@", | 17 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 18 "@@@STEP_LOG_END@json.output@@@" | 18 "@@@STEP_LOG_END@json.output@@@" |
| 19 ] | 19 ] |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "cmd": [ | 22 "cmd": [ |
| 23 "python", | 23 "python", |
| 24 "-u", | 24 "-u", |
| 25 "\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", |
| 26 "[BUILDER_CACHE]/linux", |
| 27 "511" |
| 28 ], |
| 29 "name": "makedirs checkout path", |
| 30 "~followup_annotations": [ |
| 31 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 32 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 33 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 34 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 35 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 36 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 37 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 38 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 39 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 40 "@@@STEP_LOG_END@python.inline@@@" |
| 41 ] |
| 42 }, |
| 43 { |
| 44 "cmd": [ |
| 45 "python", |
| 46 "-u", |
| 25 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 47 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 26 "--master", | 48 "--master", |
| 27 "tryserver.chromium.linux", | 49 "tryserver.chromium.linux", |
| 28 "--builder", | 50 "--builder", |
| 29 "linux_variable", | 51 "linux_variable", |
| 30 "--slave", | 52 "--slave", |
| 31 "build1-a1", | 53 "build1-a1", |
| 32 "--spec", | 54 "--spec", |
| 33 "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'}]", | 55 "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'}]", |
| 34 "--root", | 56 "--root", |
| 35 "src", | 57 "src", |
| 36 "--revision_mapping_file", | 58 "--revision_mapping_file", |
| 37 "{\"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\"}", | 59 "{\"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\"}", |
| 38 "--git-cache-dir", | 60 "--git-cache-dir", |
| 39 "[GIT_CACHE]", | 61 "[GIT_CACHE]", |
| 40 "--output_json", | 62 "--output_json", |
| 41 "/path/to/tmp/json", | 63 "/path/to/tmp/json", |
| 42 "--revision", | 64 "--revision", |
| 43 "src@r1", | 65 "src@r1", |
| 44 "--output_manifest" | 66 "--output_manifest" |
| 45 ], | 67 ], |
| 68 "cwd": "[BUILDER_CACHE]/linux", |
| 46 "env": { | 69 "env": { |
| 47 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 70 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 48 }, | 71 }, |
| 49 "name": "bot_update", | 72 "name": "bot_update", |
| 50 "~followup_annotations": [ | 73 "~followup_annotations": [ |
| 51 "@@@STEP_TEXT@Some step text@@@", | 74 "@@@STEP_TEXT@Some step text@@@", |
| 52 "@@@STEP_LOG_LINE@json.output@{@@@", | 75 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 54 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 55 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 "@@@STEP_LOG_LINE@json.output@ }@@@", | 196 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 174 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 197 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 175 "@@@STEP_LOG_LINE@json.output@}@@@", | 198 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 176 "@@@STEP_LOG_END@json.output@@@" | 199 "@@@STEP_LOG_END@json.output@@@" |
| 177 ] | 200 ] |
| 178 }, | 201 }, |
| 179 { | 202 { |
| 180 "cmd": [ | 203 "cmd": [ |
| 181 "python", | 204 "python", |
| 182 "-u", | 205 "-u", |
| 183 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 206 "[BUILDER_CACHE]/linux/src/tools/swarming_client/swarming.py", |
| 184 "--version" | 207 "--version" |
| 185 ], | 208 ], |
| 186 "name": "swarming.py --version", | 209 "name": "swarming.py --version", |
| 187 "stdout": "/path/to/tmp/", | 210 "stdout": "/path/to/tmp/", |
| 188 "~followup_annotations": [ | 211 "~followup_annotations": [ |
| 189 "@@@STEP_TEXT@0.8.6@@@" | 212 "@@@STEP_TEXT@0.8.6@@@" |
| 190 ] | 213 ] |
| 191 }, | 214 }, |
| 192 { | 215 { |
| 193 "cmd": [ | 216 "cmd": [ |
| 194 "python", | 217 "python", |
| 195 "-u", | 218 "-u", |
| 196 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 219 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 197 "runhooks" | 220 "runhooks" |
| 198 ], | 221 ], |
| 199 "cwd": "[SLAVE_BUILD]/src", | 222 "cwd": "[BUILDER_CACHE]/linux/src", |
| 200 "env": { | 223 "env": { |
| 201 "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", |
| 202 "GYP_CHROMIUM_NO_ACTION": "1", | 225 "GYP_CHROMIUM_NO_ACTION": "1", |
| 203 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi
ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_
isolation_mode=prepare use_goma=1", | 226 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi
ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_
isolation_mode=prepare use_goma=1", |
| 204 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 227 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 205 }, | 228 }, |
| 206 "name": "gclient runhooks" | 229 "name": "gclient runhooks" |
| 207 }, | 230 }, |
| 208 { | 231 { |
| 209 "cmd": [ | 232 "cmd": [ |
| 210 "python", | 233 "python", |
| 211 "-u", | 234 "-u", |
| 212 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 235 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py", |
| 213 "--output", | 236 "--output", |
| 214 "/path/to/tmp/json", | 237 "/path/to/tmp/json", |
| 215 "--", | 238 "--", |
| 216 "--build-config-fs", | 239 "--build-config-fs", |
| 217 "Release", | 240 "Release", |
| 218 "--use-src-side-runtest-py", | 241 "--use-src-side-runtest-py", |
| 219 "--paths", | 242 "--paths", |
| 220 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 243 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK
AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[
build]/scripts/slave/runtest.py\"}", |
| 221 "--properties", | 244 "--properties", |
| 222 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam
e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo
rm\": \"linux\"}" | 245 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam
e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo
rm\": \"linux\"}" |
| 223 ], | 246 ], |
| 224 "name": "get compile targets for scripts", | 247 "name": "get compile targets for scripts", |
| 225 "~followup_annotations": [ | 248 "~followup_annotations": [ |
| 226 "@@@STEP_LOG_LINE@json.output@{}@@@", | 249 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 227 "@@@STEP_LOG_END@json.output@@@" | 250 "@@@STEP_LOG_END@json.output@@@" |
| 228 ] | 251 ] |
| 229 }, | 252 }, |
| 230 { | 253 { |
| 231 "cmd": [ | 254 "cmd": [ |
| 232 "python", | 255 "python", |
| 233 "-u", | 256 "-u", |
| 234 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 257 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 235 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 258 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.linux.json", |
| 236 "/path/to/tmp/json" | 259 "/path/to/tmp/json" |
| 237 ], | 260 ], |
| 238 "name": "read test spec (chromium.linux.json)", | 261 "name": "read test spec (chromium.linux.json)", |
| 239 "~followup_annotations": [ | 262 "~followup_annotations": [ |
| 240 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 263 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.li
nux.json@@@", |
| 241 "@@@STEP_LOG_LINE@json.output@{}@@@", | 264 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 242 "@@@STEP_LOG_END@json.output@@@" | 265 "@@@STEP_LOG_END@json.output@@@" |
| 243 ] | 266 ] |
| 244 }, | 267 }, |
| 245 { | 268 { |
| 246 "cmd": [ | 269 "cmd": [ |
| 247 "git", | 270 "git", |
| 248 "log", | 271 "log", |
| 249 "--format=%H", | 272 "--format=%H", |
| 250 "r0..r1" | 273 "r0..r1" |
| 251 ], | 274 ], |
| 252 "cwd": "[SLAVE_BUILD]/src", | 275 "cwd": "[BUILDER_CACHE]/linux/src", |
| 253 "name": "git commits in range", | 276 "name": "git commits in range", |
| 254 "stdout": "/path/to/tmp/", | 277 "stdout": "/path/to/tmp/", |
| 255 "~followup_annotations": [ | 278 "~followup_annotations": [ |
| 256 "@@@STEP_LOG_LINE@revisions@r1@@@", | 279 "@@@STEP_LOG_LINE@revisions@r1@@@", |
| 257 "@@@STEP_LOG_END@revisions@@@" | 280 "@@@STEP_LOG_END@revisions@@@" |
| 258 ] | 281 ] |
| 259 }, | 282 }, |
| 260 { | 283 { |
| 261 "cmd": [], | 284 "cmd": [], |
| 262 "name": "test r1" | 285 "name": "test r1" |
| 263 }, | 286 }, |
| 264 { | 287 { |
| 265 "cmd": [ | 288 "cmd": [ |
| 266 "python", | 289 "python", |
| 267 "-u", | 290 "-u", |
| 291 "\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", |
| 292 "[BUILDER_CACHE]/linux", |
| 293 "511" |
| 294 ], |
| 295 "name": "test r1.makedirs checkout path", |
| 296 "~followup_annotations": [ |
| 297 "@@@STEP_NEST_LEVEL@1@@@", |
| 298 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 299 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 300 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 301 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 302 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 303 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 304 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 305 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 306 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 307 "@@@STEP_LOG_END@python.inline@@@" |
| 308 ] |
| 309 }, |
| 310 { |
| 311 "cmd": [ |
| 312 "python", |
| 313 "-u", |
| 268 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 314 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 269 "--master", | 315 "--master", |
| 270 "tryserver.chromium.linux", | 316 "tryserver.chromium.linux", |
| 271 "--builder", | 317 "--builder", |
| 272 "linux_variable", | 318 "linux_variable", |
| 273 "--slave", | 319 "--slave", |
| 274 "build1-a1", | 320 "build1-a1", |
| 275 "--spec", | 321 "--spec", |
| 276 "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'}]", | 322 "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'}]", |
| 277 "--root", | 323 "--root", |
| 278 "src", | 324 "src", |
| 279 "--revision_mapping_file", | 325 "--revision_mapping_file", |
| 280 "{\"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\"}", | 326 "{\"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\"}", |
| 281 "--git-cache-dir", | 327 "--git-cache-dir", |
| 282 "[GIT_CACHE]", | 328 "[GIT_CACHE]", |
| 283 "--output_json", | 329 "--output_json", |
| 284 "/path/to/tmp/json", | 330 "/path/to/tmp/json", |
| 285 "--revision", | 331 "--revision", |
| 286 "src@r1", | 332 "src@r1", |
| 287 "--output_manifest" | 333 "--output_manifest" |
| 288 ], | 334 ], |
| 335 "cwd": "[BUILDER_CACHE]/linux", |
| 289 "env": { | 336 "env": { |
| 290 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 337 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 291 }, | 338 }, |
| 292 "name": "test r1.bot_update", | 339 "name": "test r1.bot_update", |
| 293 "~followup_annotations": [ | 340 "~followup_annotations": [ |
| 294 "@@@STEP_NEST_LEVEL@1@@@", | 341 "@@@STEP_NEST_LEVEL@1@@@", |
| 295 "@@@STEP_TEXT@Some step text@@@", | 342 "@@@STEP_TEXT@Some step text@@@", |
| 296 "@@@STEP_LOG_LINE@json.output@{@@@", | 343 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 344 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 345 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 "@@@STEP_LOG_END@json.output@@@" | 470 "@@@STEP_LOG_END@json.output@@@" |
| 424 ] | 471 ] |
| 425 }, | 472 }, |
| 426 { | 473 { |
| 427 "cmd": [ | 474 "cmd": [ |
| 428 "python", | 475 "python", |
| 429 "-u", | 476 "-u", |
| 430 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 477 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 431 "runhooks" | 478 "runhooks" |
| 432 ], | 479 ], |
| 433 "cwd": "[SLAVE_BUILD]/src", | 480 "cwd": "[BUILDER_CACHE]/linux/src", |
| 434 "env": { | 481 "env": { |
| 435 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 482 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 436 "GYP_CHROMIUM_NO_ACTION": "1", | 483 "GYP_CHROMIUM_NO_ACTION": "1", |
| 437 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi
ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_
isolation_mode=prepare use_goma=1", | 484 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi
ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_
isolation_mode=prepare use_goma=1", |
| 438 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 485 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 439 }, | 486 }, |
| 440 "name": "test r1.gclient runhooks", | 487 "name": "test r1.gclient runhooks", |
| 441 "~followup_annotations": [ | 488 "~followup_annotations": [ |
| 442 "@@@STEP_NEST_LEVEL@1@@@" | 489 "@@@STEP_NEST_LEVEL@1@@@" |
| 443 ] | 490 ] |
| 444 }, | 491 }, |
| 445 { | 492 { |
| 446 "cmd": [ | 493 "cmd": [ |
| 447 "python", | 494 "python", |
| 448 "-u", | 495 "-u", |
| 449 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 496 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py", |
| 450 "--output", | 497 "--output", |
| 451 "/path/to/tmp/json", | 498 "/path/to/tmp/json", |
| 452 "--", | 499 "--", |
| 453 "--build-config-fs", | 500 "--build-config-fs", |
| 454 "Release", | 501 "Release", |
| 455 "--use-src-side-runtest-py", | 502 "--use-src-side-runtest-py", |
| 456 "--paths", | 503 "--paths", |
| 457 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 504 "{\"checkout\": \"[BUILDER_CACHE]/linux/src\", \"runit.py\": \"RECIPE_PACK
AGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[
build]/scripts/slave/runtest.py\"}", |
| 458 "--properties", | 505 "--properties", |
| 459 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam
e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo
rm\": \"linux\"}" | 506 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam
e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo
rm\": \"linux\"}" |
| 460 ], | 507 ], |
| 461 "name": "test r1.get compile targets for scripts", | 508 "name": "test r1.get compile targets for scripts", |
| 462 "~followup_annotations": [ | 509 "~followup_annotations": [ |
| 463 "@@@STEP_NEST_LEVEL@1@@@", | 510 "@@@STEP_NEST_LEVEL@1@@@", |
| 464 "@@@STEP_LOG_LINE@json.output@{}@@@", | 511 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 465 "@@@STEP_LOG_END@json.output@@@" | 512 "@@@STEP_LOG_END@json.output@@@" |
| 466 ] | 513 ] |
| 467 }, | 514 }, |
| 468 { | 515 { |
| 469 "cmd": [ | 516 "cmd": [ |
| 470 "python", | 517 "python", |
| 471 "-u", | 518 "-u", |
| 472 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 519 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 473 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 520 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.linux.json", |
| 474 "/path/to/tmp/json" | 521 "/path/to/tmp/json" |
| 475 ], | 522 ], |
| 476 "name": "test r1.read test spec (chromium.linux.json)", | 523 "name": "test r1.read test spec (chromium.linux.json)", |
| 477 "~followup_annotations": [ | 524 "~followup_annotations": [ |
| 478 "@@@STEP_NEST_LEVEL@1@@@", | 525 "@@@STEP_NEST_LEVEL@1@@@", |
| 479 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 526 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.li
nux.json@@@", |
| 480 "@@@STEP_LOG_LINE@json.output@{@@@", | 527 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 481 "@@@STEP_LOG_LINE@json.output@ \"Linux Builder\": {@@@", | 528 "@@@STEP_LOG_LINE@json.output@ \"Linux Builder\": {@@@", |
| 482 "@@@STEP_LOG_LINE@json.output@ \"additional_compile_targets\": [@@@", | 529 "@@@STEP_LOG_LINE@json.output@ \"additional_compile_targets\": [@@@", |
| 483 "@@@STEP_LOG_LINE@json.output@ \"a\", @@@", | 530 "@@@STEP_LOG_LINE@json.output@ \"a\", @@@", |
| 484 "@@@STEP_LOG_LINE@json.output@ \"a_run\", @@@", | 531 "@@@STEP_LOG_LINE@json.output@ \"a_run\", @@@", |
| 485 "@@@STEP_LOG_LINE@json.output@ \"b\", @@@", | 532 "@@@STEP_LOG_LINE@json.output@ \"b\", @@@", |
| 486 "@@@STEP_LOG_LINE@json.output@ \"b_run\"@@@", | 533 "@@@STEP_LOG_LINE@json.output@ \"b_run\"@@@", |
| 487 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 534 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 488 "@@@STEP_LOG_LINE@json.output@ }@@@", | 535 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 489 "@@@STEP_LOG_LINE@json.output@}@@@", | 536 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 490 "@@@STEP_LOG_END@json.output@@@" | 537 "@@@STEP_LOG_END@json.output@@@" |
| 491 ] | 538 ] |
| 492 }, | 539 }, |
| 493 { | 540 { |
| 494 "cmd": [ | 541 "cmd": [ |
| 495 "git", | 542 "git", |
| 496 "diff", | 543 "diff", |
| 497 "r1~1", | 544 "r1~1", |
| 498 "r1", | 545 "r1", |
| 499 "--name-only" | 546 "--name-only" |
| 500 ], | 547 ], |
| 501 "cwd": "[SLAVE_BUILD]/src", | 548 "cwd": "[BUILDER_CACHE]/linux/src", |
| 502 "name": "test r1.git diff to analyze commit", | 549 "name": "test r1.git diff to analyze commit", |
| 503 "stdout": "/path/to/tmp/", | 550 "stdout": "/path/to/tmp/", |
| 504 "~followup_annotations": [ | 551 "~followup_annotations": [ |
| 505 "@@@STEP_NEST_LEVEL@1@@@", | 552 "@@@STEP_NEST_LEVEL@1@@@", |
| 506 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 553 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 507 "@@@STEP_LOG_END@files@@@" | 554 "@@@STEP_LOG_END@files@@@" |
| 508 ] | 555 ] |
| 509 }, | 556 }, |
| 510 { | 557 { |
| 511 "cmd": [ | 558 "cmd": [ |
| 512 "python", | 559 "python", |
| 513 "-u", | 560 "-u", |
| 514 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 561 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 515 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 562 "[BUILDER_CACHE]/linux/src/testing/buildbot/trybot_analyze_config.json", |
| 516 "/path/to/tmp/json" | 563 "/path/to/tmp/json" |
| 517 ], | 564 ], |
| 518 "name": "test r1.read filter exclusion spec", | 565 "name": "test r1.read filter exclusion spec", |
| 519 "~followup_annotations": [ | 566 "~followup_annotations": [ |
| 520 "@@@STEP_NEST_LEVEL@1@@@", | 567 "@@@STEP_NEST_LEVEL@1@@@", |
| 521 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 568 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 522 "@@@STEP_LOG_LINE@json.output@{@@@", | 569 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 523 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 570 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 524 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 571 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 525 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 572 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 526 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 573 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 527 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 574 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 528 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 575 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 529 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 576 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
| 530 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 577 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 531 "@@@STEP_LOG_LINE@json.output@ }@@@", | 578 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 532 "@@@STEP_LOG_LINE@json.output@}@@@", | 579 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 533 "@@@STEP_LOG_END@json.output@@@" | 580 "@@@STEP_LOG_END@json.output@@@" |
| 534 ] | 581 ] |
| 535 }, | 582 }, |
| 536 { | 583 { |
| 537 "cmd": [ | 584 "cmd": [ |
| 538 "python", | 585 "python", |
| 539 "-u", | 586 "-u", |
| 540 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 587 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 541 "analyze", | 588 "analyze", |
| 542 "-m", | 589 "-m", |
| 543 "chromium.linux", | 590 "chromium.linux", |
| 544 "-b", | 591 "-b", |
| 545 "Linux Builder", | 592 "Linux Builder", |
| 546 "-v", | 593 "-v", |
| 547 "//out/Release", | 594 "//out/Release", |
| 548 "{\"additional_compile_targets\": [\"a\", \"a_run\", \"b\", \"b_run\", \"c
hromium_swarm_tests\"], \"files\": [\"foo.cc\"], \"test_targets\": []}", | 595 "{\"additional_compile_targets\": [\"a\", \"a_run\", \"b\", \"b_run\", \"c
hromium_swarm_tests\"], \"files\": [\"foo.cc\"], \"test_targets\": []}", |
| 549 "/path/to/tmp/json" | 596 "/path/to/tmp/json" |
| 550 ], | 597 ], |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 602 ], | 649 ], |
| 603 "name": "test r1.cleanup_temp", | 650 "name": "test r1.cleanup_temp", |
| 604 "~followup_annotations": [ | 651 "~followup_annotations": [ |
| 605 "@@@STEP_NEST_LEVEL@1@@@" | 652 "@@@STEP_NEST_LEVEL@1@@@" |
| 606 ] | 653 ] |
| 607 }, | 654 }, |
| 608 { | 655 { |
| 609 "cmd": [ | 656 "cmd": [ |
| 610 "python", | 657 "python", |
| 611 "-u", | 658 "-u", |
| 612 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 659 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 613 "gen", | 660 "gen", |
| 614 "-m", | 661 "-m", |
| 615 "chromium.linux", | 662 "chromium.linux", |
| 616 "-b", | 663 "-b", |
| 617 "Linux Builder", | 664 "Linux Builder", |
| 618 "--config-file", | 665 "--config-file", |
| 619 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 666 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 620 "--goma-dir", | 667 "--goma-dir", |
| 621 "[CACHE]/cipd/goma", | 668 "[CACHE]/cipd/goma", |
| 622 "//out/Release" | 669 "//out/Release" |
| 623 ], | 670 ], |
| 624 "cwd": "[SLAVE_BUILD]/src", | 671 "cwd": "[BUILDER_CACHE]/linux/src", |
| 625 "env": { | 672 "env": { |
| 626 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 673 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 627 }, | 674 }, |
| 628 "name": "test r1.generate_build_files", | 675 "name": "test r1.generate_build_files", |
| 629 "~followup_annotations": [ | 676 "~followup_annotations": [ |
| 630 "@@@STEP_NEST_LEVEL@1@@@" | 677 "@@@STEP_NEST_LEVEL@1@@@" |
| 631 ] | 678 ] |
| 632 }, | 679 }, |
| 633 { | 680 { |
| 634 "cmd": [ | 681 "cmd": [ |
| 635 "python", | 682 "python", |
| 636 "-u", | 683 "-u", |
| 637 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 684 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 638 "--show-path", | 685 "--show-path", |
| 639 "python", | 686 "python", |
| 640 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 687 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 641 "--gsutil-py-path", | 688 "--gsutil-py-path", |
| 642 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 689 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 643 "--ninja-path", | 690 "--ninja-path", |
| 644 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 691 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 645 "--target", | 692 "--target", |
| 646 "Release", | 693 "Release", |
| 647 "--src-dir", | 694 "--src-dir", |
| 648 "[SLAVE_BUILD]/src", | 695 "[BUILDER_CACHE]/linux/src", |
| 649 "--goma-cache-dir", | 696 "--goma-cache-dir", |
| 650 "[GOMA_CACHE]", | 697 "[GOMA_CACHE]", |
| 698 "--goma-deps-cache-dir", |
| 699 "[GOMA_DEPS_CACHE]", |
| 651 "--compiler", | 700 "--compiler", |
| 652 "goma", | 701 "goma", |
| 653 "--goma-jsonstatus", | 702 "--goma-jsonstatus", |
| 654 "/path/to/tmp/json", | 703 "/path/to/tmp/json", |
| 655 "--goma-service-account-json-file", | 704 "--goma-service-account-json-file", |
| 656 "/creds/service_accounts/service-account-goma-client.json", | 705 "/creds/service_accounts/service-account-goma-client.json", |
| 657 "--goma-dir", | 706 "--goma-dir", |
| 658 "[CACHE]/cipd/goma", | 707 "[CACHE]/cipd/goma", |
| 659 "--ninja-ensure-up-to-date", | 708 "--ninja-ensure-up-to-date", |
| 660 "--", | 709 "--", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 697 "@@@STEP_LOG_END@report@@@", | 746 "@@@STEP_LOG_END@report@@@", |
| 698 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 747 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
| 699 ] | 748 ] |
| 700 }, | 749 }, |
| 701 { | 750 { |
| 702 "name": "$result", | 751 "name": "$result", |
| 703 "recipe_result": null, | 752 "recipe_result": null, |
| 704 "status_code": 0 | 753 "status_code": 0 |
| 705 } | 754 } |
| 706 ] | 755 ] |
| OLD | NEW |