| 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_END@json.output@@@" | 528 "@@@STEP_LOG_END@json.output@@@" |
| 482 ] | 529 ] |
| 483 }, | 530 }, |
| 484 { | 531 { |
| 485 "cmd": [ | 532 "cmd": [ |
| 486 "git", | 533 "git", |
| 487 "diff", | 534 "diff", |
| 488 "r1~1", | 535 "r1~1", |
| 489 "r1", | 536 "r1", |
| 490 "--name-only" | 537 "--name-only" |
| 491 ], | 538 ], |
| 492 "cwd": "[SLAVE_BUILD]/src", | 539 "cwd": "[BUILDER_CACHE]/linux/src", |
| 493 "name": "test r1.git diff to analyze commit", | 540 "name": "test r1.git diff to analyze commit", |
| 494 "stdout": "/path/to/tmp/", | 541 "stdout": "/path/to/tmp/", |
| 495 "~followup_annotations": [ | 542 "~followup_annotations": [ |
| 496 "@@@STEP_NEST_LEVEL@1@@@", | 543 "@@@STEP_NEST_LEVEL@1@@@", |
| 497 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 544 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 498 "@@@STEP_LOG_END@files@@@" | 545 "@@@STEP_LOG_END@files@@@" |
| 499 ] | 546 ] |
| 500 }, | 547 }, |
| 501 { | 548 { |
| 502 "cmd": [ | 549 "cmd": [ |
| 503 "python", | 550 "python", |
| 504 "-u", | 551 "-u", |
| 505 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 552 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 506 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 553 "[BUILDER_CACHE]/linux/src/testing/buildbot/trybot_analyze_config.json", |
| 507 "/path/to/tmp/json" | 554 "/path/to/tmp/json" |
| 508 ], | 555 ], |
| 509 "name": "test r1.read filter exclusion spec", | 556 "name": "test r1.read filter exclusion spec", |
| 510 "~followup_annotations": [ | 557 "~followup_annotations": [ |
| 511 "@@@STEP_NEST_LEVEL@1@@@", | 558 "@@@STEP_NEST_LEVEL@1@@@", |
| 512 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 559 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 513 "@@@STEP_LOG_LINE@json.output@{@@@", | 560 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 514 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 561 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 515 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 562 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 516 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 563 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 517 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 564 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 518 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 565 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 519 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 566 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 520 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 567 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
| 521 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 568 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 522 "@@@STEP_LOG_LINE@json.output@ }@@@", | 569 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 523 "@@@STEP_LOG_LINE@json.output@}@@@", | 570 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 524 "@@@STEP_LOG_END@json.output@@@" | 571 "@@@STEP_LOG_END@json.output@@@" |
| 525 ] | 572 ] |
| 526 }, | 573 }, |
| 527 { | 574 { |
| 528 "cmd": [ | 575 "cmd": [ |
| 529 "python", | 576 "python", |
| 530 "-u", | 577 "-u", |
| 531 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 578 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 532 "analyze", | 579 "analyze", |
| 533 "-m", | 580 "-m", |
| 534 "chromium.linux", | 581 "chromium.linux", |
| 535 "-b", | 582 "-b", |
| 536 "Linux Builder", | 583 "Linux Builder", |
| 537 "-v", | 584 "-v", |
| 538 "//out/Release", | 585 "//out/Release", |
| 539 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [
\"foo.cc\"], \"test_targets\": []}", | 586 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [
\"foo.cc\"], \"test_targets\": []}", |
| 540 "/path/to/tmp/json" | 587 "/path/to/tmp/json" |
| 541 ], | 588 ], |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 "@@@STEP_LOG_END@report@@@", | 637 "@@@STEP_LOG_END@report@@@", |
| 591 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"skipped\"}}@@@" | 638 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"skipped\"}}@@@" |
| 592 ] | 639 ] |
| 593 }, | 640 }, |
| 594 { | 641 { |
| 595 "name": "$result", | 642 "name": "$result", |
| 596 "recipe_result": null, | 643 "recipe_result": null, |
| 597 "status_code": 0 | 644 "status_code": 0 |
| 598 } | 645 } |
| 599 ] | 646 ] |
| OLD | NEW |