| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_asan_rel", | 10 "linux_chromium_asan_rel", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "--patchset", | 21 "--patchset", |
| 22 "1", | 22 "1", |
| 23 "--rietveld_server", | 23 "--rietveld_server", |
| 24 "https://codereview.chromium.org", | 24 "https://codereview.chromium.org", |
| 25 "--output_json", | 25 "--output_json", |
| 26 "/path/to/tmp/json", | 26 "/path/to/tmp/json", |
| 27 "--revision", | 27 "--revision", |
| 28 "src@HEAD", | 28 "src@HEAD", |
| 29 "--force" | 29 "--force" |
| 30 ], | 30 ], |
| 31 "cwd": "[SLAVE_BUILD]", |
| 31 "name": "bot_update", | 32 "name": "bot_update", |
| 32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
| 33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 68 ] | 69 ] |
| 69 }, | 70 }, |
| 70 { | 71 { |
| 71 "cmd": [ | 72 "cmd": [ |
| 72 "python", | 73 "python", |
| 73 "-u", | 74 "-u", |
| 74 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 75 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 75 "[SLAVE_BUILD]/src/testing/buildbot/chromium_memory_trybot.json", | 76 "[SLAVE_BUILD]/src/testing/buildbot/chromium_memory_trybot.json", |
| 76 "/path/to/tmp/json" | 77 "/path/to/tmp/json" |
| 77 ], | 78 ], |
| 79 "cwd": "[SLAVE_BUILD]", |
| 78 "name": "read test spec", | 80 "name": "read test spec", |
| 79 "~followup_annotations": [ | 81 "~followup_annotations": [ |
| 80 "@@@STEP_TEXT@path: testing/buildbot/chromium_memory_trybot.json@@@", | 82 "@@@STEP_TEXT@path: testing/buildbot/chromium_memory_trybot.json@@@", |
| 81 "@@@STEP_LOG_LINE@json.output@{@@@", | 83 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 82 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 84 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 83 "@@@STEP_LOG_LINE@json.output@ {@@@", | 85 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 84 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 86 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 85 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": tr
ue@@@", | 87 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": tr
ue@@@", |
| 86 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 88 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 87 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@", | 89 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 109 "--output", | 111 "--output", |
| 110 "/path/to/tmp/json", | 112 "/path/to/tmp/json", |
| 111 "--", | 113 "--", |
| 112 "--build-config-fs", | 114 "--build-config-fs", |
| 113 "Release", | 115 "Release", |
| 114 "--paths", | 116 "--paths", |
| 115 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 117 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 116 "--properties", | 118 "--properties", |
| 117 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma
stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta
rget_platform\": \"linux\"}" | 119 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma
stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta
rget_platform\": \"linux\"}" |
| 118 ], | 120 ], |
| 121 "cwd": "[SLAVE_BUILD]", |
| 119 "name": "get compile targets for scripts", | 122 "name": "get compile targets for scripts", |
| 120 "~followup_annotations": [ | 123 "~followup_annotations": [ |
| 121 "@@@STEP_LOG_LINE@json.output@{}@@@", | 124 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 122 "@@@STEP_LOG_END@json.output@@@" | 125 "@@@STEP_LOG_END@json.output@@@" |
| 123 ] | 126 ] |
| 124 }, | 127 }, |
| 125 { | 128 { |
| 126 "cmd": [ | 129 "cmd": [ |
| 127 "git", | 130 "git", |
| 128 "diff", | 131 "diff", |
| 129 "--cached", | 132 "--cached", |
| 130 "--name-only" | 133 "--name-only" |
| 131 ], | 134 ], |
| 132 "cwd": "[SLAVE_BUILD]/src", | 135 "cwd": "[SLAVE_BUILD]/src", |
| 133 "name": "git diff to analyze patch", | 136 "name": "git diff to analyze patch", |
| 134 "stdout": "/path/to/tmp/", | 137 "stdout": "/path/to/tmp/", |
| 135 "~followup_annotations": [ | 138 "~followup_annotations": [ |
| 136 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 139 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 137 "@@@STEP_LOG_END@files@@@" | 140 "@@@STEP_LOG_END@files@@@" |
| 138 ] | 141 ] |
| 139 }, | 142 }, |
| 140 { | 143 { |
| 141 "cmd": [ | 144 "cmd": [ |
| 142 "python", | 145 "python", |
| 143 "-u", | 146 "-u", |
| 144 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 147 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 145 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 148 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
| 146 "/path/to/tmp/json" | 149 "/path/to/tmp/json" |
| 147 ], | 150 ], |
| 151 "cwd": "[SLAVE_BUILD]", |
| 148 "name": "read filter exclusion spec", | 152 "name": "read filter exclusion spec", |
| 149 "~followup_annotations": [ | 153 "~followup_annotations": [ |
| 150 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 154 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 151 "@@@STEP_LOG_LINE@json.output@{@@@", | 155 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 159 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 160 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 157 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ }@@@", | 163 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@}@@@", | 164 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 161 "@@@STEP_LOG_END@json.output@@@" | 165 "@@@STEP_LOG_END@json.output@@@" |
| 162 ] | 166 ] |
| 163 }, | 167 }, |
| 164 { | 168 { |
| 165 "cmd": [ | 169 "cmd": [ |
| 166 "python", | 170 "python", |
| 167 "-u", | 171 "-u", |
| 168 "import sys; sys.exit(0)" | 172 "import sys; sys.exit(0)" |
| 169 ], | 173 ], |
| 174 "cwd": "[SLAVE_BUILD]", |
| 170 "name": "analyze", | 175 "name": "analyze", |
| 171 "~followup_annotations": [ | 176 "~followup_annotations": [ |
| 172 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 177 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 173 "@@@STEP_LOG_END@excluded_files@@@", | 178 "@@@STEP_LOG_END@excluded_files@@@", |
| 174 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 179 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 175 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 180 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 176 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", | 181 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", |
| 177 "@@@STEP_LOG_LINE@analyze_details@ \"browser_tests\"@@@", | 182 "@@@STEP_LOG_LINE@analyze_details@ \"browser_tests\"@@@", |
| 178 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 183 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 179 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [], @@@"
, | 184 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [], @@@"
, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 190 "@@@STEP_LOG_END@analyze_details@@@" | 195 "@@@STEP_LOG_END@analyze_details@@@" |
| 191 ] | 196 ] |
| 192 }, | 197 }, |
| 193 { | 198 { |
| 194 "cmd": [ | 199 "cmd": [ |
| 195 "python", | 200 "python", |
| 196 "-u", | 201 "-u", |
| 197 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 202 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 198 "--version" | 203 "--version" |
| 199 ], | 204 ], |
| 205 "cwd": "[SLAVE_BUILD]", |
| 200 "name": "swarming.py --version", | 206 "name": "swarming.py --version", |
| 201 "stdout": "/path/to/tmp/", | 207 "stdout": "/path/to/tmp/", |
| 202 "~followup_annotations": [ | 208 "~followup_annotations": [ |
| 203 "@@@STEP_TEXT@0.4.10@@@" | 209 "@@@STEP_TEXT@0.4.10@@@" |
| 204 ] | 210 ] |
| 205 }, | 211 }, |
| 206 { | 212 { |
| 207 "cmd": [ | 213 "cmd": [ |
| 208 "python", | 214 "python", |
| 209 "-u", | 215 "-u", |
| 210 "[DEPOT_TOOLS]/gclient.py", | 216 "[DEPOT_TOOLS]/gclient.py", |
| 211 "runhooks" | 217 "runhooks" |
| 212 ], | 218 ], |
| 219 "cwd": "[SLAVE_BUILD]", |
| 213 "env": { | 220 "env": { |
| 214 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 test_isolation_mode=p
repare use_goma=1" | 221 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 test_isolation_mode=p
repare use_goma=1" |
| 215 }, | 222 }, |
| 216 "name": "gclient runhooks (with patch)" | 223 "name": "gclient runhooks (with patch)" |
| 217 }, | 224 }, |
| 218 { | 225 { |
| 219 "cmd": [ | 226 "cmd": [ |
| 220 "python", | 227 "python", |
| 221 "-u", | 228 "-u", |
| 222 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 229 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 223 "--build-dir", | 230 "--build-dir", |
| 224 "[SLAVE_BUILD]/src/out/Release", | 231 "[SLAVE_BUILD]/src/out/Release", |
| 225 "--clean-isolated-files" | 232 "--clean-isolated-files" |
| 226 ], | 233 ], |
| 234 "cwd": "[SLAVE_BUILD]", |
| 227 "name": "clean isolated files" | 235 "name": "clean isolated files" |
| 228 }, | 236 }, |
| 229 { | 237 { |
| 230 "cmd": [ | 238 "cmd": [ |
| 231 "python", | 239 "python", |
| 232 "-u", | 240 "-u", |
| 233 "[BUILD]/scripts/slave/compile.py", | 241 "[BUILD]/scripts/slave/compile.py", |
| 234 "--target", | 242 "--target", |
| 235 "Release", | 243 "Release", |
| 236 "--src-dir", | 244 "--src-dir", |
| 237 "[SLAVE_BUILD]/src", | 245 "[SLAVE_BUILD]/src", |
| 238 "--build-tool", | 246 "--build-tool", |
| 239 "ninja", | 247 "ninja", |
| 240 "--compiler", | 248 "--compiler", |
| 241 "goma-clang", | 249 "goma-clang", |
| 242 "--goma-dir", | 250 "--goma-dir", |
| 243 "[BUILD]/goma", | 251 "[BUILD]/goma", |
| 244 "--", | 252 "--", |
| 245 "base_unittests", | 253 "base_unittests", |
| 246 "base_unittests_run", | 254 "base_unittests_run", |
| 247 "browser_tests", | 255 "browser_tests", |
| 248 "browser_tests_run" | 256 "browser_tests_run" |
| 249 ], | 257 ], |
| 258 "cwd": "[SLAVE_BUILD]", |
| 250 "name": "compile (with patch)" | 259 "name": "compile (with patch)" |
| 251 }, | 260 }, |
| 252 { | 261 { |
| 253 "cmd": [ | 262 "cmd": [ |
| 254 "python", | 263 "python", |
| 255 "-u", | 264 "-u", |
| 256 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 265 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", |
| 257 "--build-dir", | 266 "--build-dir", |
| 258 "[SLAVE_BUILD]/src/out/Release", | 267 "[SLAVE_BUILD]/src/out/Release", |
| 259 "--src-dir", | 268 "--src-dir", |
| 260 "[SLAVE_BUILD]/src" | 269 "[SLAVE_BUILD]/src" |
| 261 ], | 270 ], |
| 262 "cwd": "[SLAVE_BUILD]", | 271 "cwd": "[SLAVE_BUILD]", |
| 263 "name": "remove_build_metadata" | 272 "name": "remove_build_metadata" |
| 264 }, | 273 }, |
| 265 { | 274 { |
| 266 "cmd": [ | 275 "cmd": [ |
| 267 "python", | 276 "python", |
| 268 "-u", | 277 "-u", |
| 269 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", | 278 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", |
| 270 "/path/to/tmp/", | 279 "/path/to/tmp/", |
| 271 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" | 280 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" |
| 272 ], | 281 ], |
| 282 "cwd": "[SLAVE_BUILD]", |
| 273 "name": "find isolated targets" | 283 "name": "find isolated targets" |
| 274 }, | 284 }, |
| 275 { | 285 { |
| 276 "cmd": [ | 286 "cmd": [ |
| 277 "python", | 287 "python", |
| 278 "-u", | 288 "-u", |
| 279 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", | 289 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
| 280 "batcharchive", | 290 "batcharchive", |
| 281 "--dump-json", | 291 "--dump-json", |
| 282 "/path/to/tmp/json", | 292 "/path/to/tmp/json", |
| 283 "--isolate-server", | 293 "--isolate-server", |
| 284 "https://isolateserver.appspot.com", | 294 "https://isolateserver.appspot.com", |
| 285 "--verbose", | 295 "--verbose", |
| 286 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json", | 296 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json", |
| 287 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json" | 297 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json" |
| 288 ], | 298 ], |
| 299 "cwd": "[SLAVE_BUILD]", |
| 289 "name": "isolate tests", | 300 "name": "isolate tests", |
| 290 "~followup_annotations": [ | 301 "~followup_annotations": [ |
| 291 "@@@STEP_LOG_LINE@json.output@{@@@", | 302 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 303 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 304 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 294 "@@@STEP_LOG_LINE@json.output@}@@@", | 305 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 295 "@@@STEP_LOG_END@json.output@@@", | 306 "@@@STEP_LOG_END@json.output@@@", |
| 296 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 307 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 297 ] | 308 ] |
| 298 }, | 309 }, |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 "--idempotent", | 372 "--idempotent", |
| 362 "--user", | 373 "--user", |
| 363 "joe@chromium.org", | 374 "joe@chromium.org", |
| 364 "[dummy hash for base_unittests]", | 375 "[dummy hash for base_unittests]", |
| 365 "--", | 376 "--", |
| 366 "--test-launcher-print-test-stdio=always", | 377 "--test-launcher-print-test-stdio=always", |
| 367 "--test-launcher-batch-limit=1", | 378 "--test-launcher-batch-limit=1", |
| 368 "--lsan=1", | 379 "--lsan=1", |
| 369 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 380 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 370 ], | 381 ], |
| 382 "cwd": "[SLAVE_BUILD]", |
| 371 "name": "[trigger] base_unittests (with patch)", | 383 "name": "[trigger] base_unittests (with patch)", |
| 372 "~followup_annotations": [ | 384 "~followup_annotations": [ |
| 373 "@@@STEP_LOG_LINE@json.output@{@@@", | 385 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 374 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"base_unittests (with
patch)/Ubuntu-12.04/[dummy has/linux_chromium_asan_rel/571\", @@@", | 386 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"base_unittests (with
patch)/Ubuntu-12.04/[dummy has/linux_chromium_asan_rel/571\", @@@", |
| 375 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 387 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 376 "@@@STEP_LOG_LINE@json.output@ \"base_unittests (with patch)/Ubuntu-12.
04/[dummy has/linux_chromium_asan_rel/571\": {@@@", | 388 "@@@STEP_LOG_LINE@json.output@ \"base_unittests (with patch)/Ubuntu-12.
04/[dummy has/linux_chromium_asan_rel/571\": {@@@", |
| 377 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 389 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 378 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 390 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 379 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 391 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 380 "@@@STEP_LOG_LINE@json.output@ }@@@", | 392 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 "--idempotent", | 461 "--idempotent", |
| 450 "--user", | 462 "--user", |
| 451 "joe@chromium.org", | 463 "joe@chromium.org", |
| 452 "[dummy hash for browser_tests]", | 464 "[dummy hash for browser_tests]", |
| 453 "--", | 465 "--", |
| 454 "--test-launcher-print-test-stdio=always", | 466 "--test-launcher-print-test-stdio=always", |
| 455 "--test-launcher-batch-limit=1", | 467 "--test-launcher-batch-limit=1", |
| 456 "--lsan=1", | 468 "--lsan=1", |
| 457 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 469 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 458 ], | 470 ], |
| 471 "cwd": "[SLAVE_BUILD]", |
| 459 "name": "[trigger] browser_tests (with patch)", | 472 "name": "[trigger] browser_tests (with patch)", |
| 460 "~followup_annotations": [ | 473 "~followup_annotations": [ |
| 461 "@@@STEP_LOG_LINE@json.output@{@@@", | 474 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 462 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests (with
patch)/Ubuntu-12.04/[dummy has/linux_chromium_asan_rel/571\", @@@", | 475 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests (with
patch)/Ubuntu-12.04/[dummy has/linux_chromium_asan_rel/571\", @@@", |
| 463 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 476 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 464 "@@@STEP_LOG_LINE@json.output@ \"browser_tests (with patch)/Ubuntu-12.0
4/[dummy has/linux_chromium_asan_rel/571:5:0\": {@@@", | 477 "@@@STEP_LOG_LINE@json.output@ \"browser_tests (with patch)/Ubuntu-12.0
4/[dummy has/linux_chromium_asan_rel/571:5:0\": {@@@", |
| 465 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 478 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 466 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 479 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 467 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 480 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 468 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 481 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 "--build-config-fs", | 517 "--build-config-fs", |
| 505 "Release", | 518 "Release", |
| 506 "--paths", | 519 "--paths", |
| 507 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 520 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 508 "--properties", | 521 "--properties", |
| 509 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma
stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta
rget_platform\": \"linux\"}", | 522 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma
stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta
rget_platform\": \"linux\"}", |
| 510 "run", | 523 "run", |
| 511 "--output", | 524 "--output", |
| 512 "/path/to/tmp/json" | 525 "/path/to/tmp/json" |
| 513 ], | 526 ], |
| 527 "cwd": "[SLAVE_BUILD]", |
| 514 "name": "nacl_integration (with patch)", | 528 "name": "nacl_integration (with patch)", |
| 515 "~followup_annotations": [ | 529 "~followup_annotations": [ |
| 516 "@@@STEP_LOG_LINE@json.output@{@@@", | 530 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 517 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 531 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 518 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 532 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 519 "@@@STEP_LOG_LINE@json.output@}@@@", | 533 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 520 "@@@STEP_LOG_END@json.output@@@" | 534 "@@@STEP_LOG_END@json.output@@@" |
| 521 ] | 535 ] |
| 522 }, | 536 }, |
| 523 { | 537 { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 535 "--", | 549 "--", |
| 536 "collect", | 550 "collect", |
| 537 "--swarming", | 551 "--swarming", |
| 538 "https://chromium-swarm.appspot.com", | 552 "https://chromium-swarm.appspot.com", |
| 539 "--decorate", | 553 "--decorate", |
| 540 "--print-status-updates", | 554 "--print-status-updates", |
| 541 "--shards", | 555 "--shards", |
| 542 "1", | 556 "1", |
| 543 "base_unittests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_asan_r
el/571" | 557 "base_unittests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_asan_r
el/571" |
| 544 ], | 558 ], |
| 559 "cwd": "[SLAVE_BUILD]", |
| 545 "name": "base_unittests (with patch)" | 560 "name": "base_unittests (with patch)" |
| 546 }, | 561 }, |
| 547 { | 562 { |
| 548 "allow_subannotations": true, | 563 "allow_subannotations": true, |
| 549 "cmd": [ | 564 "cmd": [ |
| 550 "python", | 565 "python", |
| 551 "-u", | 566 "-u", |
| 552 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 567 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 553 "--swarming-client-dir", | 568 "--swarming-client-dir", |
| 554 "[SLAVE_BUILD]/src/tools/swarming_client", | 569 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 555 "--temp-root-dir", | 570 "--temp-root-dir", |
| 556 "[TMP_BASE]", | 571 "[TMP_BASE]", |
| 557 "--merged-test-output", | 572 "--merged-test-output", |
| 558 "/path/to/tmp/json", | 573 "/path/to/tmp/json", |
| 559 "--", | 574 "--", |
| 560 "collect", | 575 "collect", |
| 561 "--swarming", | 576 "--swarming", |
| 562 "https://chromium-swarm.appspot.com", | 577 "https://chromium-swarm.appspot.com", |
| 563 "--decorate", | 578 "--decorate", |
| 564 "--print-status-updates", | 579 "--print-status-updates", |
| 565 "--shards", | 580 "--shards", |
| 566 "5", | 581 "5", |
| 567 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_asan_re
l/571" | 582 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_asan_re
l/571" |
| 568 ], | 583 ], |
| 584 "cwd": "[SLAVE_BUILD]", |
| 569 "name": "browser_tests (with patch)" | 585 "name": "browser_tests (with patch)" |
| 570 } | 586 } |
| 571 ] | 587 ] |
| OLD | NEW |