| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/linux", |
| 8 "511" |
| 9 ], |
| 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 21 "@@@STEP_LOG_END@python.inline@@@" |
| 22 ] |
| 23 }, |
| 24 { |
| 25 "cmd": [ |
| 26 "python", |
| 27 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 29 "--master", |
| 8 "tryserver.chromium.linux", | 30 "tryserver.chromium.linux", |
| 9 "--builder", | 31 "--builder", |
| 10 "linux_variable", | 32 "linux_variable", |
| 11 "--slave", | 33 "--slave", |
| 12 "build1-a1", | 34 "build1-a1", |
| 13 "--spec", | 35 "--spec", |
| 14 "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'}]", | 36 "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'}]", |
| 15 "--root", | 37 "--root", |
| 16 "src", | 38 "src", |
| 17 "--revision_mapping_file", | 39 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 40 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
| 19 "--git-cache-dir", | 41 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
| 21 "--output_json", | 43 "--output_json", |
| 22 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
| 23 "--revision", | 45 "--revision", |
| 24 "src@r10", | 46 "src@r10", |
| 25 "--output_manifest" | 47 "--output_manifest" |
| 26 ], | 48 ], |
| 49 "cwd": "[BUILDER_CACHE]/linux", |
| 27 "env": { | 50 "env": { |
| 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 29 }, | 52 }, |
| 30 "name": "bot_update", | 53 "name": "bot_update", |
| 31 "~followup_annotations": [ | 54 "~followup_annotations": [ |
| 32 "@@@STEP_TEXT@Some step text@@@", | 55 "@@@STEP_TEXT@Some step text@@@", |
| 33 "@@@STEP_LOG_LINE@json.output@{@@@", | 56 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r10\"@@@", | 59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r10\"@@@", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 "@@@STEP_LOG_LINE@json.output@ }@@@", | 177 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 178 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@}@@@", | 179 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 157 "@@@STEP_LOG_END@json.output@@@" | 180 "@@@STEP_LOG_END@json.output@@@" |
| 158 ] | 181 ] |
| 159 }, | 182 }, |
| 160 { | 183 { |
| 161 "cmd": [ | 184 "cmd": [ |
| 162 "python", | 185 "python", |
| 163 "-u", | 186 "-u", |
| 164 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 187 "[BUILDER_CACHE]/linux/src/tools/swarming_client/swarming.py", |
| 165 "--version" | 188 "--version" |
| 166 ], | 189 ], |
| 167 "name": "swarming.py --version", | 190 "name": "swarming.py --version", |
| 168 "stdout": "/path/to/tmp/", | 191 "stdout": "/path/to/tmp/", |
| 169 "~followup_annotations": [ | 192 "~followup_annotations": [ |
| 170 "@@@STEP_TEXT@0.8.6@@@" | 193 "@@@STEP_TEXT@0.8.6@@@" |
| 171 ] | 194 ] |
| 172 }, | 195 }, |
| 173 { | 196 { |
| 174 "cmd": [ | 197 "cmd": [ |
| 175 "python", | 198 "python", |
| 176 "-u", | 199 "-u", |
| 177 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 200 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 178 "runhooks" | 201 "runhooks" |
| 179 ], | 202 ], |
| 180 "cwd": "[SLAVE_BUILD]/src", | 203 "cwd": "[BUILDER_CACHE]/linux/src", |
| 181 "env": { | 204 "env": { |
| 182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 205 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 183 "GYP_CHROMIUM_NO_ACTION": "1", | 206 "GYP_CHROMIUM_NO_ACTION": "1", |
| 184 "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", | 207 "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", |
| 185 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 208 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 186 }, | 209 }, |
| 187 "name": "gclient runhooks" | 210 "name": "gclient runhooks" |
| 188 }, | 211 }, |
| 189 { | 212 { |
| 190 "cmd": [ | 213 "cmd": [ |
| 191 "python", | 214 "python", |
| 192 "-u", | 215 "-u", |
| 193 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 216 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py", |
| 194 "--output", | 217 "--output", |
| 195 "/path/to/tmp/json", | 218 "/path/to/tmp/json", |
| 196 "--", | 219 "--", |
| 197 "--build-config-fs", | 220 "--build-config-fs", |
| 198 "Release", | 221 "Release", |
| 199 "--use-src-side-runtest-py", | 222 "--use-src-side-runtest-py", |
| 200 "--paths", | 223 "--paths", |
| 201 "{\"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\"}", | 224 "{\"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\"}", |
| 202 "--properties", | 225 "--properties", |
| 203 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam
e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo
rm\": \"linux\"}" | 226 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam
e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo
rm\": \"linux\"}" |
| 204 ], | 227 ], |
| 205 "name": "get compile targets for scripts", | 228 "name": "get compile targets for scripts", |
| 206 "~followup_annotations": [ | 229 "~followup_annotations": [ |
| 207 "@@@STEP_LOG_LINE@json.output@{}@@@", | 230 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 208 "@@@STEP_LOG_END@json.output@@@" | 231 "@@@STEP_LOG_END@json.output@@@" |
| 209 ] | 232 ] |
| 210 }, | 233 }, |
| 211 { | 234 { |
| 212 "cmd": [ | 235 "cmd": [ |
| 213 "python", | 236 "python", |
| 214 "-u", | 237 "-u", |
| 215 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 238 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 216 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 239 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.linux.json", |
| 217 "/path/to/tmp/json" | 240 "/path/to/tmp/json" |
| 218 ], | 241 ], |
| 219 "name": "read test spec (chromium.linux.json)", | 242 "name": "read test spec (chromium.linux.json)", |
| 220 "~followup_annotations": [ | 243 "~followup_annotations": [ |
| 221 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 244 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.li
nux.json@@@", |
| 222 "@@@STEP_LOG_LINE@json.output@{}@@@", | 245 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 223 "@@@STEP_LOG_END@json.output@@@" | 246 "@@@STEP_LOG_END@json.output@@@" |
| 224 ] | 247 ] |
| 225 }, | 248 }, |
| 226 { | 249 { |
| 227 "cmd": [ | 250 "cmd": [ |
| 228 "git", | 251 "git", |
| 229 "log", | 252 "log", |
| 230 "--format=%H", | 253 "--format=%H", |
| 231 "r1..r10" | 254 "r1..r10" |
| 232 ], | 255 ], |
| 233 "cwd": "[SLAVE_BUILD]/src", | 256 "cwd": "[BUILDER_CACHE]/linux/src", |
| 234 "name": "git commits in range", | 257 "name": "git commits in range", |
| 235 "stdout": "/path/to/tmp/", | 258 "stdout": "/path/to/tmp/", |
| 236 "~followup_annotations": [ | 259 "~followup_annotations": [ |
| 237 "@@@STEP_LOG_LINE@revisions@r2@@@", | 260 "@@@STEP_LOG_LINE@revisions@r2@@@", |
| 238 "@@@STEP_LOG_LINE@revisions@r3@@@", | 261 "@@@STEP_LOG_LINE@revisions@r3@@@", |
| 239 "@@@STEP_LOG_LINE@revisions@r4@@@", | 262 "@@@STEP_LOG_LINE@revisions@r4@@@", |
| 240 "@@@STEP_LOG_LINE@revisions@r5@@@", | 263 "@@@STEP_LOG_LINE@revisions@r5@@@", |
| 241 "@@@STEP_LOG_LINE@revisions@r6@@@", | 264 "@@@STEP_LOG_LINE@revisions@r6@@@", |
| 242 "@@@STEP_LOG_LINE@revisions@r7@@@", | 265 "@@@STEP_LOG_LINE@revisions@r7@@@", |
| 243 "@@@STEP_LOG_LINE@revisions@r8@@@", | 266 "@@@STEP_LOG_LINE@revisions@r8@@@", |
| 244 "@@@STEP_LOG_LINE@revisions@r9@@@", | 267 "@@@STEP_LOG_LINE@revisions@r9@@@", |
| 245 "@@@STEP_LOG_LINE@revisions@r10@@@", | 268 "@@@STEP_LOG_LINE@revisions@r10@@@", |
| 246 "@@@STEP_LOG_END@revisions@@@" | 269 "@@@STEP_LOG_END@revisions@@@" |
| 247 ] | 270 ] |
| 248 }, | 271 }, |
| 249 { | 272 { |
| 250 "cmd": [], | 273 "cmd": [], |
| 251 "name": "test r6" | 274 "name": "test r6" |
| 252 }, | 275 }, |
| 253 { | 276 { |
| 254 "cmd": [ | 277 "cmd": [ |
| 255 "python", | 278 "python", |
| 256 "-u", | 279 "-u", |
| 280 "\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", |
| 281 "[BUILDER_CACHE]/linux", |
| 282 "511" |
| 283 ], |
| 284 "name": "test r6.makedirs checkout path", |
| 285 "~followup_annotations": [ |
| 286 "@@@STEP_NEST_LEVEL@1@@@", |
| 287 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 288 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 289 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 290 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 291 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 292 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 293 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 294 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 295 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 296 "@@@STEP_LOG_END@python.inline@@@" |
| 297 ] |
| 298 }, |
| 299 { |
| 300 "cmd": [ |
| 301 "python", |
| 302 "-u", |
| 257 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 303 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 258 "--master", | 304 "--master", |
| 259 "tryserver.chromium.linux", | 305 "tryserver.chromium.linux", |
| 260 "--builder", | 306 "--builder", |
| 261 "linux_variable", | 307 "linux_variable", |
| 262 "--slave", | 308 "--slave", |
| 263 "build1-a1", | 309 "build1-a1", |
| 264 "--spec", | 310 "--spec", |
| 265 "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'}]", | 311 "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'}]", |
| 266 "--root", | 312 "--root", |
| 267 "src", | 313 "src", |
| 268 "--revision_mapping_file", | 314 "--revision_mapping_file", |
| 269 "{\"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\"}", | 315 "{\"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\"}", |
| 270 "--git-cache-dir", | 316 "--git-cache-dir", |
| 271 "[GIT_CACHE]", | 317 "[GIT_CACHE]", |
| 272 "--output_json", | 318 "--output_json", |
| 273 "/path/to/tmp/json", | 319 "/path/to/tmp/json", |
| 274 "--revision", | 320 "--revision", |
| 275 "src@r6", | 321 "src@r6", |
| 276 "--output_manifest" | 322 "--output_manifest" |
| 277 ], | 323 ], |
| 324 "cwd": "[BUILDER_CACHE]/linux", |
| 278 "env": { | 325 "env": { |
| 279 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 326 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 280 }, | 327 }, |
| 281 "name": "test r6.bot_update", | 328 "name": "test r6.bot_update", |
| 282 "~followup_annotations": [ | 329 "~followup_annotations": [ |
| 283 "@@@STEP_NEST_LEVEL@1@@@", | 330 "@@@STEP_NEST_LEVEL@1@@@", |
| 284 "@@@STEP_TEXT@Some step text@@@", | 331 "@@@STEP_TEXT@Some step text@@@", |
| 285 "@@@STEP_LOG_LINE@json.output@{@@@", | 332 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 286 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 333 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 334 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 "@@@STEP_LOG_END@json.output@@@" | 459 "@@@STEP_LOG_END@json.output@@@" |
| 413 ] | 460 ] |
| 414 }, | 461 }, |
| 415 { | 462 { |
| 416 "cmd": [ | 463 "cmd": [ |
| 417 "python", | 464 "python", |
| 418 "-u", | 465 "-u", |
| 419 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 466 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 420 "runhooks" | 467 "runhooks" |
| 421 ], | 468 ], |
| 422 "cwd": "[SLAVE_BUILD]/src", | 469 "cwd": "[BUILDER_CACHE]/linux/src", |
| 423 "env": { | 470 "env": { |
| 424 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 425 "GYP_CHROMIUM_NO_ACTION": "1", | 472 "GYP_CHROMIUM_NO_ACTION": "1", |
| 426 "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", | 473 "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", |
| 427 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 474 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 428 }, | 475 }, |
| 429 "name": "test r6.gclient runhooks", | 476 "name": "test r6.gclient runhooks", |
| 430 "~followup_annotations": [ | 477 "~followup_annotations": [ |
| 431 "@@@STEP_NEST_LEVEL@1@@@" | 478 "@@@STEP_NEST_LEVEL@1@@@" |
| 432 ] | 479 ] |
| 433 }, | 480 }, |
| 434 { | 481 { |
| 435 "cmd": [ | 482 "cmd": [ |
| 436 "python", | 483 "python", |
| 437 "-u", | 484 "-u", |
| 438 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 485 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py", |
| 439 "--output", | 486 "--output", |
| 440 "/path/to/tmp/json", | 487 "/path/to/tmp/json", |
| 441 "--", | 488 "--", |
| 442 "--build-config-fs", | 489 "--build-config-fs", |
| 443 "Release", | 490 "Release", |
| 444 "--use-src-side-runtest-py", | 491 "--use-src-side-runtest-py", |
| 445 "--paths", | 492 "--paths", |
| 446 "{\"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\"}", | 493 "{\"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\"}", |
| 447 "--properties", | 494 "--properties", |
| 448 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam
e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo
rm\": \"linux\"}" | 495 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam
e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo
rm\": \"linux\"}" |
| 449 ], | 496 ], |
| 450 "name": "test r6.get compile targets for scripts", | 497 "name": "test r6.get compile targets for scripts", |
| 451 "~followup_annotations": [ | 498 "~followup_annotations": [ |
| 452 "@@@STEP_NEST_LEVEL@1@@@", | 499 "@@@STEP_NEST_LEVEL@1@@@", |
| 453 "@@@STEP_LOG_LINE@json.output@{}@@@", | 500 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 454 "@@@STEP_LOG_END@json.output@@@" | 501 "@@@STEP_LOG_END@json.output@@@" |
| 455 ] | 502 ] |
| 456 }, | 503 }, |
| 457 { | 504 { |
| 458 "cmd": [ | 505 "cmd": [ |
| 459 "python", | 506 "python", |
| 460 "-u", | 507 "-u", |
| 461 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 508 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 462 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 509 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.linux.json", |
| 463 "/path/to/tmp/json" | 510 "/path/to/tmp/json" |
| 464 ], | 511 ], |
| 465 "name": "test r6.read test spec (chromium.linux.json)", | 512 "name": "test r6.read test spec (chromium.linux.json)", |
| 466 "~followup_annotations": [ | 513 "~followup_annotations": [ |
| 467 "@@@STEP_NEST_LEVEL@1@@@", | 514 "@@@STEP_NEST_LEVEL@1@@@", |
| 468 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 515 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.li
nux.json@@@", |
| 469 "@@@STEP_LOG_LINE@json.output@{}@@@", | 516 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 470 "@@@STEP_LOG_END@json.output@@@" | 517 "@@@STEP_LOG_END@json.output@@@" |
| 471 ] | 518 ] |
| 472 }, | 519 }, |
| 473 { | 520 { |
| 474 "cmd": [ | 521 "cmd": [ |
| 475 "python", | 522 "python", |
| 476 "-u", | 523 "-u", |
| 477 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 524 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 478 "gen", | 525 "gen", |
| 479 "-m", | 526 "-m", |
| 480 "chromium.linux", | 527 "chromium.linux", |
| 481 "-b", | 528 "-b", |
| 482 "Linux Builder", | 529 "Linux Builder", |
| 483 "--config-file", | 530 "--config-file", |
| 484 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 531 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 485 "--goma-dir", | 532 "--goma-dir", |
| 486 "[CACHE]/cipd/goma", | 533 "[CACHE]/cipd/goma", |
| 487 "//out/Release" | 534 "//out/Release" |
| 488 ], | 535 ], |
| 489 "cwd": "[SLAVE_BUILD]/src", | 536 "cwd": "[BUILDER_CACHE]/linux/src", |
| 490 "env": { | 537 "env": { |
| 491 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 538 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 492 }, | 539 }, |
| 493 "name": "test r6.generate_build_files", | 540 "name": "test r6.generate_build_files", |
| 494 "~followup_annotations": [ | 541 "~followup_annotations": [ |
| 495 "@@@STEP_NEST_LEVEL@1@@@" | 542 "@@@STEP_NEST_LEVEL@1@@@" |
| 496 ] | 543 ] |
| 497 }, | 544 }, |
| 498 { | 545 { |
| 499 "cmd": [ | 546 "cmd": [ |
| 500 "python", | 547 "python", |
| 501 "-u", | 548 "-u", |
| 502 "RECIPE_MODULE[build::findit]/resources/check_target_existence.py", | 549 "RECIPE_MODULE[build::findit]/resources/check_target_existence.py", |
| 503 "--target-build-dir", | 550 "--target-build-dir", |
| 504 "[SLAVE_BUILD]/src/out/Release", | 551 "[BUILDER_CACHE]/linux/src/out/Release", |
| 505 "--target", | 552 "--target", |
| 506 "target_name", | 553 "target_name", |
| 507 "--json-output", | 554 "--json-output", |
| 508 "/path/to/tmp/json" | 555 "/path/to/tmp/json" |
| 509 ], | 556 ], |
| 510 "name": "test r6.check_targets", | 557 "name": "test r6.check_targets", |
| 511 "~followup_annotations": [ | 558 "~followup_annotations": [ |
| 512 "@@@STEP_NEST_LEVEL@1@@@", | 559 "@@@STEP_NEST_LEVEL@1@@@", |
| 513 "@@@STEP_LOG_LINE@json.output@{@@@", | 560 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 514 "@@@STEP_LOG_LINE@json.output@ \"found\": [@@@", | 561 "@@@STEP_LOG_LINE@json.output@ \"found\": [@@@", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 530 ], | 577 ], |
| 531 "name": "test r6.cleanup_temp", | 578 "name": "test r6.cleanup_temp", |
| 532 "~followup_annotations": [ | 579 "~followup_annotations": [ |
| 533 "@@@STEP_NEST_LEVEL@1@@@" | 580 "@@@STEP_NEST_LEVEL@1@@@" |
| 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 "gen", | 588 "gen", |
| 542 "-m", | 589 "-m", |
| 543 "chromium.linux", | 590 "chromium.linux", |
| 544 "-b", | 591 "-b", |
| 545 "Linux Builder", | 592 "Linux Builder", |
| 546 "--config-file", | 593 "--config-file", |
| 547 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 594 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 548 "--goma-dir", | 595 "--goma-dir", |
| 549 "[CACHE]/cipd/goma", | 596 "[CACHE]/cipd/goma", |
| 550 "//out/Release" | 597 "//out/Release" |
| 551 ], | 598 ], |
| 552 "cwd": "[SLAVE_BUILD]/src", | 599 "cwd": "[BUILDER_CACHE]/linux/src", |
| 553 "env": { | 600 "env": { |
| 554 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 601 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 555 }, | 602 }, |
| 556 "name": "test r6.generate_build_files (2)", | 603 "name": "test r6.generate_build_files (2)", |
| 557 "~followup_annotations": [ | 604 "~followup_annotations": [ |
| 558 "@@@STEP_NEST_LEVEL@1@@@" | 605 "@@@STEP_NEST_LEVEL@1@@@" |
| 559 ] | 606 ] |
| 560 }, | 607 }, |
| 561 { | 608 { |
| 562 "cmd": [ | 609 "cmd": [ |
| 563 "python", | 610 "python", |
| 564 "-u", | 611 "-u", |
| 565 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 612 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 566 "--show-path", | 613 "--show-path", |
| 567 "python", | 614 "python", |
| 568 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 615 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 569 "--gsutil-py-path", | 616 "--gsutil-py-path", |
| 570 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 617 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 571 "--ninja-path", | 618 "--ninja-path", |
| 572 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 619 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 573 "--target", | 620 "--target", |
| 574 "Release", | 621 "Release", |
| 575 "--src-dir", | 622 "--src-dir", |
| 576 "[SLAVE_BUILD]/src", | 623 "[BUILDER_CACHE]/linux/src", |
| 577 "--goma-cache-dir", | 624 "--goma-cache-dir", |
| 578 "[GOMA_CACHE]", | 625 "[GOMA_CACHE]", |
| 626 "--goma-deps-cache-dir", |
| 627 "[GOMA_DEPS_CACHE]", |
| 579 "--compiler", | 628 "--compiler", |
| 580 "goma", | 629 "goma", |
| 581 "--goma-jsonstatus", | 630 "--goma-jsonstatus", |
| 582 "/path/to/tmp/json", | 631 "/path/to/tmp/json", |
| 583 "--goma-service-account-json-file", | 632 "--goma-service-account-json-file", |
| 584 "/creds/service_accounts/service-account-goma-client.json", | 633 "/creds/service_accounts/service-account-goma-client.json", |
| 585 "--goma-dir", | 634 "--goma-dir", |
| 586 "[CACHE]/cipd/goma", | 635 "[CACHE]/cipd/goma", |
| 587 "--ninja-ensure-up-to-date", | 636 "--ninja-ensure-up-to-date", |
| 588 "--", | 637 "--", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 603 ] | 652 ] |
| 604 }, | 653 }, |
| 605 { | 654 { |
| 606 "cmd": [], | 655 "cmd": [], |
| 607 "name": "test r4" | 656 "name": "test r4" |
| 608 }, | 657 }, |
| 609 { | 658 { |
| 610 "cmd": [ | 659 "cmd": [ |
| 611 "python", | 660 "python", |
| 612 "-u", | 661 "-u", |
| 662 "\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", |
| 663 "[BUILDER_CACHE]/linux", |
| 664 "511" |
| 665 ], |
| 666 "name": "test r4.makedirs checkout path", |
| 667 "~followup_annotations": [ |
| 668 "@@@STEP_NEST_LEVEL@1@@@", |
| 669 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 670 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 671 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 672 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 673 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 674 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 675 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 676 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 677 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 678 "@@@STEP_LOG_END@python.inline@@@" |
| 679 ] |
| 680 }, |
| 681 { |
| 682 "cmd": [ |
| 683 "python", |
| 684 "-u", |
| 613 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 685 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 614 "--master", | 686 "--master", |
| 615 "tryserver.chromium.linux", | 687 "tryserver.chromium.linux", |
| 616 "--builder", | 688 "--builder", |
| 617 "linux_variable", | 689 "linux_variable", |
| 618 "--slave", | 690 "--slave", |
| 619 "build1-a1", | 691 "build1-a1", |
| 620 "--spec", | 692 "--spec", |
| 621 "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'}]", | 693 "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'}]", |
| 622 "--root", | 694 "--root", |
| 623 "src", | 695 "src", |
| 624 "--revision_mapping_file", | 696 "--revision_mapping_file", |
| 625 "{\"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\"}", | 697 "{\"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\"}", |
| 626 "--git-cache-dir", | 698 "--git-cache-dir", |
| 627 "[GIT_CACHE]", | 699 "[GIT_CACHE]", |
| 628 "--output_json", | 700 "--output_json", |
| 629 "/path/to/tmp/json", | 701 "/path/to/tmp/json", |
| 630 "--revision", | 702 "--revision", |
| 631 "src@r4", | 703 "src@r4", |
| 632 "--output_manifest" | 704 "--output_manifest" |
| 633 ], | 705 ], |
| 706 "cwd": "[BUILDER_CACHE]/linux", |
| 634 "env": { | 707 "env": { |
| 635 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 708 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 636 }, | 709 }, |
| 637 "name": "test r4.bot_update", | 710 "name": "test r4.bot_update", |
| 638 "~followup_annotations": [ | 711 "~followup_annotations": [ |
| 639 "@@@STEP_NEST_LEVEL@1@@@", | 712 "@@@STEP_NEST_LEVEL@1@@@", |
| 640 "@@@STEP_TEXT@Some step text@@@", | 713 "@@@STEP_TEXT@Some step text@@@", |
| 641 "@@@STEP_LOG_LINE@json.output@{@@@", | 714 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 642 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 715 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 643 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 716 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 "@@@STEP_LOG_END@json.output@@@" | 841 "@@@STEP_LOG_END@json.output@@@" |
| 769 ] | 842 ] |
| 770 }, | 843 }, |
| 771 { | 844 { |
| 772 "cmd": [ | 845 "cmd": [ |
| 773 "python", | 846 "python", |
| 774 "-u", | 847 "-u", |
| 775 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 848 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 776 "runhooks" | 849 "runhooks" |
| 777 ], | 850 ], |
| 778 "cwd": "[SLAVE_BUILD]/src", | 851 "cwd": "[BUILDER_CACHE]/linux/src", |
| 779 "env": { | 852 "env": { |
| 780 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 853 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 781 "GYP_CHROMIUM_NO_ACTION": "1", | 854 "GYP_CHROMIUM_NO_ACTION": "1", |
| 782 "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", | 855 "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", |
| 783 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 856 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 784 }, | 857 }, |
| 785 "name": "test r4.gclient runhooks", | 858 "name": "test r4.gclient runhooks", |
| 786 "~followup_annotations": [ | 859 "~followup_annotations": [ |
| 787 "@@@STEP_NEST_LEVEL@1@@@" | 860 "@@@STEP_NEST_LEVEL@1@@@" |
| 788 ] | 861 ] |
| 789 }, | 862 }, |
| 790 { | 863 { |
| 791 "cmd": [ | 864 "cmd": [ |
| 792 "python", | 865 "python", |
| 793 "-u", | 866 "-u", |
| 794 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 867 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py", |
| 795 "--output", | 868 "--output", |
| 796 "/path/to/tmp/json", | 869 "/path/to/tmp/json", |
| 797 "--", | 870 "--", |
| 798 "--build-config-fs", | 871 "--build-config-fs", |
| 799 "Release", | 872 "Release", |
| 800 "--use-src-side-runtest-py", | 873 "--use-src-side-runtest-py", |
| 801 "--paths", | 874 "--paths", |
| 802 "{\"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\"}", | 875 "{\"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\"}", |
| 803 "--properties", | 876 "--properties", |
| 804 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam
e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo
rm\": \"linux\"}" | 877 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam
e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo
rm\": \"linux\"}" |
| 805 ], | 878 ], |
| 806 "name": "test r4.get compile targets for scripts", | 879 "name": "test r4.get compile targets for scripts", |
| 807 "~followup_annotations": [ | 880 "~followup_annotations": [ |
| 808 "@@@STEP_NEST_LEVEL@1@@@", | 881 "@@@STEP_NEST_LEVEL@1@@@", |
| 809 "@@@STEP_LOG_LINE@json.output@{}@@@", | 882 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 810 "@@@STEP_LOG_END@json.output@@@" | 883 "@@@STEP_LOG_END@json.output@@@" |
| 811 ] | 884 ] |
| 812 }, | 885 }, |
| 813 { | 886 { |
| 814 "cmd": [ | 887 "cmd": [ |
| 815 "python", | 888 "python", |
| 816 "-u", | 889 "-u", |
| 817 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 890 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 818 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 891 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.linux.json", |
| 819 "/path/to/tmp/json" | 892 "/path/to/tmp/json" |
| 820 ], | 893 ], |
| 821 "name": "test r4.read test spec (chromium.linux.json)", | 894 "name": "test r4.read test spec (chromium.linux.json)", |
| 822 "~followup_annotations": [ | 895 "~followup_annotations": [ |
| 823 "@@@STEP_NEST_LEVEL@1@@@", | 896 "@@@STEP_NEST_LEVEL@1@@@", |
| 824 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 897 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.li
nux.json@@@", |
| 825 "@@@STEP_LOG_LINE@json.output@{}@@@", | 898 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 826 "@@@STEP_LOG_END@json.output@@@" | 899 "@@@STEP_LOG_END@json.output@@@" |
| 827 ] | 900 ] |
| 828 }, | 901 }, |
| 829 { | 902 { |
| 830 "cmd": [ | 903 "cmd": [ |
| 831 "python", | 904 "python", |
| 832 "-u", | 905 "-u", |
| 833 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 906 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 834 "gen", | 907 "gen", |
| 835 "-m", | 908 "-m", |
| 836 "chromium.linux", | 909 "chromium.linux", |
| 837 "-b", | 910 "-b", |
| 838 "Linux Builder", | 911 "Linux Builder", |
| 839 "--config-file", | 912 "--config-file", |
| 840 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 913 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 841 "--goma-dir", | 914 "--goma-dir", |
| 842 "[CACHE]/cipd/goma", | 915 "[CACHE]/cipd/goma", |
| 843 "//out/Release" | 916 "//out/Release" |
| 844 ], | 917 ], |
| 845 "cwd": "[SLAVE_BUILD]/src", | 918 "cwd": "[BUILDER_CACHE]/linux/src", |
| 846 "env": { | 919 "env": { |
| 847 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 920 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 848 }, | 921 }, |
| 849 "name": "test r4.generate_build_files", | 922 "name": "test r4.generate_build_files", |
| 850 "~followup_annotations": [ | 923 "~followup_annotations": [ |
| 851 "@@@STEP_NEST_LEVEL@1@@@" | 924 "@@@STEP_NEST_LEVEL@1@@@" |
| 852 ] | 925 ] |
| 853 }, | 926 }, |
| 854 { | 927 { |
| 855 "cmd": [ | 928 "cmd": [ |
| 856 "python", | 929 "python", |
| 857 "-u", | 930 "-u", |
| 858 "RECIPE_MODULE[build::findit]/resources/check_target_existence.py", | 931 "RECIPE_MODULE[build::findit]/resources/check_target_existence.py", |
| 859 "--target-build-dir", | 932 "--target-build-dir", |
| 860 "[SLAVE_BUILD]/src/out/Release", | 933 "[BUILDER_CACHE]/linux/src/out/Release", |
| 861 "--target", | 934 "--target", |
| 862 "target_name", | 935 "target_name", |
| 863 "--json-output", | 936 "--json-output", |
| 864 "/path/to/tmp/json" | 937 "/path/to/tmp/json" |
| 865 ], | 938 ], |
| 866 "name": "test r4.check_targets", | 939 "name": "test r4.check_targets", |
| 867 "~followup_annotations": [ | 940 "~followup_annotations": [ |
| 868 "@@@STEP_NEST_LEVEL@1@@@", | 941 "@@@STEP_NEST_LEVEL@1@@@", |
| 869 "@@@STEP_LOG_LINE@json.output@{@@@", | 942 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 870 "@@@STEP_LOG_LINE@json.output@ \"found\": [], @@@", | 943 "@@@STEP_LOG_LINE@json.output@ \"found\": [], @@@", |
| 871 "@@@STEP_LOG_LINE@json.output@ \"not_found\": [@@@", | 944 "@@@STEP_LOG_LINE@json.output@ \"not_found\": [@@@", |
| 872 "@@@STEP_LOG_LINE@json.output@ \"target_name\"@@@", | 945 "@@@STEP_LOG_LINE@json.output@ \"target_name\"@@@", |
| 873 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 946 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 874 "@@@STEP_LOG_LINE@json.output@}@@@", | 947 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 875 "@@@STEP_LOG_END@json.output@@@" | 948 "@@@STEP_LOG_END@json.output@@@" |
| 876 ] | 949 ] |
| 877 }, | 950 }, |
| 878 { | 951 { |
| 879 "cmd": [], | 952 "cmd": [], |
| 880 "name": "test r5" | 953 "name": "test r5" |
| 881 }, | 954 }, |
| 882 { | 955 { |
| 883 "cmd": [ | 956 "cmd": [ |
| 884 "python", | 957 "python", |
| 885 "-u", | 958 "-u", |
| 959 "\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", |
| 960 "[BUILDER_CACHE]/linux", |
| 961 "511" |
| 962 ], |
| 963 "name": "test r5.makedirs checkout path", |
| 964 "~followup_annotations": [ |
| 965 "@@@STEP_NEST_LEVEL@1@@@", |
| 966 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 967 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 968 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 969 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 970 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 971 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 972 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 973 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 974 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 975 "@@@STEP_LOG_END@python.inline@@@" |
| 976 ] |
| 977 }, |
| 978 { |
| 979 "cmd": [ |
| 980 "python", |
| 981 "-u", |
| 886 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 982 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 887 "--master", | 983 "--master", |
| 888 "tryserver.chromium.linux", | 984 "tryserver.chromium.linux", |
| 889 "--builder", | 985 "--builder", |
| 890 "linux_variable", | 986 "linux_variable", |
| 891 "--slave", | 987 "--slave", |
| 892 "build1-a1", | 988 "build1-a1", |
| 893 "--spec", | 989 "--spec", |
| 894 "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'}]", | 990 "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'}]", |
| 895 "--root", | 991 "--root", |
| 896 "src", | 992 "src", |
| 897 "--revision_mapping_file", | 993 "--revision_mapping_file", |
| 898 "{\"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\"}", | 994 "{\"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\"}", |
| 899 "--git-cache-dir", | 995 "--git-cache-dir", |
| 900 "[GIT_CACHE]", | 996 "[GIT_CACHE]", |
| 901 "--output_json", | 997 "--output_json", |
| 902 "/path/to/tmp/json", | 998 "/path/to/tmp/json", |
| 903 "--revision", | 999 "--revision", |
| 904 "src@r5", | 1000 "src@r5", |
| 905 "--output_manifest" | 1001 "--output_manifest" |
| 906 ], | 1002 ], |
| 1003 "cwd": "[BUILDER_CACHE]/linux", |
| 907 "env": { | 1004 "env": { |
| 908 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 1005 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 909 }, | 1006 }, |
| 910 "name": "test r5.bot_update", | 1007 "name": "test r5.bot_update", |
| 911 "~followup_annotations": [ | 1008 "~followup_annotations": [ |
| 912 "@@@STEP_NEST_LEVEL@1@@@", | 1009 "@@@STEP_NEST_LEVEL@1@@@", |
| 913 "@@@STEP_TEXT@Some step text@@@", | 1010 "@@@STEP_TEXT@Some step text@@@", |
| 914 "@@@STEP_LOG_LINE@json.output@{@@@", | 1011 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 915 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 1012 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 916 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 1013 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1041 "@@@STEP_LOG_END@json.output@@@" | 1138 "@@@STEP_LOG_END@json.output@@@" |
| 1042 ] | 1139 ] |
| 1043 }, | 1140 }, |
| 1044 { | 1141 { |
| 1045 "cmd": [ | 1142 "cmd": [ |
| 1046 "python", | 1143 "python", |
| 1047 "-u", | 1144 "-u", |
| 1048 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 1145 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 1049 "runhooks" | 1146 "runhooks" |
| 1050 ], | 1147 ], |
| 1051 "cwd": "[SLAVE_BUILD]/src", | 1148 "cwd": "[BUILDER_CACHE]/linux/src", |
| 1052 "env": { | 1149 "env": { |
| 1053 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 1150 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 1054 "GYP_CHROMIUM_NO_ACTION": "1", | 1151 "GYP_CHROMIUM_NO_ACTION": "1", |
| 1055 "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", | 1152 "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", |
| 1056 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 1153 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 1057 }, | 1154 }, |
| 1058 "name": "test r5.gclient runhooks", | 1155 "name": "test r5.gclient runhooks", |
| 1059 "~followup_annotations": [ | 1156 "~followup_annotations": [ |
| 1060 "@@@STEP_NEST_LEVEL@1@@@" | 1157 "@@@STEP_NEST_LEVEL@1@@@" |
| 1061 ] | 1158 ] |
| 1062 }, | 1159 }, |
| 1063 { | 1160 { |
| 1064 "cmd": [ | 1161 "cmd": [ |
| 1065 "python", | 1162 "python", |
| 1066 "-u", | 1163 "-u", |
| 1067 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 1164 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py", |
| 1068 "--output", | 1165 "--output", |
| 1069 "/path/to/tmp/json", | 1166 "/path/to/tmp/json", |
| 1070 "--", | 1167 "--", |
| 1071 "--build-config-fs", | 1168 "--build-config-fs", |
| 1072 "Release", | 1169 "Release", |
| 1073 "--use-src-side-runtest-py", | 1170 "--use-src-side-runtest-py", |
| 1074 "--paths", | 1171 "--paths", |
| 1075 "{\"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\"}", | 1172 "{\"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\"}", |
| 1076 "--properties", | 1173 "--properties", |
| 1077 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam
e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo
rm\": \"linux\"}" | 1174 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam
e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo
rm\": \"linux\"}" |
| 1078 ], | 1175 ], |
| 1079 "name": "test r5.get compile targets for scripts", | 1176 "name": "test r5.get compile targets for scripts", |
| 1080 "~followup_annotations": [ | 1177 "~followup_annotations": [ |
| 1081 "@@@STEP_NEST_LEVEL@1@@@", | 1178 "@@@STEP_NEST_LEVEL@1@@@", |
| 1082 "@@@STEP_LOG_LINE@json.output@{}@@@", | 1179 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 1083 "@@@STEP_LOG_END@json.output@@@" | 1180 "@@@STEP_LOG_END@json.output@@@" |
| 1084 ] | 1181 ] |
| 1085 }, | 1182 }, |
| 1086 { | 1183 { |
| 1087 "cmd": [ | 1184 "cmd": [ |
| 1088 "python", | 1185 "python", |
| 1089 "-u", | 1186 "-u", |
| 1090 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1187 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1091 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 1188 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.linux.json", |
| 1092 "/path/to/tmp/json" | 1189 "/path/to/tmp/json" |
| 1093 ], | 1190 ], |
| 1094 "name": "test r5.read test spec (chromium.linux.json)", | 1191 "name": "test r5.read test spec (chromium.linux.json)", |
| 1095 "~followup_annotations": [ | 1192 "~followup_annotations": [ |
| 1096 "@@@STEP_NEST_LEVEL@1@@@", | 1193 "@@@STEP_NEST_LEVEL@1@@@", |
| 1097 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 1194 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.li
nux.json@@@", |
| 1098 "@@@STEP_LOG_LINE@json.output@{}@@@", | 1195 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 1099 "@@@STEP_LOG_END@json.output@@@" | 1196 "@@@STEP_LOG_END@json.output@@@" |
| 1100 ] | 1197 ] |
| 1101 }, | 1198 }, |
| 1102 { | 1199 { |
| 1103 "cmd": [ | 1200 "cmd": [ |
| 1104 "python", | 1201 "python", |
| 1105 "-u", | 1202 "-u", |
| 1106 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 1203 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 1107 "gen", | 1204 "gen", |
| 1108 "-m", | 1205 "-m", |
| 1109 "chromium.linux", | 1206 "chromium.linux", |
| 1110 "-b", | 1207 "-b", |
| 1111 "Linux Builder", | 1208 "Linux Builder", |
| 1112 "--config-file", | 1209 "--config-file", |
| 1113 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 1210 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 1114 "--goma-dir", | 1211 "--goma-dir", |
| 1115 "[CACHE]/cipd/goma", | 1212 "[CACHE]/cipd/goma", |
| 1116 "//out/Release" | 1213 "//out/Release" |
| 1117 ], | 1214 ], |
| 1118 "cwd": "[SLAVE_BUILD]/src", | 1215 "cwd": "[BUILDER_CACHE]/linux/src", |
| 1119 "env": { | 1216 "env": { |
| 1120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 1217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 1121 }, | 1218 }, |
| 1122 "name": "test r5.generate_build_files", | 1219 "name": "test r5.generate_build_files", |
| 1123 "~followup_annotations": [ | 1220 "~followup_annotations": [ |
| 1124 "@@@STEP_NEST_LEVEL@1@@@" | 1221 "@@@STEP_NEST_LEVEL@1@@@" |
| 1125 ] | 1222 ] |
| 1126 }, | 1223 }, |
| 1127 { | 1224 { |
| 1128 "cmd": [ | 1225 "cmd": [ |
| 1129 "python", | 1226 "python", |
| 1130 "-u", | 1227 "-u", |
| 1131 "RECIPE_MODULE[build::findit]/resources/check_target_existence.py", | 1228 "RECIPE_MODULE[build::findit]/resources/check_target_existence.py", |
| 1132 "--target-build-dir", | 1229 "--target-build-dir", |
| 1133 "[SLAVE_BUILD]/src/out/Release", | 1230 "[BUILDER_CACHE]/linux/src/out/Release", |
| 1134 "--target", | 1231 "--target", |
| 1135 "target_name", | 1232 "target_name", |
| 1136 "--json-output", | 1233 "--json-output", |
| 1137 "/path/to/tmp/json" | 1234 "/path/to/tmp/json" |
| 1138 ], | 1235 ], |
| 1139 "name": "test r5.check_targets", | 1236 "name": "test r5.check_targets", |
| 1140 "~followup_annotations": [ | 1237 "~followup_annotations": [ |
| 1141 "@@@STEP_NEST_LEVEL@1@@@", | 1238 "@@@STEP_NEST_LEVEL@1@@@", |
| 1142 "@@@STEP_LOG_LINE@json.output@{@@@", | 1239 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1143 "@@@STEP_LOG_LINE@json.output@ \"found\": [@@@", | 1240 "@@@STEP_LOG_LINE@json.output@ \"found\": [@@@", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 1159 ], | 1256 ], |
| 1160 "name": "test r5.cleanup_temp", | 1257 "name": "test r5.cleanup_temp", |
| 1161 "~followup_annotations": [ | 1258 "~followup_annotations": [ |
| 1162 "@@@STEP_NEST_LEVEL@1@@@" | 1259 "@@@STEP_NEST_LEVEL@1@@@" |
| 1163 ] | 1260 ] |
| 1164 }, | 1261 }, |
| 1165 { | 1262 { |
| 1166 "cmd": [ | 1263 "cmd": [ |
| 1167 "python", | 1264 "python", |
| 1168 "-u", | 1265 "-u", |
| 1169 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 1266 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", |
| 1170 "gen", | 1267 "gen", |
| 1171 "-m", | 1268 "-m", |
| 1172 "chromium.linux", | 1269 "chromium.linux", |
| 1173 "-b", | 1270 "-b", |
| 1174 "Linux Builder", | 1271 "Linux Builder", |
| 1175 "--config-file", | 1272 "--config-file", |
| 1176 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 1273 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", |
| 1177 "--goma-dir", | 1274 "--goma-dir", |
| 1178 "[CACHE]/cipd/goma", | 1275 "[CACHE]/cipd/goma", |
| 1179 "//out/Release" | 1276 "//out/Release" |
| 1180 ], | 1277 ], |
| 1181 "cwd": "[SLAVE_BUILD]/src", | 1278 "cwd": "[BUILDER_CACHE]/linux/src", |
| 1182 "env": { | 1279 "env": { |
| 1183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 1280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 1184 }, | 1281 }, |
| 1185 "name": "test r5.generate_build_files (2)", | 1282 "name": "test r5.generate_build_files (2)", |
| 1186 "~followup_annotations": [ | 1283 "~followup_annotations": [ |
| 1187 "@@@STEP_NEST_LEVEL@1@@@" | 1284 "@@@STEP_NEST_LEVEL@1@@@" |
| 1188 ] | 1285 ] |
| 1189 }, | 1286 }, |
| 1190 { | 1287 { |
| 1191 "cmd": [ | 1288 "cmd": [ |
| 1192 "python", | 1289 "python", |
| 1193 "-u", | 1290 "-u", |
| 1194 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 1291 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 1195 "--show-path", | 1292 "--show-path", |
| 1196 "python", | 1293 "python", |
| 1197 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 1294 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 1198 "--gsutil-py-path", | 1295 "--gsutil-py-path", |
| 1199 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 1296 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 1200 "--ninja-path", | 1297 "--ninja-path", |
| 1201 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 1298 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 1202 "--target", | 1299 "--target", |
| 1203 "Release", | 1300 "Release", |
| 1204 "--src-dir", | 1301 "--src-dir", |
| 1205 "[SLAVE_BUILD]/src", | 1302 "[BUILDER_CACHE]/linux/src", |
| 1206 "--goma-cache-dir", | 1303 "--goma-cache-dir", |
| 1207 "[GOMA_CACHE]", | 1304 "[GOMA_CACHE]", |
| 1305 "--goma-deps-cache-dir", |
| 1306 "[GOMA_DEPS_CACHE]", |
| 1208 "--compiler", | 1307 "--compiler", |
| 1209 "goma", | 1308 "goma", |
| 1210 "--goma-jsonstatus", | 1309 "--goma-jsonstatus", |
| 1211 "/path/to/tmp/json", | 1310 "/path/to/tmp/json", |
| 1212 "--goma-service-account-json-file", | 1311 "--goma-service-account-json-file", |
| 1213 "/creds/service_accounts/service-account-goma-client.json", | 1312 "/creds/service_accounts/service-account-goma-client.json", |
| 1214 "--goma-dir", | 1313 "--goma-dir", |
| 1215 "[CACHE]/cipd/goma", | 1314 "[CACHE]/cipd/goma", |
| 1216 "--ninja-ensure-up-to-date", | 1315 "--ninja-ensure-up-to-date", |
| 1217 "--", | 1316 "--", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1269 "@@@STEP_LOG_END@report@@@", | 1368 "@@@STEP_LOG_END@report@@@", |
| 1270 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r5\", \"metadata\": {\"regre
ssion_range_size\": 9, \"sub_ranges\": [[null, \"r2\", \"r3\", \"r4\", \"r5\", \
"r6\", \"r7\", \"r8\", \"r9\", \"r10\"]], \"use_bisect\": true}, \"result\": {\"
r4\": \"skipped\", \"r5\": \"failed\", \"r6\": \"failed\"}}@@@" | 1369 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r5\", \"metadata\": {\"regre
ssion_range_size\": 9, \"sub_ranges\": [[null, \"r2\", \"r3\", \"r4\", \"r5\", \
"r6\", \"r7\", \"r8\", \"r9\", \"r10\"]], \"use_bisect\": true}, \"result\": {\"
r4\": \"skipped\", \"r5\": \"failed\", \"r6\": \"failed\"}}@@@" |
| 1271 ] | 1370 ] |
| 1272 }, | 1371 }, |
| 1273 { | 1372 { |
| 1274 "name": "$result", | 1373 "name": "$result", |
| 1275 "recipe_result": null, | 1374 "recipe_result": null, |
| 1276 "status_code": 0 | 1375 "status_code": 0 |
| 1277 } | 1376 } |
| 1278 ] | 1377 ] |
| OLD | NEW |