| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ClangToTMac tester", | 10 "ClangToTMac tester", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--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'}]", | 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'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@1111111", | 24 "src@1111111", |
| 25 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", | |
| 29 "env": { | 28 "env": { |
| 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 31 }, | 30 }, |
| 32 "name": "bot_update", | 31 "name": "bot_update", |
| 33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 98 ] | 97 ] |
| 99 }, | 98 }, |
| 100 { | 99 { |
| 101 "cmd": [ | 100 "cmd": [ |
| 102 "python", | 101 "python", |
| 103 "-u", | 102 "-u", |
| 104 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 103 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 105 "--version" | 104 "--version" |
| 106 ], | 105 ], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "name": "swarming.py --version", | 106 "name": "swarming.py --version", |
| 109 "stdout": "/path/to/tmp/", | 107 "stdout": "/path/to/tmp/", |
| 110 "~followup_annotations": [ | 108 "~followup_annotations": [ |
| 111 "@@@STEP_TEXT@0.4.10@@@" | 109 "@@@STEP_TEXT@0.4.10@@@" |
| 112 ] | 110 ] |
| 113 }, | 111 }, |
| 114 { | 112 { |
| 115 "cmd": [ | 113 "cmd": [ |
| 116 "python", | 114 "python", |
| 117 "-u", | 115 "-u", |
| 118 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 116 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 119 "runhooks" | 117 "runhooks" |
| 120 ], | 118 ], |
| 121 "cwd": "[SLAVE_BUILD]", | |
| 122 "env": { | 119 "env": { |
| 123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 124 "GYP_DEFINES": "clang=1 component=static_library target_arch=x64 test_isol
ation_mode=prepare", | 121 "GYP_DEFINES": "clang=1 component=static_library target_arch=x64 test_isol
ation_mode=prepare", |
| 125 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 122 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 126 }, | 123 }, |
| 127 "name": "gclient runhooks" | 124 "name": "gclient runhooks" |
| 128 }, | 125 }, |
| 129 { | 126 { |
| 130 "cmd": [ | 127 "cmd": [ |
| 131 "python", | 128 "python", |
| 132 "-u", | 129 "-u", |
| 133 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 130 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 134 "--output", | 131 "--output", |
| 135 "/path/to/tmp/json", | 132 "/path/to/tmp/json", |
| 136 "--", | 133 "--", |
| 137 "--build-config-fs", | 134 "--build-config-fs", |
| 138 "Release", | 135 "Release", |
| 139 "--paths", | 136 "--paths", |
| 140 "{\"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\"}", | 137 "{\"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\"}", |
| 141 "--properties", | 138 "--properties", |
| 142 "{\"buildername\": \"ClangToTMac tester\", \"buildnumber\": 571, \"mastern
ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"mac\"}" | 139 "{\"buildername\": \"ClangToTMac tester\", \"buildnumber\": 571, \"mastern
ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"mac\"}" |
| 143 ], | 140 ], |
| 144 "cwd": "[SLAVE_BUILD]", | |
| 145 "name": "get compile targets for scripts", | 141 "name": "get compile targets for scripts", |
| 146 "~followup_annotations": [ | 142 "~followup_annotations": [ |
| 147 "@@@STEP_LOG_LINE@json.output@{}@@@", | 143 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 148 "@@@STEP_LOG_END@json.output@@@" | 144 "@@@STEP_LOG_END@json.output@@@" |
| 149 ] | 145 ] |
| 150 }, | 146 }, |
| 151 { | 147 { |
| 152 "cmd": [ | 148 "cmd": [ |
| 153 "python", | 149 "python", |
| 154 "-u", | 150 "-u", |
| 155 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 151 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 156 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 152 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| 157 "/path/to/tmp/json" | 153 "/path/to/tmp/json" |
| 158 ], | 154 ], |
| 159 "cwd": "[SLAVE_BUILD]", | |
| 160 "name": "read test spec", | 155 "name": "read test spec", |
| 161 "~followup_annotations": [ | 156 "~followup_annotations": [ |
| 162 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | 157 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
| 163 "@@@STEP_LOG_LINE@json.output@{@@@", | 158 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ \"ClangToTMac tester\": {@@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"ClangToTMac tester\": {@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 160 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ {@@@", | 161 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 164 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 171 "@@@STEP_LOG_LINE@json.output@ }@@@", | 166 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 172 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 167 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 173 "@@@STEP_LOG_LINE@json.output@ }@@@", | 168 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 174 "@@@STEP_LOG_LINE@json.output@}@@@", | 169 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 175 "@@@STEP_LOG_END@json.output@@@" | 170 "@@@STEP_LOG_END@json.output@@@" |
| 176 ] | 171 ] |
| 177 }, | 172 }, |
| 178 { | 173 { |
| 179 "cmd": [ | 174 "cmd": [ |
| 180 "python", | 175 "python", |
| 181 "-u", | 176 "-u", |
| 182 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 177 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 183 "--show-path", | 178 "--show-path", |
| 184 "python", | 179 "python", |
| 185 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 186 ], | 181 ], |
| 187 "cwd": "[SLAVE_BUILD]", | |
| 188 "name": "cleanup_temp" | 182 "name": "cleanup_temp" |
| 189 }, | 183 }, |
| 190 { | 184 { |
| 191 "cmd": [ | 185 "cmd": [ |
| 192 "python", | 186 "python", |
| 193 "-u", | 187 "-u", |
| 194 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 188 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 195 "[SLAVE_BUILD]/src/out/Release" | 189 "[SLAVE_BUILD]/src/out/Release" |
| 196 ], | 190 ], |
| 197 "cwd": "[SLAVE_BUILD]", | |
| 198 "name": "rmtree build directory", | 191 "name": "rmtree build directory", |
| 199 "~followup_annotations": [ | 192 "~followup_annotations": [ |
| 200 "@@@STEP_LOG_LINE@python.inline@@@@", | 193 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 201 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 194 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 202 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 195 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 203 "@@@STEP_LOG_LINE@python.inline@@@@", | 196 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 204 "@@@STEP_LOG_LINE@python.inline@@@@", | 197 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 205 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 198 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 206 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 199 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 207 "@@@STEP_LOG_END@python.inline@@@" | 200 "@@@STEP_LOG_END@python.inline@@@" |
| 208 ] | 201 ] |
| 209 }, | 202 }, |
| 210 { | 203 { |
| 211 "cmd": [ | 204 "cmd": [ |
| 212 "python", | 205 "python", |
| 213 "-u", | 206 "-u", |
| 214 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 207 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 215 "--show-path", | 208 "--show-path", |
| 216 "python", | 209 "python", |
| 217 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", | 210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", |
| 218 "--target", | 211 "--target", |
| 219 "Release", | 212 "Release", |
| 220 "--build-archive-url", | 213 "--build-archive-url", |
| 221 "gs://test-domain/test-archive.zip", | 214 "gs://test-domain/test-archive.zip", |
| 222 "--master-name", | 215 "--master-name", |
| 223 "chromium.fyi", | 216 "chromium.fyi", |
| 224 "--build-number", | 217 "--build-number", |
| 225 "571" | 218 "571" |
| 226 ], | 219 ], |
| 227 "cwd": "[SLAVE_BUILD]", | |
| 228 "name": "extract build" | 220 "name": "extract build" |
| 229 }, | 221 }, |
| 230 { | 222 { |
| 231 "cmd": [ | 223 "cmd": [ |
| 232 "python", | 224 "python", |
| 233 "-u", | 225 "-u", |
| 234 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 226 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 235 "--build-dir", | 227 "--build-dir", |
| 236 "[SLAVE_BUILD]/src/out/Release", | 228 "[SLAVE_BUILD]/src/out/Release", |
| 237 "--output-json", | 229 "--output-json", |
| 238 "/path/to/tmp/json" | 230 "/path/to/tmp/json" |
| 239 ], | 231 ], |
| 240 "cwd": "[SLAVE_BUILD]", | |
| 241 "name": "find isolated tests", | 232 "name": "find isolated tests", |
| 242 "~followup_annotations": [ | 233 "~followup_annotations": [ |
| 243 "@@@STEP_LOG_LINE@json.output@{@@@", | 234 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 244 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 235 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 245 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 236 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 246 "@@@STEP_LOG_LINE@json.output@}@@@", | 237 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 247 "@@@STEP_LOG_END@json.output@@@", | 238 "@@@STEP_LOG_END@json.output@@@", |
| 248 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 239 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 249 ] | 240 ] |
| 250 }, | 241 }, |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 "purpose:post-commit", | 295 "purpose:post-commit", |
| 305 "--tag", | 296 "--tag", |
| 306 "slavename:TestSlavename", | 297 "slavename:TestSlavename", |
| 307 "--tag", | 298 "--tag", |
| 308 "stepname:browser_tests on Mac-10.9", | 299 "stepname:browser_tests on Mac-10.9", |
| 309 "--idempotent", | 300 "--idempotent", |
| 310 "ffffffffffffffffffffffffffffffffffffffff", | 301 "ffffffffffffffffffffffffffffffffffffffff", |
| 311 "--", | 302 "--", |
| 312 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 303 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 313 ], | 304 ], |
| 314 "cwd": "[SLAVE_BUILD]", | |
| 315 "name": "[trigger] browser_tests on Mac-10.9", | 305 "name": "[trigger] browser_tests on Mac-10.9", |
| 316 "~followup_annotations": [ | 306 "~followup_annotations": [ |
| 317 "@@@STEP_LOG_LINE@json.output@{@@@", | 307 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 318 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10
.9/ffffffffff/ClangToTMac tester/571\", @@@", | 308 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Mac-10
.9/ffffffffff/ClangToTMac tester/571\", @@@", |
| 319 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 309 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 320 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.9/ffffffffff/Clan
gToTMac tester/571\": {@@@", | 310 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Mac-10.9/ffffffffff/Clan
gToTMac tester/571\": {@@@", |
| 321 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 311 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 322 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 312 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 323 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 313 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 324 "@@@STEP_LOG_LINE@json.output@ }@@@", | 314 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 345 "--", | 335 "--", |
| 346 "collect", | 336 "collect", |
| 347 "--swarming", | 337 "--swarming", |
| 348 "https://chromium-swarm.appspot.com", | 338 "https://chromium-swarm.appspot.com", |
| 349 "--decorate", | 339 "--decorate", |
| 350 "--print-status-updates", | 340 "--print-status-updates", |
| 351 "--shards", | 341 "--shards", |
| 352 "1", | 342 "1", |
| 353 "browser_tests/Mac-10.9/ffffffffff/ClangToTMac tester/571" | 343 "browser_tests/Mac-10.9/ffffffffff/ClangToTMac tester/571" |
| 354 ], | 344 ], |
| 355 "cwd": "[SLAVE_BUILD]", | |
| 356 "name": "browser_tests on Mac-10.9", | 345 "name": "browser_tests on Mac-10.9", |
| 357 "~followup_annotations": [ | 346 "~followup_annotations": [ |
| 358 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 347 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 359 ] | 348 ] |
| 360 }, | 349 }, |
| 361 { | 350 { |
| 362 "cmd": [ | 351 "cmd": [ |
| 363 "python", | 352 "python", |
| 364 "-u", | 353 "-u", |
| 365 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 354 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
| 366 "--input-gtest-json", | 355 "--input-gtest-json", |
| 367 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 356 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
| 368 "--master-name", | 357 "--master-name", |
| 369 "chromium.fyi", | 358 "chromium.fyi", |
| 370 "--builder-name", | 359 "--builder-name", |
| 371 "ClangToTMac tester", | 360 "ClangToTMac tester", |
| 372 "--build-number", | 361 "--build-number", |
| 373 "571", | 362 "571", |
| 374 "--test-type", | 363 "--test-type", |
| 375 "browser_tests on Mac-10.9", | 364 "browser_tests on Mac-10.9", |
| 376 "--test-results-server", | 365 "--test-results-server", |
| 377 "test-results.appspot.com", | 366 "test-results.appspot.com", |
| 378 "--chrome-revision", | 367 "--chrome-revision", |
| 379 "170242" | 368 "170242" |
| 380 ], | 369 ], |
| 381 "cwd": "[SLAVE_BUILD]", | |
| 382 "name": "Upload to test-results [browser_tests on Mac-10.9]" | 370 "name": "Upload to test-results [browser_tests on Mac-10.9]" |
| 383 }, | 371 }, |
| 384 { | 372 { |
| 385 "name": "$result", | 373 "name": "$result", |
| 386 "recipe_result": null, | 374 "recipe_result": null, |
| 387 "status_code": 0 | 375 "status_code": 0 |
| 388 } | 376 } |
| 389 ] | 377 ] |
| OLD | NEW |