| 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", | 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]/mac", | 7 "[BUILDER_CACHE]/mac", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(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@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 21 "@@@STEP_LOG_END@python.inline@@@" | 21 "@@@STEP_LOG_END@python.inline@@@" |
| 22 ] | 22 ] |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "cmd": [ | 25 "cmd": [ |
| 26 "python", | 26 "python", |
| 27 "-u", | 27 "-u", |
| 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 29 "--spec", | 29 "--spec", |
| 30 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", | 30 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins':
None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data
/firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchplu
gins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame
_rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data
/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/
data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests
': None, 'src/data/page_cycler': None, 'src/data/selenium_core': None, 'src/data
/tab_switching': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/b
mp_decoder': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_sh
ell/plugins': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': '.DEPS.gi
t', 'managed': True, 'name': 'src-internal', 'url': 'https://chrome-internal.goo
glesource.com/chrome/src-internal.git'}]", |
| 31 "--root", | 31 "--root", |
| 32 "src", | 32 "src", |
| 33 "--revision_mapping_file", | 33 "--revision_mapping_file", |
| 34 "{\"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\"}", | 34 "{\"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\"}", |
| 35 "--git-cache-dir", | 35 "--git-cache-dir", |
| 36 "[GIT_CACHE]", | 36 "[GIT_CACHE]", |
| 37 "--issue", | 37 "--issue", |
| 38 "12853011", | 38 "12853011", |
| 39 "--patchset", | 39 "--patchset", |
| 40 "1", | 40 "1", |
| 41 "--rietveld_server", | 41 "--rietveld_server", |
| 42 "https://codereview.chromium.org", | 42 "https://codereview.chromium.org", |
| 43 "--output_json", | 43 "--output_json", |
| 44 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
| 45 "--revision", | 45 "--revision", |
| 46 "src@HEAD", | 46 "src@HEAD", |
| 47 "--revision", |
| 48 "src/third_party/angle@HEAD", |
| 47 "--output_manifest" | 49 "--output_manifest" |
| 48 ], | 50 ], |
| 49 "cwd": "[BUILDER_CACHE]/mac", | 51 "cwd": "[BUILDER_CACHE]/mac", |
| 50 "env": { | 52 "env": { |
| 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 53 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 52 }, | 54 }, |
| 53 "name": "bot_update", | 55 "name": "bot_update", |
| 54 "~followup_annotations": [ | 56 "~followup_annotations": [ |
| 55 "@@@STEP_TEXT@Some step text@@@", | 57 "@@@STEP_TEXT@Some step text@@@", |
| 56 "@@@STEP_LOG_LINE@json.output@{@@@", | 58 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 59 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 60 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": \"HEAD\"@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 63 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 61 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | 65 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | 66 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | 67 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", |
| 65 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 68 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 66 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", | 69 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", |
| 67 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/buildtools.git\", @@@", | 70 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/buildtools.git\", @@@", |
| 68 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635
3cb994259692140934\"@@@", | 71 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635
3cb994259692140934\"@@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 72 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 }, | 202 }, |
| 200 { | 203 { |
| 201 "cmd": [ | 204 "cmd": [ |
| 202 "python", | 205 "python", |
| 203 "-u", | 206 "-u", |
| 204 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 207 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 205 "runhooks" | 208 "runhooks" |
| 206 ], | 209 ], |
| 207 "cwd": "[BUILDER_CACHE]/mac/src", | 210 "cwd": "[BUILDER_CACHE]/mac/src", |
| 208 "env": { | 211 "env": { |
| 209 "FORCE_MAC_TOOLCHAIN": "1", | |
| 210 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 212 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 211 "GYP_CHROMIUM_NO_ACTION": "1", | 213 "GYP_CHROMIUM_NO_ACTION": "1", |
| 212 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec
k_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' pro
prietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", | 214 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec
k_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' int
ernal_gles2_conform_tests=1 proprietary_codecs=1 target_arch=x64 test_isolation_
mode=prepare use_goma=1", |
| 213 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 215 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 214 }, | 216 }, |
| 215 "name": "gclient runhooks (with patch)" | 217 "name": "gclient runhooks (with patch)" |
| 216 }, | 218 }, |
| 217 { | 219 { |
| 218 "cmd": [ | 220 "cmd": [ |
| 219 "python", | 221 "python", |
| 220 "-u", | 222 "-u", |
| 221 "[BUILDER_CACHE]/mac/src/testing/scripts/get_compile_targets.py", | 223 "[BUILDER_CACHE]/mac/src/testing/scripts/get_compile_targets.py", |
| 222 "--output", | 224 "--output", |
| 223 "/path/to/tmp/json", | 225 "/path/to/tmp/json", |
| 224 "--", | 226 "--", |
| 225 "--build-config-fs", | 227 "--build-config-fs", |
| 226 "Release", | 228 "Release", |
| 227 "--use-src-side-runtest-py", | 229 "--use-src-side-runtest-py", |
| 228 "--paths", | 230 "--paths", |
| 229 "{\"checkout\": \"[BUILDER_CACHE]/mac/src\", \"runit.py\": \"RECIPE_PACKAG
E_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[bu
ild]/scripts/slave/runtest.py\"}", | 231 "{\"checkout\": \"[BUILDER_CACHE]/mac/src\", \"runit.py\": \"RECIPE_PACKAG
E_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[bu
ild]/scripts/slave/runtest.py\"}", |
| 230 "--properties", | 232 "--properties", |
| 231 "{\"buildername\": \"mac_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.mac\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"mac\"}" | 233 "{\"buildername\": \"mac_optional_gpu_tests_rel\", \"buildnumber\": 571, \
"mastername\": \"tryserver.chromium.mac\", \"slavename\": \"TestSlavename\", \"t
arget_platform\": \"mac\"}" |
| 232 ], | 234 ], |
| 233 "name": "get compile targets for scripts", | 235 "name": "get compile targets for scripts", |
| 234 "~followup_annotations": [ | 236 "~followup_annotations": [ |
| 235 "@@@STEP_LOG_LINE@json.output@{}@@@", | 237 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 236 "@@@STEP_LOG_END@json.output@@@" | 238 "@@@STEP_LOG_END@json.output@@@" |
| 237 ] | 239 ] |
| 238 }, | 240 }, |
| 239 { | 241 { |
| 240 "cmd": [ | 242 "cmd": [ |
| 241 "python", | 243 "python", |
| 242 "-u", | 244 "-u", |
| 243 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 245 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 244 "[BUILDER_CACHE]/mac/src/testing/buildbot/chromium.gpu.json", | 246 "[BUILDER_CACHE]/mac/src/testing/buildbot/chromium.gpu.fyi.json", |
| 245 "/path/to/tmp/json" | 247 "/path/to/tmp/json" |
| 246 ], | 248 ], |
| 247 "name": "read test spec (chromium.gpu.json)", | 249 "name": "read test spec (chromium.gpu.fyi.json)", |
| 248 "~followup_annotations": [ | 250 "~followup_annotations": [ |
| 249 "@@@STEP_TEXT@path: [BUILDER_CACHE]/mac/src/testing/buildbot/chromium.gpu.
json@@@", | 251 "@@@STEP_TEXT@path: [BUILDER_CACHE]/mac/src/testing/buildbot/chromium.gpu.
fyi.json@@@", |
| 250 "@@@STEP_LOG_LINE@json.output@{}@@@", | 252 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 253 "@@@STEP_LOG_LINE@json.output@ \"Optional Mac Retina Release\": {@@@", |
| 254 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 255 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", |
| 256 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 257 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 258 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 251 "@@@STEP_LOG_END@json.output@@@" | 259 "@@@STEP_LOG_END@json.output@@@" |
| 252 ] | 260 ] |
| 253 }, | 261 }, |
| 254 { | |
| 255 "cmd": [ | |
| 256 "python", | |
| 257 "-u", | |
| 258 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 259 "[BUILDER_CACHE]/mac/src/testing/buildbot/chromium.mac.json", | |
| 260 "/path/to/tmp/json" | |
| 261 ], | |
| 262 "name": "read test spec (chromium.mac.json)", | |
| 263 "~followup_annotations": [ | |
| 264 "@@@STEP_TEXT@path: [BUILDER_CACHE]/mac/src/testing/buildbot/chromium.mac.
json@@@", | |
| 265 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
| 266 "@@@STEP_LOG_END@json.output@@@" | |
| 267 ] | |
| 268 }, | |
| 269 { | 262 { |
| 270 "cmd": [ | 263 "cmd": [ |
| 271 "git", | 264 "git", |
| 272 "diff", | 265 "diff", |
| 273 "--cached", | 266 "--cached", |
| 274 "--name-only" | 267 "--name-only" |
| 275 ], | 268 ], |
| 276 "cwd": "[BUILDER_CACHE]/mac/src", | 269 "cwd": "[BUILDER_CACHE]/mac/src", |
| 277 "name": "git diff to analyze patch", | 270 "name": "git diff to analyze patch", |
| 278 "stdout": "/path/to/tmp/", | 271 "stdout": "/path/to/tmp/", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 "python", | 304 "python", |
| 312 "-u", | 305 "-u", |
| 313 "import sys; sys.exit(0)" | 306 "import sys; sys.exit(0)" |
| 314 ], | 307 ], |
| 315 "name": "analyze", | 308 "name": "analyze", |
| 316 "~followup_annotations": [ | 309 "~followup_annotations": [ |
| 317 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", | 310 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
| 318 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 311 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 319 "@@@STEP_LOG_END@excluded_files@@@", | 312 "@@@STEP_LOG_END@excluded_files@@@", |
| 320 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 313 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 321 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 314 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", |
| 322 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", | |
| 323 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | |
| 324 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 315 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 325 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", | 316 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@", |
| 326 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 317 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 327 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 318 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| 328 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", | 319 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@", |
| 329 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 320 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 330 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 321 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@", |
| 331 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", | 322 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@", |
| 323 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 324 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", |
| 325 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@", |
| 326 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", |
| 332 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 327 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
| 333 "@@@STEP_LOG_END@analyze_details@@@" | 328 "@@@STEP_LOG_END@analyze_details@@@" |
| 334 ] | 329 ] |
| 335 }, | 330 }, |
| 336 { | 331 { |
| 337 "cmd": [ | 332 "cmd": [ |
| 338 "python", | 333 "python", |
| 339 "-u", | 334 "-u", |
| 340 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 335 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 341 "--show-path", | 336 "--show-path", |
| 342 "python", | 337 "python", |
| 343 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 338 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 344 ], | 339 ], |
| 345 "name": "cleanup_temp" | 340 "name": "cleanup_temp" |
| 346 }, | 341 }, |
| 347 { | 342 { |
| 348 "cmd": [ | 343 "cmd": [ |
| 349 "python", | 344 "python", |
| 350 "-u", | 345 "-u", |
| 351 "[BUILDER_CACHE]/mac/src/tools/mb/mb.py", | 346 "[BUILDER_CACHE]/mac/src/tools/mb/mb.py", |
| 352 "gen", | 347 "gen", |
| 353 "-m", | 348 "-m", |
| 354 "tryserver.chromium.mac", | 349 "tryserver.chromium.mac", |
| 355 "-b", | 350 "-b", |
| 356 "mac_chromium_rel_ng", | 351 "mac_optional_gpu_tests_rel", |
| 357 "--config-file", | 352 "--config-file", |
| 358 "[BUILDER_CACHE]/mac/src/tools/mb/mb_config.pyl", | 353 "[BUILDER_CACHE]/mac/src/tools/mb/mb_config.pyl", |
| 359 "--goma-dir", | 354 "--goma-dir", |
| 360 "[CACHE]/cipd/goma", | 355 "[CACHE]/cipd/goma", |
| 361 "//out/Release" | 356 "//out/Release" |
| 362 ], | 357 ], |
| 363 "cwd": "[BUILDER_CACHE]/mac/src", | 358 "cwd": "[BUILDER_CACHE]/mac/src", |
| 364 "env": { | 359 "env": { |
| 365 "FORCE_MAC_TOOLCHAIN": "1", | |
| 366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 360 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 367 }, | 361 }, |
| 368 "name": "generate_build_files (with patch)" | 362 "name": "generate_build_files (with patch)" |
| 369 }, | 363 }, |
| 370 { | 364 { |
| 371 "allow_subannotations": true, | 365 "allow_subannotations": true, |
| 372 "cmd": [ | 366 "cmd": [ |
| 373 "python", | 367 "python", |
| 374 "-u", | 368 "-u", |
| 375 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 369 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 376 "--src-dir", | 370 "--src-dir", |
| 377 "[BUILDER_CACHE]/mac/src", | 371 "[BUILDER_CACHE]/mac/src", |
| 378 "--output-json", | 372 "--output-json", |
| 379 "/path/to/tmp/json" | 373 "/path/to/tmp/json" |
| 380 ], | 374 ], |
| 381 "env": { | 375 "env": { |
| 382 "FORCE_MAC_TOOLCHAIN": "1", | |
| 383 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 376 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 384 }, | 377 }, |
| 385 "name": "clang_revision", | 378 "name": "clang_revision", |
| 386 "~followup_annotations": [ | 379 "~followup_annotations": [ |
| 387 "@@@STEP_LOG_LINE@json.output@{@@@", | 380 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 388 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 381 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 389 "@@@STEP_LOG_LINE@json.output@}@@@", | 382 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 390 "@@@STEP_LOG_END@json.output@@@" | 383 "@@@STEP_LOG_END@json.output@@@" |
| 391 ] | 384 ] |
| 392 }, | 385 }, |
| 393 { | 386 { |
| 394 "cmd": [ | 387 "cmd": [ |
| 395 "python", | 388 "python", |
| 396 "-u", | 389 "-u", |
| 397 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 390 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 398 "--show-path", | 391 "--show-path", |
| 399 "python", | 392 "python", |
| 400 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 393 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 401 "--gsutil-py-path", | 394 "--gsutil-py-path", |
| 402 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 395 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 403 "--ninja-path", | 396 "--ninja-path", |
| 404 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 397 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 405 "--target", | 398 "--target", |
| 406 "Release", | 399 "Release", |
| 407 "--src-dir", | 400 "--src-dir", |
| 408 "[BUILDER_CACHE]/mac/src", | 401 "[BUILDER_CACHE]/mac/src", |
| 409 "--goma-cache-dir", | 402 "--goma-cache-dir", |
| 410 "[GOMA_CACHE]", | 403 "[GOMA_CACHE]", |
| 411 "--buildbot-buildername", | 404 "--buildbot-buildername", |
| 412 "mac_chromium_rel_ng", | 405 "mac_optional_gpu_tests_rel", |
| 413 "--buildbot-mastername", | 406 "--buildbot-mastername", |
| 414 "tryserver.chromium.mac", | 407 "tryserver.chromium.mac", |
| 415 "--buildbot-slavename", | 408 "--buildbot-slavename", |
| 416 "TestSlavename", | 409 "TestSlavename", |
| 417 "--goma-deps-cache-dir", | 410 "--goma-deps-cache-dir", |
| 418 "[GOMA_DEPS_CACHE]", | 411 "[GOMA_DEPS_CACHE]", |
| 419 "--compiler", | 412 "--compiler", |
| 420 "goma-clang", | 413 "goma-clang", |
| 421 "--goma-jsonstatus", | 414 "--goma-jsonstatus", |
| 422 "/path/to/tmp/json", | 415 "/path/to/tmp/json", |
| 423 "--goma-service-account-json-file", | 416 "--goma-service-account-json-file", |
| 424 "/creds/service_accounts/service-account-goma-client.json", | 417 "/creds/service_accounts/service-account-goma-client.json", |
| 425 "--goma-dir", | 418 "--goma-dir", |
| 426 "[CACHE]/cipd/goma", | 419 "[CACHE]/cipd/goma", |
| 427 "--goma-fail-fast", | 420 "--goma-fail-fast", |
| 428 "--goma-disable-local-fallback", | 421 "--goma-disable-local-fallback", |
| 429 "--ninja-ensure-up-to-date", | 422 "--ninja-ensure-up-to-date", |
| 430 "--", | 423 "--", |
| 431 "chromium_builder_tests" | 424 "base_unittests" |
| 432 ], | 425 ], |
| 433 "env": { | 426 "env": { |
| 434 "FORCE_MAC_TOOLCHAIN": "1", | |
| 435 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 427 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 436 }, | 428 }, |
| 437 "name": "compile (with patch)", | 429 "name": "compile (with patch)", |
| 438 "~followup_annotations": [ | 430 "~followup_annotations": [ |
| 439 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 431 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 440 "@@@STEP_LOG_END@json.output (invalid)@@@" | 432 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 441 ] | 433 ] |
| 442 }, | 434 }, |
| 443 { | 435 { |
| 444 "cmd": [ | 436 "cmd": [ |
| 445 "python", | 437 "python", |
| 446 "-u", | 438 "-u", |
| 447 "import sys; sys.exit(0)" | 439 "import sys; sys.exit(0)" |
| 448 ], | 440 ], |
| 449 "name": "mark: before_tests" | 441 "name": "mark: before_tests" |
| 450 }, | 442 }, |
| 451 { | 443 { |
| 444 "allow_subannotations": true, |
| 445 "cmd": [ |
| 446 "python", |
| 447 "-u", |
| 448 "[BUILDER_CACHE]/mac/src/infra/scripts/runtest_wrapper.py", |
| 449 "--", |
| 450 "--target", |
| 451 "Release", |
| 452 "--factory-properties", |
| 453 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"mac_optional_g
pu_tests_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"try
server.chromium.mac\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_
config\": \"kitchen\", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\",
\"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\":
null, \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestS
lavename\", \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\
"}", |
| 454 "--build-properties", |
| 455 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"mac_optional_g
pu_tests_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"try
server.chromium.mac\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_
config\": \"kitchen\", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\",
\"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\":
null, \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestS
lavename\", \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\
"}", |
| 456 "--annotate=gtest", |
| 457 "--test-type=base_unittests", |
| 458 "--step-name=base_unittests (with patch)", |
| 459 "--test-launcher-summary-output", |
| 460 "/path/to/tmp/json", |
| 461 "--generate-json-file", |
| 462 "-o", |
| 463 "gtest-results/base_unittests", |
| 464 "--builder-name=mac_optional_gpu_tests_rel", |
| 465 "--slave-name=TestSlavename", |
| 466 "--build-number=571", |
| 467 "base_unittests" |
| 468 ], |
| 469 "cwd": "[BUILDER_CACHE]/mac", |
| 470 "env": { |
| 471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 472 }, |
| 473 "name": "base_unittests (with patch)" |
| 474 }, |
| 475 { |
| 452 "name": "$result", | 476 "name": "$result", |
| 453 "recipe_result": null, | 477 "recipe_result": null, |
| 454 "status_code": 0 | 478 "status_code": 0 |
| 455 } | 479 } |
| 456 ] | 480 ] |
| OLD | NEW |