| 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\": \"{\\\"additional_b
uild_parameters\\\": {\\\"compile_targets\\\": null}}\"@@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"parameters_json\": \"{\\\"additional_b
uild_parameters\\\": {\\\"compile_targets\\\": null}}\"@@@", |
| 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@ \"base_unittests\"@@@", | 530 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", |
| 484 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 531 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 485 "@@@STEP_LOG_LINE@json.output@ }@@@", | 532 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 486 "@@@STEP_LOG_LINE@json.output@}@@@", | 533 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 487 "@@@STEP_LOG_END@json.output@@@" | 534 "@@@STEP_LOG_END@json.output@@@" |
| 488 ] | 535 ] |
| 489 }, | 536 }, |
| 490 { | 537 { |
| 491 "cmd": [ | 538 "cmd": [ |
| 492 "python", | 539 "python", |
| 493 "-u", | 540 "-u", |
| 494 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 541 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 495 "--show-path", | 542 "--show-path", |
| 496 "python", | 543 "python", |
| 497 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 544 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 498 ], | 545 ], |
| 499 "name": "test r1.cleanup_temp", | 546 "name": "test r1.cleanup_temp", |
| 500 "~followup_annotations": [ | 547 "~followup_annotations": [ |
| 501 "@@@STEP_NEST_LEVEL@1@@@" | 548 "@@@STEP_NEST_LEVEL@1@@@" |
| 502 ] | 549 ] |
| 503 }, | 550 }, |
| 504 { | 551 { |
| 505 "cmd": [ | 552 "cmd": [ |
| 506 "python", | 553 "python", |
| 507 "-u", | 554 "-u", |
| 508 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 555 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 509 "gen", | 556 "gen", |
| 510 "-m", | 557 "-m", |
| 511 "chromium.linux", | 558 "chromium.linux", |
| 512 "-b", | 559 "-b", |
| 513 "Linux Builder", | 560 "Linux Builder", |
| 514 "--config-file", | 561 "--config-file", |
| 515 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 562 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 516 "--goma-dir", | 563 "--goma-dir", |
| 517 "[CACHE]/cipd/goma", | 564 "[CACHE]/cipd/goma", |
| 518 "//out/Release" | 565 "//out/Release" |
| 519 ], | 566 ], |
| 520 "cwd": "[SLAVE_BUILD]/src", | 567 "cwd": "[BUILDER_CACHE]/linux/src", |
| 521 "env": { | 568 "env": { |
| 522 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 569 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 523 }, | 570 }, |
| 524 "name": "test r1.generate_build_files", | 571 "name": "test r1.generate_build_files", |
| 525 "~followup_annotations": [ | 572 "~followup_annotations": [ |
| 526 "@@@STEP_NEST_LEVEL@1@@@" | 573 "@@@STEP_NEST_LEVEL@1@@@" |
| 527 ] | 574 ] |
| 528 }, | 575 }, |
| 529 { | 576 { |
| 530 "cmd": [ | 577 "cmd": [ |
| 531 "python", | 578 "python", |
| 532 "-u", | 579 "-u", |
| 533 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 580 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 534 "--show-path", | 581 "--show-path", |
| 535 "python", | 582 "python", |
| 536 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 583 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 537 "--gsutil-py-path", | 584 "--gsutil-py-path", |
| 538 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 585 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 539 "--ninja-path", | 586 "--ninja-path", |
| 540 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 587 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 541 "--target", | 588 "--target", |
| 542 "Release", | 589 "Release", |
| 543 "--src-dir", | 590 "--src-dir", |
| 544 "[SLAVE_BUILD]/src", | 591 "[BUILDER_CACHE]/linux/src", |
| 545 "--goma-cache-dir", | 592 "--goma-cache-dir", |
| 546 "[GOMA_CACHE]", | 593 "[GOMA_CACHE]", |
| 594 "--goma-deps-cache-dir", |
| 595 "[GOMA_DEPS_CACHE]", |
| 547 "--compiler", | 596 "--compiler", |
| 548 "goma", | 597 "goma", |
| 549 "--goma-jsonstatus", | 598 "--goma-jsonstatus", |
| 550 "/path/to/tmp/json", | 599 "/path/to/tmp/json", |
| 551 "--goma-service-account-json-file", | 600 "--goma-service-account-json-file", |
| 552 "/creds/service_accounts/service-account-goma-client.json", | 601 "/creds/service_accounts/service-account-goma-client.json", |
| 553 "--goma-dir", | 602 "--goma-dir", |
| 554 "[CACHE]/cipd/goma", | 603 "[CACHE]/cipd/goma", |
| 555 "--ninja-ensure-up-to-date", | 604 "--ninja-ensure-up-to-date", |
| 556 "--", | 605 "--", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 "@@@STEP_LOG_END@report@@@", | 642 "@@@STEP_LOG_END@report@@@", |
| 594 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 643 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
| 595 ] | 644 ] |
| 596 }, | 645 }, |
| 597 { | 646 { |
| 598 "name": "$result", | 647 "name": "$result", |
| 599 "recipe_result": null, | 648 "recipe_result": null, |
| 600 "status_code": 0 | 649 "status_code": 0 |
| 601 } | 650 } |
| 602 ] | 651 ] |
| OLD | NEW |