| 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\\\": [\\\"target_name\\\"]}}\"@@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"parameters_json\": \"{\\\"additional_b
uild_parameters\\\": {\\\"compile_targets\\\": [\\\"target_name\\\"]}}\"@@@", |
| 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 "python", | 533 "python", |
| 487 "-u", | 534 "-u", |
| 488 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 535 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 489 "gen", | 536 "gen", |
| 490 "-m", | 537 "-m", |
| 491 "chromium.linux", | 538 "chromium.linux", |
| 492 "-b", | 539 "-b", |
| 493 "Linux Builder", | 540 "Linux Builder", |
| 494 "--config-file", | 541 "--config-file", |
| 495 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 542 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 496 "--goma-dir", | 543 "--goma-dir", |
| 497 "[CACHE]/cipd/goma", | 544 "[CACHE]/cipd/goma", |
| 498 "//out/Release" | 545 "//out/Release" |
| 499 ], | 546 ], |
| 500 "cwd": "[SLAVE_BUILD]/src", | 547 "cwd": "[BUILDER_CACHE]/linux/src", |
| 501 "env": { | 548 "env": { |
| 502 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 549 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 503 }, | 550 }, |
| 504 "name": "test r1.generate_build_files", | 551 "name": "test r1.generate_build_files", |
| 505 "~followup_annotations": [ | 552 "~followup_annotations": [ |
| 506 "@@@STEP_NEST_LEVEL@1@@@" | 553 "@@@STEP_NEST_LEVEL@1@@@" |
| 507 ] | 554 ] |
| 508 }, | 555 }, |
| 509 { | 556 { |
| 510 "cmd": [ | 557 "cmd": [ |
| 511 "python", | 558 "python", |
| 512 "-u", | 559 "-u", |
| 513 "RECIPE_MODULE[build::findit]/resources/check_target_existence.py", | 560 "RECIPE_MODULE[build::findit]/resources/check_target_existence.py", |
| 514 "--target-build-dir", | 561 "--target-build-dir", |
| 515 "[SLAVE_BUILD]/src/out/Release", | 562 "[BUILDER_CACHE]/linux/src/out/Release", |
| 516 "--target", | 563 "--target", |
| 517 "target_name", | 564 "target_name", |
| 518 "--json-output", | 565 "--json-output", |
| 519 "/path/to/tmp/json" | 566 "/path/to/tmp/json" |
| 520 ], | 567 ], |
| 521 "name": "test r1.check_targets", | 568 "name": "test r1.check_targets", |
| 522 "~followup_annotations": [ | 569 "~followup_annotations": [ |
| 523 "@@@STEP_NEST_LEVEL@1@@@", | 570 "@@@STEP_NEST_LEVEL@1@@@", |
| 524 "@@@STEP_LOG_LINE@json.output@{@@@", | 571 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 525 "@@@STEP_LOG_LINE@json.output@ \"found\": [@@@", | 572 "@@@STEP_LOG_LINE@json.output@ \"found\": [@@@", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 541 ], | 588 ], |
| 542 "name": "test r1.cleanup_temp", | 589 "name": "test r1.cleanup_temp", |
| 543 "~followup_annotations": [ | 590 "~followup_annotations": [ |
| 544 "@@@STEP_NEST_LEVEL@1@@@" | 591 "@@@STEP_NEST_LEVEL@1@@@" |
| 545 ] | 592 ] |
| 546 }, | 593 }, |
| 547 { | 594 { |
| 548 "cmd": [ | 595 "cmd": [ |
| 549 "python", | 596 "python", |
| 550 "-u", | 597 "-u", |
| 551 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 598 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 552 "gen", | 599 "gen", |
| 553 "-m", | 600 "-m", |
| 554 "chromium.linux", | 601 "chromium.linux", |
| 555 "-b", | 602 "-b", |
| 556 "Linux Builder", | 603 "Linux Builder", |
| 557 "--config-file", | 604 "--config-file", |
| 558 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 605 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 559 "--goma-dir", | 606 "--goma-dir", |
| 560 "[CACHE]/cipd/goma", | 607 "[CACHE]/cipd/goma", |
| 561 "//out/Release" | 608 "//out/Release" |
| 562 ], | 609 ], |
| 563 "cwd": "[SLAVE_BUILD]/src", | 610 "cwd": "[BUILDER_CACHE]/linux/src", |
| 564 "env": { | 611 "env": { |
| 565 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 612 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 566 }, | 613 }, |
| 567 "name": "test r1.generate_build_files (2)", | 614 "name": "test r1.generate_build_files (2)", |
| 568 "~followup_annotations": [ | 615 "~followup_annotations": [ |
| 569 "@@@STEP_NEST_LEVEL@1@@@" | 616 "@@@STEP_NEST_LEVEL@1@@@" |
| 570 ] | 617 ] |
| 571 }, | 618 }, |
| 572 { | 619 { |
| 573 "cmd": [ | 620 "cmd": [ |
| 574 "python", | 621 "python", |
| 575 "-u", | 622 "-u", |
| 576 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 623 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 577 "--show-path", | 624 "--show-path", |
| 578 "python", | 625 "python", |
| 579 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 626 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 580 "--gsutil-py-path", | 627 "--gsutil-py-path", |
| 581 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 628 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 582 "--ninja-path", | 629 "--ninja-path", |
| 583 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 630 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 584 "--target", | 631 "--target", |
| 585 "Release", | 632 "Release", |
| 586 "--src-dir", | 633 "--src-dir", |
| 587 "[SLAVE_BUILD]/src", | 634 "[BUILDER_CACHE]/linux/src", |
| 588 "--goma-cache-dir", | 635 "--goma-cache-dir", |
| 589 "[GOMA_CACHE]", | 636 "[GOMA_CACHE]", |
| 637 "--goma-deps-cache-dir", |
| 638 "[GOMA_DEPS_CACHE]", |
| 590 "--compiler", | 639 "--compiler", |
| 591 "goma", | 640 "goma", |
| 592 "--goma-jsonstatus", | 641 "--goma-jsonstatus", |
| 593 "/path/to/tmp/json", | 642 "/path/to/tmp/json", |
| 594 "--goma-service-account-json-file", | 643 "--goma-service-account-json-file", |
| 595 "/creds/service_accounts/service-account-goma-client.json", | 644 "/creds/service_accounts/service-account-goma-client.json", |
| 596 "--goma-dir", | 645 "--goma-dir", |
| 597 "[CACHE]/cipd/goma", | 646 "[CACHE]/cipd/goma", |
| 598 "--ninja-ensure-up-to-date", | 647 "--ninja-ensure-up-to-date", |
| 599 "--", | 648 "--", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 "@@@STEP_LOG_END@report@@@", | 684 "@@@STEP_LOG_END@report@@@", |
| 636 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 685 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
| 637 ] | 686 ] |
| 638 }, | 687 }, |
| 639 { | 688 { |
| 640 "name": "$result", | 689 "name": "$result", |
| 641 "recipe_result": null, | 690 "recipe_result": null, |
| 642 "status_code": 0 | 691 "status_code": 0 |
| 643 } | 692 } |
| 644 ] | 693 ] |
| OLD | NEW |