| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ClangToTLinuxASan tester", | 10 "ClangToTLinuxASan tester", |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTLinuxASan tester\", \"buildnumber\": 571, \"mastername\
": \"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archi
ve.zip\", \"parent_buildername\": \"ClangToTLinuxASan\", \"parent_got_revision\"
: \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swa
rm_hashes\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"},
\"workdir\": \"/path/to/workdir/TestSlavename\"}", | 171 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTLinuxASan tester\", \"buildnumber\": 571, \"mastername\
": \"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archi
ve.zip\", \"parent_buildername\": \"ClangToTLinuxASan\", \"parent_got_revision\"
: \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swa
rm_hashes\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"},
\"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 172 "--build-properties", | 172 "--build-properties", |
| 173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTLinuxASan tester\", \"buildnumber\": 571, \"mastername\
": \"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archi
ve.zip\", \"parent_buildername\": \"ClangToTLinuxASan\", \"parent_got_revision\"
: \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swa
rm_hashes\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"},
\"workdir\": \"/path/to/workdir/TestSlavename\"}" | 173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTLinuxASan tester\", \"buildnumber\": 571, \"mastername\
": \"chromium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archi
ve.zip\", \"parent_buildername\": \"ClangToTLinuxASan\", \"parent_got_revision\"
: \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swa
rm_hashes\": {\"browser_tests\": \"ffffffffffffffffffffffffffffffffffffffff\"},
\"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 174 ], | 174 ], |
| 175 "name": "extract build" | 175 "name": "extract build" |
| 176 }, | 176 }, |
| 177 { | 177 { |
| 178 "cmd": [ | 178 "cmd": [ |
| 179 "python", | 179 "python", |
| 180 "-u", | 180 "-u", |
| 181 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 181 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 182 "--build-dir", | 182 "--build-dir", |
| 183 "[SLAVE_BUILD]/src/out/Release", | 183 "[SLAVE_BUILD]/src/out/Release", |
| 184 "--output-json", | 184 "--output-json", |
| 185 "/path/to/tmp/json" | 185 "/path/to/tmp/json" |
| 186 ], | 186 ], |
| 187 "name": "find isolated tests", | 187 "name": "find isolated tests", |
| 188 "~followup_annotations": [ | 188 "~followup_annotations": [ |
| 189 "@@@STEP_LOG_LINE@json.output@{@@@", | 189 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 190 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 190 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 191 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 191 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 "@@@STEP_LOG_LINE@json.output@}@@@", | 274 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 275 "@@@STEP_LOG_END@json.output@@@", | 275 "@@@STEP_LOG_END@json.output@@@", |
| 276 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 276 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 277 ] | 277 ] |
| 278 }, | 278 }, |
| 279 { | 279 { |
| 280 "allow_subannotations": true, | 280 "allow_subannotations": true, |
| 281 "cmd": [ | 281 "cmd": [ |
| 282 "python", | 282 "python", |
| 283 "-u", | 283 "-u", |
| 284 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 284 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 285 "--swarming-client-dir", | 285 "--swarming-client-dir", |
| 286 "[SLAVE_BUILD]/src/tools/swarming_client", | 286 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 287 "--temp-root-dir", | 287 "--temp-root-dir", |
| 288 "[TMP_BASE]", | 288 "[TMP_BASE]", |
| 289 "--merged-test-output", | 289 "--merged-test-output", |
| 290 "/path/to/tmp/json", | 290 "/path/to/tmp/json", |
| 291 "--", | 291 "--", |
| 292 "collect", | 292 "collect", |
| 293 "--swarming", | 293 "--swarming", |
| 294 "https://chromium-swarm.appspot.com", | 294 "https://chromium-swarm.appspot.com", |
| 295 "--decorate", | 295 "--decorate", |
| 296 "--print-status-updates", | 296 "--print-status-updates", |
| 297 "--shards", | 297 "--shards", |
| 298 "1", | 298 "1", |
| 299 "browser_tests/Ubuntu-12.04/ffffffffff/ClangToTLinuxASan tester/571" | 299 "browser_tests/Ubuntu-12.04/ffffffffff/ClangToTLinuxASan tester/571" |
| 300 ], | 300 ], |
| 301 "name": "browser_tests" | 301 "name": "browser_tests" |
| 302 } | 302 } |
| 303 ] | 303 ] |
| OLD | NEW |