| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_swarming", | 10 "linux_swarming", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi
ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite
d'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\"}", | 18 "{\"src\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--issue", | 21 "--issue", |
| 22 "666666", | 22 "666666", |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://fake.rietveld.url", | 26 "https://fake.rietveld.url", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "src@12345", | 30 "src@12345", |
| 31 "--output_manifest" | 31 "--output_manifest" |
| 32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", |
| 33 "env": { | 34 "env": { |
| 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 35 }, | 36 }, |
| 36 "name": "bot_update", | 37 "name": "bot_update", |
| 37 "~followup_annotations": [ | 38 "~followup_annotations": [ |
| 38 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 59 "@@@STEP_LOG_END@json.output@@@", | 60 "@@@STEP_LOG_END@json.output@@@", |
| 60 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 61 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 62 ] | 63 ] |
| 63 }, | 64 }, |
| 64 { | 65 { |
| 65 "cmd": [ | 66 "cmd": [ |
| 66 "python", | 67 "python", |
| 67 "-u", | 68 "-u", |
| 68 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 69 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 69 "[CWD]/src/out" | 70 "[SLAVE_BUILD]/src/out" |
| 70 ], | 71 ], |
| 72 "cwd": "[SLAVE_BUILD]", |
| 71 "name": "clean test output files" | 73 "name": "clean test output files" |
| 72 }, | 74 }, |
| 73 { | 75 { |
| 74 "cmd": [ | 76 "cmd": [ |
| 75 "python", | 77 "python", |
| 76 "-u", | 78 "-u", |
| 77 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 79 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 78 "--show-path", | 80 "--show-path", |
| 79 "python", | 81 "python", |
| 80 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 82 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 81 ], | 83 ], |
| 84 "cwd": "[SLAVE_BUILD]", |
| 82 "name": "cleanup_temp" | 85 "name": "cleanup_temp" |
| 83 }, | 86 }, |
| 84 { | 87 { |
| 85 "cmd": [ | 88 "cmd": [ |
| 86 "python", | 89 "python", |
| 87 "-u", | 90 "-u", |
| 88 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 91 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 89 "--build-dir", | 92 "--build-dir", |
| 90 "[CWD]/src/out/Debug", | 93 "[SLAVE_BUILD]/src/out/Debug", |
| 91 "--clean-isolated-files" | 94 "--clean-isolated-files" |
| 92 ], | 95 ], |
| 96 "cwd": "[SLAVE_BUILD]", |
| 93 "name": "clean isolated files" | 97 "name": "clean isolated files" |
| 94 }, | 98 }, |
| 95 { | 99 { |
| 96 "cmd": [ | 100 "cmd": [ |
| 97 "python", | 101 "python", |
| 98 "-u", | 102 "-u", |
| 99 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 103 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 100 "runhooks" | 104 "runhooks" |
| 101 ], | 105 ], |
| 106 "cwd": "[SLAVE_BUILD]", |
| 102 "env": { | 107 "env": { |
| 103 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 104 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_arch=x64
test_isolation_mode=prepare use_goma=1", | 109 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 test_i
solation_mode=prepare use_goma=1", |
| 105 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 110 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 106 }, | 111 }, |
| 107 "name": "gclient runhooks" | 112 "name": "gclient runhooks" |
| 108 }, | 113 }, |
| 109 { | 114 { |
| 110 "cmd": [ | 115 "cmd": [ |
| 111 "python", | 116 "python", |
| 112 "-u", | 117 "-u", |
| 113 "[CWD]/src/tools/swarming_client/swarming.py", | 118 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 114 "--version" | 119 "--version" |
| 115 ], | 120 ], |
| 121 "cwd": "[SLAVE_BUILD]", |
| 116 "name": "swarming.py --version", | 122 "name": "swarming.py --version", |
| 117 "stdout": "/path/to/tmp/", | 123 "stdout": "/path/to/tmp/", |
| 118 "~followup_annotations": [ | 124 "~followup_annotations": [ |
| 119 "@@@STEP_TEXT@0.4.10@@@" | 125 "@@@STEP_TEXT@0.4.10@@@" |
| 120 ] | 126 ] |
| 121 }, | 127 }, |
| 122 { | 128 { |
| 123 "cmd": [ | 129 "cmd": [ |
| 124 "python", | 130 "python", |
| 125 "-u", | 131 "-u", |
| 126 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 132 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 127 "--show-path", | 133 "--show-path", |
| 128 "python", | 134 "python", |
| 129 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 135 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 130 "--gsutil-py-path", | 136 "--gsutil-py-path", |
| 131 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 137 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 132 "--ninja-path", | 138 "--ninja-path", |
| 133 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 139 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 134 "--target", | 140 "--target", |
| 135 "Debug", | 141 "Debug", |
| 136 "--src-dir", | 142 "--src-dir", |
| 137 "[CWD]/src", | 143 "[SLAVE_BUILD]/src", |
| 138 "--goma-cache-dir", | 144 "--goma-cache-dir", |
| 139 "[ROOT]/b/build/slave/goma_cache", | 145 "[GOMA_CACHE]", |
| 140 "--build-tool", | 146 "--build-tool", |
| 141 "ninja", | 147 "ninja", |
| 142 "--compiler", | 148 "--compiler", |
| 143 "goma", | 149 "goma", |
| 144 "--goma-jsonstatus", | 150 "--goma-jsonstatus", |
| 145 "/path/to/tmp/json", | 151 "/path/to/tmp/json", |
| 146 "--goma-service-account-json-file", | 152 "--goma-service-account-json-file", |
| 147 "/creds/service_accounts/service-account-goma-client.json", | 153 "/creds/service_accounts/service-account-goma-client.json", |
| 148 "--goma-dir", | 154 "--goma-dir", |
| 149 "[ROOT]/b/build/goma", | 155 "[BUILD]/goma", |
| 150 "--goma-fail-fast", | 156 "--goma-fail-fast", |
| 151 "--goma-disable-local-fallback", | 157 "--goma-disable-local-fallback", |
| 152 "--", | 158 "--", |
| 153 "All" | 159 "All" |
| 154 ], | 160 ], |
| 161 "cwd": "[SLAVE_BUILD]", |
| 155 "env": { | 162 "env": { |
| 156 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 157 }, | 164 }, |
| 158 "name": "compile", | 165 "name": "compile", |
| 159 "~followup_annotations": [ | 166 "~followup_annotations": [ |
| 160 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 167 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 161 "@@@STEP_LOG_END@json.output (invalid)@@@" | 168 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 162 ] | 169 ] |
| 163 }, | 170 }, |
| 164 { | 171 { |
| 165 "cmd": [ | 172 "cmd": [ |
| 166 "python", | 173 "python", |
| 167 "-u", | 174 "-u", |
| 168 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 175 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", |
| 169 "--build-dir", | 176 "--build-dir", |
| 170 "[CWD]/src/out/Debug", | 177 "[SLAVE_BUILD]/src/out/Debug", |
| 171 "--src-dir", | 178 "--src-dir", |
| 172 "[CWD]/src" | 179 "[SLAVE_BUILD]/src" |
| 173 ], | 180 ], |
| 174 "cwd": "[CWD]", | 181 "cwd": "[SLAVE_BUILD]", |
| 175 "name": "remove_build_metadata" | 182 "name": "remove_build_metadata" |
| 176 }, | 183 }, |
| 177 { | 184 { |
| 178 "cmd": [ | 185 "cmd": [ |
| 179 "python", | 186 "python", |
| 180 "-u", | 187 "-u", |
| 181 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 188 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 182 "[CWD]/src/tools/swarming_client", | 189 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 183 "batcharchive", | 190 "batcharchive", |
| 184 "--dump-json", | 191 "--dump-json", |
| 185 "/path/to/tmp/json", | 192 "/path/to/tmp/json", |
| 186 "--isolate-server", | 193 "--isolate-server", |
| 187 "https://isolateserver.appspot.com", | 194 "https://isolateserver.appspot.com", |
| 188 "[CWD]/src/out/Debug/audio_decoder_unittests.isolated.gen.json", | 195 "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests.isolated.gen.json", |
| 189 "[CWD]/src/out/Debug/common_audio_unittests.isolated.gen.json", | 196 "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests.isolated.gen.json", |
| 190 "[CWD]/src/out/Debug/common_video_unittests.isolated.gen.json", | 197 "[SLAVE_BUILD]/src/out/Debug/common_video_unittests.isolated.gen.json", |
| 191 "[CWD]/src/out/Debug/modules_tests.isolated.gen.json", | 198 "[SLAVE_BUILD]/src/out/Debug/modules_tests.isolated.gen.json", |
| 192 "[CWD]/src/out/Debug/modules_unittests.isolated.gen.json", | 199 "[SLAVE_BUILD]/src/out/Debug/modules_unittests.isolated.gen.json", |
| 193 "[CWD]/src/out/Debug/peerconnection_unittests.isolated.gen.json", | 200 "[SLAVE_BUILD]/src/out/Debug/peerconnection_unittests.isolated.gen.json", |
| 194 "[CWD]/src/out/Debug/rtc_media_unittests.isolated.gen.json", | 201 "[SLAVE_BUILD]/src/out/Debug/rtc_media_unittests.isolated.gen.json", |
| 195 "[CWD]/src/out/Debug/rtc_pc_unittests.isolated.gen.json", | 202 "[SLAVE_BUILD]/src/out/Debug/rtc_pc_unittests.isolated.gen.json", |
| 196 "[CWD]/src/out/Debug/rtc_unittests.isolated.gen.json", | 203 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests.isolated.gen.json", |
| 197 "[CWD]/src/out/Debug/system_wrappers_unittests.isolated.gen.json", | 204 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests.isolated.gen.json", |
| 198 "[CWD]/src/out/Debug/test_support_unittests.isolated.gen.json", | 205 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests.isolated.gen.json", |
| 199 "[CWD]/src/out/Debug/tools_unittests.isolated.gen.json", | 206 "[SLAVE_BUILD]/src/out/Debug/tools_unittests.isolated.gen.json", |
| 200 "[CWD]/src/out/Debug/video_engine_tests.isolated.gen.json", | 207 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests.isolated.gen.json", |
| 201 "[CWD]/src/out/Debug/voice_engine_unittests.isolated.gen.json" | 208 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests.isolated.gen.json" |
| 202 ], | 209 ], |
| 210 "cwd": "[SLAVE_BUILD]", |
| 203 "name": "isolate tests", | 211 "name": "isolate tests", |
| 204 "~followup_annotations": [ | 212 "~followup_annotations": [ |
| 205 "@@@STEP_LOG_LINE@json.output@{@@@", | 213 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 206 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash
for audio_decoder_unittests]\", @@@", | 214 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash
for audio_decoder_unittests]\", @@@", |
| 207 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", @@@", | 215 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", @@@", |
| 208 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash
for common_video_unittests]\", @@@", | 216 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash
for common_video_unittests]\", @@@", |
| 209 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul
es_tests]\", @@@", | 217 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul
es_tests]\", @@@", |
| 210 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m
odules_unittests]\", @@@", | 218 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m
odules_unittests]\", @@@", |
| 211 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has
h for peerconnection_unittests]\", @@@", | 219 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has
h for peerconnection_unittests]\", @@@", |
| 212 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for
rtc_media_unittests]\", @@@", | 220 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for
rtc_media_unittests]\", @@@", |
| 213 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests\": \"[dummy hash for rt
c_pc_unittests]\", @@@", | 221 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests\": \"[dummy hash for rt
c_pc_unittests]\", @@@", |
| 214 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u
nittests]\", @@@", | 222 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u
nittests]\", @@@", |
| 215 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha
sh for system_wrappers_unittests]\", @@@", | 223 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha
sh for system_wrappers_unittests]\", @@@", |
| 216 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash
for test_support_unittests]\", @@@", | 224 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash
for test_support_unittests]\", @@@", |
| 217 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too
ls_unittests]\", @@@", | 225 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too
ls_unittests]\", @@@", |
| 218 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for
video_engine_tests]\", @@@", | 226 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for
video_engine_tests]\", @@@", |
| 219 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\"@@@", | 227 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\"@@@", |
| 220 "@@@STEP_LOG_LINE@json.output@}@@@", | 228 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 221 "@@@STEP_LOG_END@json.output@@@", | 229 "@@@STEP_LOG_END@json.output@@@", |
| 222 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"audio_decoder_unittests\": \"[dummy
hash for audio_decoder_unittests]\", \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", \"common_video_unittests\": \"[dummy hash for com
mon_video_unittests]\", \"modules_tests\": \"[dummy hash for modules_tests]\", \
"modules_unittests\": \"[dummy hash for modules_unittests]\", \"peerconnection_u
nittests\": \"[dummy hash for peerconnection_unittests]\", \"rtc_media_unittests
\": \"[dummy hash for rtc_media_unittests]\", \"rtc_pc_unittests\": \"[dummy has
h for rtc_pc_unittests]\", \"rtc_unittests\": \"[dummy hash for rtc_unittests]\"
, \"system_wrappers_unittests\": \"[dummy hash for system_wrappers_unittests]\",
\"test_support_unittests\": \"[dummy hash for test_support_unittests]\", \"tool
s_unittests\": \"[dummy hash for tools_unittests]\", \"video_engine_tests\": \"[
dummy hash for video_engine_tests]\", \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\"}@@@" | 230 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"audio_decoder_unittests\": \"[dummy
hash for audio_decoder_unittests]\", \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", \"common_video_unittests\": \"[dummy hash for com
mon_video_unittests]\", \"modules_tests\": \"[dummy hash for modules_tests]\", \
"modules_unittests\": \"[dummy hash for modules_unittests]\", \"peerconnection_u
nittests\": \"[dummy hash for peerconnection_unittests]\", \"rtc_media_unittests
\": \"[dummy hash for rtc_media_unittests]\", \"rtc_pc_unittests\": \"[dummy has
h for rtc_pc_unittests]\", \"rtc_unittests\": \"[dummy hash for rtc_unittests]\"
, \"system_wrappers_unittests\": \"[dummy hash for system_wrappers_unittests]\",
\"test_support_unittests\": \"[dummy hash for test_support_unittests]\", \"tool
s_unittests\": \"[dummy hash for tools_unittests]\", \"video_engine_tests\": \"[
dummy hash for video_engine_tests]\", \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\"}@@@" |
| 223 ] | 231 ] |
| 224 }, | 232 }, |
| 225 { | 233 { |
| 226 "cmd": [ | 234 "cmd": [ |
| 227 "python", | 235 "python", |
| 228 "-u", | 236 "-u", |
| 229 "[CWD]/src/tools/swarming_client/swarming.py", | 237 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 230 "trigger", | 238 "trigger", |
| 231 "--swarming", | 239 "--swarming", |
| 232 "https://chromium-swarm.appspot.com", | 240 "https://chromium-swarm.appspot.com", |
| 233 "--isolate-server", | 241 "--isolate-server", |
| 234 "https://isolateserver.appspot.com", | 242 "https://isolateserver.appspot.com", |
| 235 "--priority", | 243 "--priority", |
| 236 "30", | 244 "30", |
| 237 "--shards", | 245 "--shards", |
| 238 "1", | 246 "1", |
| 239 "--task-name", | 247 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 "purpose:pre-commit", | 286 "purpose:pre-commit", |
| 279 "--tag", | 287 "--tag", |
| 280 "rietveld:https://fake.rietveld.url/666666/#ps1", | 288 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 281 "--tag", | 289 "--tag", |
| 282 "slavename:slavename", | 290 "slavename:slavename", |
| 283 "--tag", | 291 "--tag", |
| 284 "stepname:audio_decoder_unittests on Ubuntu", | 292 "stepname:audio_decoder_unittests on Ubuntu", |
| 285 "--idempotent", | 293 "--idempotent", |
| 286 "[dummy hash for audio_decoder_unittests]" | 294 "[dummy hash for audio_decoder_unittests]" |
| 287 ], | 295 ], |
| 296 "cwd": "[SLAVE_BUILD]", |
| 288 "name": "[trigger] audio_decoder_unittests on Ubuntu", | 297 "name": "[trigger] audio_decoder_unittests on Ubuntu", |
| 289 "~followup_annotations": [ | 298 "~followup_annotations": [ |
| 290 "@@@STEP_LOG_LINE@json.output@{@@@", | 299 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 291 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"audio_decoder_unitte
sts/Ubuntu/[dummy has/linux_swarming/1337\", @@@", | 300 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"audio_decoder_unitte
sts/Ubuntu/[dummy has/linux_swarming/1337\", @@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 301 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests/Ubuntu/[dummy
has/linux_swarming/1337\": {@@@", | 302 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests/Ubuntu/[dummy
has/linux_swarming/1337\": {@@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 303 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 304 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 305 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ }@@@", | 306 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ }@@@", | 307 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 299 "@@@STEP_LOG_LINE@json.output@}@@@", | 308 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 300 "@@@STEP_LOG_END@json.output@@@", | 309 "@@@STEP_LOG_END@json.output@@@", |
| 301 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 310 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 302 ] | 311 ] |
| 303 }, | 312 }, |
| 304 { | 313 { |
| 305 "cmd": [ | 314 "cmd": [ |
| 306 "python", | 315 "python", |
| 307 "-u", | 316 "-u", |
| 308 "[CWD]/src/tools/swarming_client/swarming.py", | 317 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 309 "trigger", | 318 "trigger", |
| 310 "--swarming", | 319 "--swarming", |
| 311 "https://chromium-swarm.appspot.com", | 320 "https://chromium-swarm.appspot.com", |
| 312 "--isolate-server", | 321 "--isolate-server", |
| 313 "https://isolateserver.appspot.com", | 322 "https://isolateserver.appspot.com", |
| 314 "--priority", | 323 "--priority", |
| 315 "30", | 324 "30", |
| 316 "--shards", | 325 "--shards", |
| 317 "1", | 326 "1", |
| 318 "--task-name", | 327 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 "purpose:pre-commit", | 366 "purpose:pre-commit", |
| 358 "--tag", | 367 "--tag", |
| 359 "rietveld:https://fake.rietveld.url/666666/#ps1", | 368 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 360 "--tag", | 369 "--tag", |
| 361 "slavename:slavename", | 370 "slavename:slavename", |
| 362 "--tag", | 371 "--tag", |
| 363 "stepname:common_audio_unittests on Ubuntu", | 372 "stepname:common_audio_unittests on Ubuntu", |
| 364 "--idempotent", | 373 "--idempotent", |
| 365 "[dummy hash for common_audio_unittests]" | 374 "[dummy hash for common_audio_unittests]" |
| 366 ], | 375 ], |
| 376 "cwd": "[SLAVE_BUILD]", |
| 367 "name": "[trigger] common_audio_unittests on Ubuntu", | 377 "name": "[trigger] common_audio_unittests on Ubuntu", |
| 368 "~followup_annotations": [ | 378 "~followup_annotations": [ |
| 369 "@@@STEP_LOG_LINE@json.output@{@@@", | 379 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 370 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_audio_unittes
ts/Ubuntu/[dummy has/linux_swarming/1337\", @@@", | 380 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_audio_unittes
ts/Ubuntu/[dummy has/linux_swarming/1337\", @@@", |
| 371 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 381 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 372 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests/Ubuntu/[dummy h
as/linux_swarming/1337\": {@@@", | 382 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests/Ubuntu/[dummy h
as/linux_swarming/1337\": {@@@", |
| 373 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 383 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 374 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 384 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 375 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 376 "@@@STEP_LOG_LINE@json.output@ }@@@", | 386 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 377 "@@@STEP_LOG_LINE@json.output@ }@@@", | 387 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 378 "@@@STEP_LOG_LINE@json.output@}@@@", | 388 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 379 "@@@STEP_LOG_END@json.output@@@", | 389 "@@@STEP_LOG_END@json.output@@@", |
| 380 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 390 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 381 ] | 391 ] |
| 382 }, | 392 }, |
| 383 { | 393 { |
| 384 "cmd": [ | 394 "cmd": [ |
| 385 "python", | 395 "python", |
| 386 "-u", | 396 "-u", |
| 387 "[CWD]/src/tools/swarming_client/swarming.py", | 397 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 388 "trigger", | 398 "trigger", |
| 389 "--swarming", | 399 "--swarming", |
| 390 "https://chromium-swarm.appspot.com", | 400 "https://chromium-swarm.appspot.com", |
| 391 "--isolate-server", | 401 "--isolate-server", |
| 392 "https://isolateserver.appspot.com", | 402 "https://isolateserver.appspot.com", |
| 393 "--priority", | 403 "--priority", |
| 394 "30", | 404 "30", |
| 395 "--shards", | 405 "--shards", |
| 396 "1", | 406 "1", |
| 397 "--task-name", | 407 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 "purpose:pre-commit", | 446 "purpose:pre-commit", |
| 437 "--tag", | 447 "--tag", |
| 438 "rietveld:https://fake.rietveld.url/666666/#ps1", | 448 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 439 "--tag", | 449 "--tag", |
| 440 "slavename:slavename", | 450 "slavename:slavename", |
| 441 "--tag", | 451 "--tag", |
| 442 "stepname:common_video_unittests on Ubuntu", | 452 "stepname:common_video_unittests on Ubuntu", |
| 443 "--idempotent", | 453 "--idempotent", |
| 444 "[dummy hash for common_video_unittests]" | 454 "[dummy hash for common_video_unittests]" |
| 445 ], | 455 ], |
| 456 "cwd": "[SLAVE_BUILD]", |
| 446 "name": "[trigger] common_video_unittests on Ubuntu", | 457 "name": "[trigger] common_video_unittests on Ubuntu", |
| 447 "~followup_annotations": [ | 458 "~followup_annotations": [ |
| 448 "@@@STEP_LOG_LINE@json.output@{@@@", | 459 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 449 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_video_unittes
ts/Ubuntu/[dummy has/linux_swarming/1337\", @@@", | 460 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_video_unittes
ts/Ubuntu/[dummy has/linux_swarming/1337\", @@@", |
| 450 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 461 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 451 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests/Ubuntu/[dummy h
as/linux_swarming/1337\": {@@@", | 462 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests/Ubuntu/[dummy h
as/linux_swarming/1337\": {@@@", |
| 452 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 463 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 453 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 464 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 454 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 465 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 455 "@@@STEP_LOG_LINE@json.output@ }@@@", | 466 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 456 "@@@STEP_LOG_LINE@json.output@ }@@@", | 467 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 457 "@@@STEP_LOG_LINE@json.output@}@@@", | 468 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 458 "@@@STEP_LOG_END@json.output@@@", | 469 "@@@STEP_LOG_END@json.output@@@", |
| 459 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 470 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 460 ] | 471 ] |
| 461 }, | 472 }, |
| 462 { | 473 { |
| 463 "cmd": [ | 474 "cmd": [ |
| 464 "python", | 475 "python", |
| 465 "-u", | 476 "-u", |
| 466 "[CWD]/src/tools/swarming_client/swarming.py", | 477 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 467 "trigger", | 478 "trigger", |
| 468 "--swarming", | 479 "--swarming", |
| 469 "https://chromium-swarm.appspot.com", | 480 "https://chromium-swarm.appspot.com", |
| 470 "--isolate-server", | 481 "--isolate-server", |
| 471 "https://isolateserver.appspot.com", | 482 "https://isolateserver.appspot.com", |
| 472 "--priority", | 483 "--priority", |
| 473 "30", | 484 "30", |
| 474 "--shards", | 485 "--shards", |
| 475 "1", | 486 "1", |
| 476 "--task-name", | 487 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 "purpose:pre-commit", | 526 "purpose:pre-commit", |
| 516 "--tag", | 527 "--tag", |
| 517 "rietveld:https://fake.rietveld.url/666666/#ps1", | 528 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 518 "--tag", | 529 "--tag", |
| 519 "slavename:slavename", | 530 "slavename:slavename", |
| 520 "--tag", | 531 "--tag", |
| 521 "stepname:modules_tests on Ubuntu", | 532 "stepname:modules_tests on Ubuntu", |
| 522 "--idempotent", | 533 "--idempotent", |
| 523 "[dummy hash for modules_tests]" | 534 "[dummy hash for modules_tests]" |
| 524 ], | 535 ], |
| 536 "cwd": "[SLAVE_BUILD]", |
| 525 "name": "[trigger] modules_tests on Ubuntu", | 537 "name": "[trigger] modules_tests on Ubuntu", |
| 526 "~followup_annotations": [ | 538 "~followup_annotations": [ |
| 527 "@@@STEP_LOG_LINE@json.output@{@@@", | 539 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 528 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Ubuntu
/[dummy has/linux_swarming/1337\", @@@", | 540 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Ubuntu
/[dummy has/linux_swarming/1337\", @@@", |
| 529 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 541 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 530 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Ubuntu/[dummy has/linux_
swarming/1337\": {@@@", | 542 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Ubuntu/[dummy has/linux_
swarming/1337\": {@@@", |
| 531 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 543 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 532 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 544 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 533 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 545 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 534 "@@@STEP_LOG_LINE@json.output@ }@@@", | 546 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 535 "@@@STEP_LOG_LINE@json.output@ }@@@", | 547 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 536 "@@@STEP_LOG_LINE@json.output@}@@@", | 548 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 537 "@@@STEP_LOG_END@json.output@@@", | 549 "@@@STEP_LOG_END@json.output@@@", |
| 538 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 550 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 539 ] | 551 ] |
| 540 }, | 552 }, |
| 541 { | 553 { |
| 542 "cmd": [ | 554 "cmd": [ |
| 543 "python", | 555 "python", |
| 544 "-u", | 556 "-u", |
| 545 "[CWD]/src/tools/swarming_client/swarming.py", | 557 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 546 "trigger", | 558 "trigger", |
| 547 "--swarming", | 559 "--swarming", |
| 548 "https://chromium-swarm.appspot.com", | 560 "https://chromium-swarm.appspot.com", |
| 549 "--isolate-server", | 561 "--isolate-server", |
| 550 "https://isolateserver.appspot.com", | 562 "https://isolateserver.appspot.com", |
| 551 "--priority", | 563 "--priority", |
| 552 "30", | 564 "30", |
| 553 "--shards", | 565 "--shards", |
| 554 "1", | 566 "1", |
| 555 "--task-name", | 567 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 594 "purpose:pre-commit", | 606 "purpose:pre-commit", |
| 595 "--tag", | 607 "--tag", |
| 596 "rietveld:https://fake.rietveld.url/666666/#ps1", | 608 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 597 "--tag", | 609 "--tag", |
| 598 "slavename:slavename", | 610 "slavename:slavename", |
| 599 "--tag", | 611 "--tag", |
| 600 "stepname:modules_unittests on Ubuntu", | 612 "stepname:modules_unittests on Ubuntu", |
| 601 "--idempotent", | 613 "--idempotent", |
| 602 "[dummy hash for modules_unittests]" | 614 "[dummy hash for modules_unittests]" |
| 603 ], | 615 ], |
| 616 "cwd": "[SLAVE_BUILD]", |
| 604 "name": "[trigger] modules_unittests on Ubuntu", | 617 "name": "[trigger] modules_unittests on Ubuntu", |
| 605 "~followup_annotations": [ | 618 "~followup_annotations": [ |
| 606 "@@@STEP_LOG_LINE@json.output@{@@@", | 619 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 607 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Ub
untu/[dummy has/linux_swarming/1337\", @@@", | 620 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Ub
untu/[dummy has/linux_swarming/1337\", @@@", |
| 608 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 621 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 609 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Ubuntu/[dummy has/li
nux_swarming/1337\": {@@@", | 622 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Ubuntu/[dummy has/li
nux_swarming/1337\": {@@@", |
| 610 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 623 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 611 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 624 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 612 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 625 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 613 "@@@STEP_LOG_LINE@json.output@ }@@@", | 626 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 614 "@@@STEP_LOG_LINE@json.output@ }@@@", | 627 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 615 "@@@STEP_LOG_LINE@json.output@}@@@", | 628 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 616 "@@@STEP_LOG_END@json.output@@@", | 629 "@@@STEP_LOG_END@json.output@@@", |
| 617 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 630 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 618 ] | 631 ] |
| 619 }, | 632 }, |
| 620 { | 633 { |
| 621 "cmd": [ | 634 "cmd": [ |
| 622 "python", | 635 "python", |
| 623 "-u", | 636 "-u", |
| 624 "[CWD]/src/tools/swarming_client/swarming.py", | 637 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 625 "trigger", | 638 "trigger", |
| 626 "--swarming", | 639 "--swarming", |
| 627 "https://chromium-swarm.appspot.com", | 640 "https://chromium-swarm.appspot.com", |
| 628 "--isolate-server", | 641 "--isolate-server", |
| 629 "https://isolateserver.appspot.com", | 642 "https://isolateserver.appspot.com", |
| 630 "--priority", | 643 "--priority", |
| 631 "30", | 644 "30", |
| 632 "--shards", | 645 "--shards", |
| 633 "1", | 646 "1", |
| 634 "--task-name", | 647 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 673 "purpose:pre-commit", | 686 "purpose:pre-commit", |
| 674 "--tag", | 687 "--tag", |
| 675 "rietveld:https://fake.rietveld.url/666666/#ps1", | 688 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 676 "--tag", | 689 "--tag", |
| 677 "slavename:slavename", | 690 "slavename:slavename", |
| 678 "--tag", | 691 "--tag", |
| 679 "stepname:peerconnection_unittests on Ubuntu", | 692 "stepname:peerconnection_unittests on Ubuntu", |
| 680 "--idempotent", | 693 "--idempotent", |
| 681 "[dummy hash for peerconnection_unittests]" | 694 "[dummy hash for peerconnection_unittests]" |
| 682 ], | 695 ], |
| 696 "cwd": "[SLAVE_BUILD]", |
| 683 "name": "[trigger] peerconnection_unittests on Ubuntu", | 697 "name": "[trigger] peerconnection_unittests on Ubuntu", |
| 684 "~followup_annotations": [ | 698 "~followup_annotations": [ |
| 685 "@@@STEP_LOG_LINE@json.output@{@@@", | 699 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 686 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt
ests/Ubuntu/[dummy has/linux_swarming/1337\", @@@", | 700 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt
ests/Ubuntu/[dummy has/linux_swarming/1337\", @@@", |
| 687 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 701 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 688 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Ubuntu/[dummy
has/linux_swarming/1337\": {@@@", | 702 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Ubuntu/[dummy
has/linux_swarming/1337\": {@@@", |
| 689 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 703 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 690 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 704 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 691 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 705 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 692 "@@@STEP_LOG_LINE@json.output@ }@@@", | 706 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 693 "@@@STEP_LOG_LINE@json.output@ }@@@", | 707 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 694 "@@@STEP_LOG_LINE@json.output@}@@@", | 708 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 695 "@@@STEP_LOG_END@json.output@@@", | 709 "@@@STEP_LOG_END@json.output@@@", |
| 696 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 710 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 697 ] | 711 ] |
| 698 }, | 712 }, |
| 699 { | 713 { |
| 700 "cmd": [ | 714 "cmd": [ |
| 701 "python", | 715 "python", |
| 702 "-u", | 716 "-u", |
| 703 "[CWD]/src/tools/swarming_client/swarming.py", | 717 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 704 "trigger", | 718 "trigger", |
| 705 "--swarming", | 719 "--swarming", |
| 706 "https://chromium-swarm.appspot.com", | 720 "https://chromium-swarm.appspot.com", |
| 707 "--isolate-server", | 721 "--isolate-server", |
| 708 "https://isolateserver.appspot.com", | 722 "https://isolateserver.appspot.com", |
| 709 "--priority", | 723 "--priority", |
| 710 "30", | 724 "30", |
| 711 "--shards", | 725 "--shards", |
| 712 "1", | 726 "1", |
| 713 "--task-name", | 727 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 752 "purpose:pre-commit", | 766 "purpose:pre-commit", |
| 753 "--tag", | 767 "--tag", |
| 754 "rietveld:https://fake.rietveld.url/666666/#ps1", | 768 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 755 "--tag", | 769 "--tag", |
| 756 "slavename:slavename", | 770 "slavename:slavename", |
| 757 "--tag", | 771 "--tag", |
| 758 "stepname:rtc_media_unittests on Ubuntu", | 772 "stepname:rtc_media_unittests on Ubuntu", |
| 759 "--idempotent", | 773 "--idempotent", |
| 760 "[dummy hash for rtc_media_unittests]" | 774 "[dummy hash for rtc_media_unittests]" |
| 761 ], | 775 ], |
| 776 "cwd": "[SLAVE_BUILD]", |
| 762 "name": "[trigger] rtc_media_unittests on Ubuntu", | 777 "name": "[trigger] rtc_media_unittests on Ubuntu", |
| 763 "~followup_annotations": [ | 778 "~followup_annotations": [ |
| 764 "@@@STEP_LOG_LINE@json.output@{@@@", | 779 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 765 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_media_unittests/
Ubuntu/[dummy has/linux_swarming/1337\", @@@", | 780 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_media_unittests/
Ubuntu/[dummy has/linux_swarming/1337\", @@@", |
| 766 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 781 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 767 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests/Ubuntu/[dummy has/
linux_swarming/1337\": {@@@", | 782 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests/Ubuntu/[dummy has/
linux_swarming/1337\": {@@@", |
| 768 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 783 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 769 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 784 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 770 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 785 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 771 "@@@STEP_LOG_LINE@json.output@ }@@@", | 786 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 772 "@@@STEP_LOG_LINE@json.output@ }@@@", | 787 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 773 "@@@STEP_LOG_LINE@json.output@}@@@", | 788 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 774 "@@@STEP_LOG_END@json.output@@@", | 789 "@@@STEP_LOG_END@json.output@@@", |
| 775 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 790 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 776 ] | 791 ] |
| 777 }, | 792 }, |
| 778 { | 793 { |
| 779 "cmd": [ | 794 "cmd": [ |
| 780 "python", | 795 "python", |
| 781 "-u", | 796 "-u", |
| 782 "[CWD]/src/tools/swarming_client/swarming.py", | 797 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 783 "trigger", | 798 "trigger", |
| 784 "--swarming", | 799 "--swarming", |
| 785 "https://chromium-swarm.appspot.com", | 800 "https://chromium-swarm.appspot.com", |
| 786 "--isolate-server", | 801 "--isolate-server", |
| 787 "https://isolateserver.appspot.com", | 802 "https://isolateserver.appspot.com", |
| 788 "--priority", | 803 "--priority", |
| 789 "30", | 804 "30", |
| 790 "--shards", | 805 "--shards", |
| 791 "1", | 806 "1", |
| 792 "--task-name", | 807 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 831 "purpose:pre-commit", | 846 "purpose:pre-commit", |
| 832 "--tag", | 847 "--tag", |
| 833 "rietveld:https://fake.rietveld.url/666666/#ps1", | 848 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 834 "--tag", | 849 "--tag", |
| 835 "slavename:slavename", | 850 "slavename:slavename", |
| 836 "--tag", | 851 "--tag", |
| 837 "stepname:rtc_pc_unittests on Ubuntu", | 852 "stepname:rtc_pc_unittests on Ubuntu", |
| 838 "--idempotent", | 853 "--idempotent", |
| 839 "[dummy hash for rtc_pc_unittests]" | 854 "[dummy hash for rtc_pc_unittests]" |
| 840 ], | 855 ], |
| 856 "cwd": "[SLAVE_BUILD]", |
| 841 "name": "[trigger] rtc_pc_unittests on Ubuntu", | 857 "name": "[trigger] rtc_pc_unittests on Ubuntu", |
| 842 "~followup_annotations": [ | 858 "~followup_annotations": [ |
| 843 "@@@STEP_LOG_LINE@json.output@{@@@", | 859 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 844 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_pc_unittests/Ubu
ntu/[dummy has/linux_swarming/1337\", @@@", | 860 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_pc_unittests/Ubu
ntu/[dummy has/linux_swarming/1337\", @@@", |
| 845 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 861 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 846 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests/Ubuntu/[dummy has/lin
ux_swarming/1337\": {@@@", | 862 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests/Ubuntu/[dummy has/lin
ux_swarming/1337\": {@@@", |
| 847 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 863 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 848 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 864 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 849 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 865 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 850 "@@@STEP_LOG_LINE@json.output@ }@@@", | 866 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 851 "@@@STEP_LOG_LINE@json.output@ }@@@", | 867 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 852 "@@@STEP_LOG_LINE@json.output@}@@@", | 868 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 853 "@@@STEP_LOG_END@json.output@@@", | 869 "@@@STEP_LOG_END@json.output@@@", |
| 854 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 870 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 855 ] | 871 ] |
| 856 }, | 872 }, |
| 857 { | 873 { |
| 858 "cmd": [ | 874 "cmd": [ |
| 859 "python", | 875 "python", |
| 860 "-u", | 876 "-u", |
| 861 "[CWD]/src/tools/swarming_client/swarming.py", | 877 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 862 "trigger", | 878 "trigger", |
| 863 "--swarming", | 879 "--swarming", |
| 864 "https://chromium-swarm.appspot.com", | 880 "https://chromium-swarm.appspot.com", |
| 865 "--isolate-server", | 881 "--isolate-server", |
| 866 "https://isolateserver.appspot.com", | 882 "https://isolateserver.appspot.com", |
| 867 "--priority", | 883 "--priority", |
| 868 "30", | 884 "30", |
| 869 "--shards", | 885 "--shards", |
| 870 "1", | 886 "1", |
| 871 "--task-name", | 887 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 910 "purpose:pre-commit", | 926 "purpose:pre-commit", |
| 911 "--tag", | 927 "--tag", |
| 912 "rietveld:https://fake.rietveld.url/666666/#ps1", | 928 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 913 "--tag", | 929 "--tag", |
| 914 "slavename:slavename", | 930 "slavename:slavename", |
| 915 "--tag", | 931 "--tag", |
| 916 "stepname:rtc_unittests on Ubuntu", | 932 "stepname:rtc_unittests on Ubuntu", |
| 917 "--idempotent", | 933 "--idempotent", |
| 918 "[dummy hash for rtc_unittests]" | 934 "[dummy hash for rtc_unittests]" |
| 919 ], | 935 ], |
| 936 "cwd": "[SLAVE_BUILD]", |
| 920 "name": "[trigger] rtc_unittests on Ubuntu", | 937 "name": "[trigger] rtc_unittests on Ubuntu", |
| 921 "~followup_annotations": [ | 938 "~followup_annotations": [ |
| 922 "@@@STEP_LOG_LINE@json.output@{@@@", | 939 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 923 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_unittests/Ubuntu
/[dummy has/linux_swarming/1337\", @@@", | 940 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_unittests/Ubuntu
/[dummy has/linux_swarming/1337\", @@@", |
| 924 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 941 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 925 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests/Ubuntu/[dummy has/linux_
swarming/1337\": {@@@", | 942 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests/Ubuntu/[dummy has/linux_
swarming/1337\": {@@@", |
| 926 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 943 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 927 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 944 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 928 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 945 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 929 "@@@STEP_LOG_LINE@json.output@ }@@@", | 946 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 930 "@@@STEP_LOG_LINE@json.output@ }@@@", | 947 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 931 "@@@STEP_LOG_LINE@json.output@}@@@", | 948 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 932 "@@@STEP_LOG_END@json.output@@@", | 949 "@@@STEP_LOG_END@json.output@@@", |
| 933 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 950 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 934 ] | 951 ] |
| 935 }, | 952 }, |
| 936 { | 953 { |
| 937 "cmd": [ | 954 "cmd": [ |
| 938 "python", | 955 "python", |
| 939 "-u", | 956 "-u", |
| 940 "[CWD]/src/tools/swarming_client/swarming.py", | 957 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 941 "trigger", | 958 "trigger", |
| 942 "--swarming", | 959 "--swarming", |
| 943 "https://chromium-swarm.appspot.com", | 960 "https://chromium-swarm.appspot.com", |
| 944 "--isolate-server", | 961 "--isolate-server", |
| 945 "https://isolateserver.appspot.com", | 962 "https://isolateserver.appspot.com", |
| 946 "--priority", | 963 "--priority", |
| 947 "30", | 964 "30", |
| 948 "--shards", | 965 "--shards", |
| 949 "1", | 966 "1", |
| 950 "--task-name", | 967 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 989 "purpose:pre-commit", | 1006 "purpose:pre-commit", |
| 990 "--tag", | 1007 "--tag", |
| 991 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1008 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 992 "--tag", | 1009 "--tag", |
| 993 "slavename:slavename", | 1010 "slavename:slavename", |
| 994 "--tag", | 1011 "--tag", |
| 995 "stepname:system_wrappers_unittests on Ubuntu", | 1012 "stepname:system_wrappers_unittests on Ubuntu", |
| 996 "--idempotent", | 1013 "--idempotent", |
| 997 "[dummy hash for system_wrappers_unittests]" | 1014 "[dummy hash for system_wrappers_unittests]" |
| 998 ], | 1015 ], |
| 1016 "cwd": "[SLAVE_BUILD]", |
| 999 "name": "[trigger] system_wrappers_unittests on Ubuntu", | 1017 "name": "[trigger] system_wrappers_unittests on Ubuntu", |
| 1000 "~followup_annotations": [ | 1018 "~followup_annotations": [ |
| 1001 "@@@STEP_LOG_LINE@json.output@{@@@", | 1019 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1002 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"system_wrappers_unit
tests/Ubuntu/[dummy has/linux_swarming/1337\", @@@", | 1020 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"system_wrappers_unit
tests/Ubuntu/[dummy has/linux_swarming/1337\", @@@", |
| 1003 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1021 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1004 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests/Ubuntu/[dumm
y has/linux_swarming/1337\": {@@@", | 1022 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests/Ubuntu/[dumm
y has/linux_swarming/1337\": {@@@", |
| 1005 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1023 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1006 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1024 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1007 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1025 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1008 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1026 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1009 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1027 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1010 "@@@STEP_LOG_LINE@json.output@}@@@", | 1028 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1011 "@@@STEP_LOG_END@json.output@@@", | 1029 "@@@STEP_LOG_END@json.output@@@", |
| 1012 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1030 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1013 ] | 1031 ] |
| 1014 }, | 1032 }, |
| 1015 { | 1033 { |
| 1016 "cmd": [ | 1034 "cmd": [ |
| 1017 "python", | 1035 "python", |
| 1018 "-u", | 1036 "-u", |
| 1019 "[CWD]/src/tools/swarming_client/swarming.py", | 1037 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1020 "trigger", | 1038 "trigger", |
| 1021 "--swarming", | 1039 "--swarming", |
| 1022 "https://chromium-swarm.appspot.com", | 1040 "https://chromium-swarm.appspot.com", |
| 1023 "--isolate-server", | 1041 "--isolate-server", |
| 1024 "https://isolateserver.appspot.com", | 1042 "https://isolateserver.appspot.com", |
| 1025 "--priority", | 1043 "--priority", |
| 1026 "30", | 1044 "30", |
| 1027 "--shards", | 1045 "--shards", |
| 1028 "1", | 1046 "1", |
| 1029 "--task-name", | 1047 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1068 "purpose:pre-commit", | 1086 "purpose:pre-commit", |
| 1069 "--tag", | 1087 "--tag", |
| 1070 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1088 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1071 "--tag", | 1089 "--tag", |
| 1072 "slavename:slavename", | 1090 "slavename:slavename", |
| 1073 "--tag", | 1091 "--tag", |
| 1074 "stepname:test_support_unittests on Ubuntu", | 1092 "stepname:test_support_unittests on Ubuntu", |
| 1075 "--idempotent", | 1093 "--idempotent", |
| 1076 "[dummy hash for test_support_unittests]" | 1094 "[dummy hash for test_support_unittests]" |
| 1077 ], | 1095 ], |
| 1096 "cwd": "[SLAVE_BUILD]", |
| 1078 "name": "[trigger] test_support_unittests on Ubuntu", | 1097 "name": "[trigger] test_support_unittests on Ubuntu", |
| 1079 "~followup_annotations": [ | 1098 "~followup_annotations": [ |
| 1080 "@@@STEP_LOG_LINE@json.output@{@@@", | 1099 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1081 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_support_unittes
ts/Ubuntu/[dummy has/linux_swarming/1337\", @@@", | 1100 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_support_unittes
ts/Ubuntu/[dummy has/linux_swarming/1337\", @@@", |
| 1082 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1101 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1083 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests/Ubuntu/[dummy h
as/linux_swarming/1337\": {@@@", | 1102 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests/Ubuntu/[dummy h
as/linux_swarming/1337\": {@@@", |
| 1084 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1103 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1085 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1104 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1086 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1105 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1087 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1106 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1088 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1107 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1089 "@@@STEP_LOG_LINE@json.output@}@@@", | 1108 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1090 "@@@STEP_LOG_END@json.output@@@", | 1109 "@@@STEP_LOG_END@json.output@@@", |
| 1091 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1110 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1092 ] | 1111 ] |
| 1093 }, | 1112 }, |
| 1094 { | 1113 { |
| 1095 "cmd": [ | 1114 "cmd": [ |
| 1096 "python", | 1115 "python", |
| 1097 "-u", | 1116 "-u", |
| 1098 "[CWD]/src/tools/swarming_client/swarming.py", | 1117 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1099 "trigger", | 1118 "trigger", |
| 1100 "--swarming", | 1119 "--swarming", |
| 1101 "https://chromium-swarm.appspot.com", | 1120 "https://chromium-swarm.appspot.com", |
| 1102 "--isolate-server", | 1121 "--isolate-server", |
| 1103 "https://isolateserver.appspot.com", | 1122 "https://isolateserver.appspot.com", |
| 1104 "--priority", | 1123 "--priority", |
| 1105 "30", | 1124 "30", |
| 1106 "--shards", | 1125 "--shards", |
| 1107 "1", | 1126 "1", |
| 1108 "--task-name", | 1127 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1147 "purpose:pre-commit", | 1166 "purpose:pre-commit", |
| 1148 "--tag", | 1167 "--tag", |
| 1149 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1168 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1150 "--tag", | 1169 "--tag", |
| 1151 "slavename:slavename", | 1170 "slavename:slavename", |
| 1152 "--tag", | 1171 "--tag", |
| 1153 "stepname:tools_unittests on Ubuntu", | 1172 "stepname:tools_unittests on Ubuntu", |
| 1154 "--idempotent", | 1173 "--idempotent", |
| 1155 "[dummy hash for tools_unittests]" | 1174 "[dummy hash for tools_unittests]" |
| 1156 ], | 1175 ], |
| 1176 "cwd": "[SLAVE_BUILD]", |
| 1157 "name": "[trigger] tools_unittests on Ubuntu", | 1177 "name": "[trigger] tools_unittests on Ubuntu", |
| 1158 "~followup_annotations": [ | 1178 "~followup_annotations": [ |
| 1159 "@@@STEP_LOG_LINE@json.output@{@@@", | 1179 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1160 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tools_unittests/Ubun
tu/[dummy has/linux_swarming/1337\", @@@", | 1180 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tools_unittests/Ubun
tu/[dummy has/linux_swarming/1337\", @@@", |
| 1161 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1181 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1162 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests/Ubuntu/[dummy has/linu
x_swarming/1337\": {@@@", | 1182 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests/Ubuntu/[dummy has/linu
x_swarming/1337\": {@@@", |
| 1163 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1183 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1164 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1184 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1165 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1185 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1166 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1186 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1167 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1187 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1168 "@@@STEP_LOG_LINE@json.output@}@@@", | 1188 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1169 "@@@STEP_LOG_END@json.output@@@", | 1189 "@@@STEP_LOG_END@json.output@@@", |
| 1170 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1190 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1171 ] | 1191 ] |
| 1172 }, | 1192 }, |
| 1173 { | 1193 { |
| 1174 "cmd": [ | 1194 "cmd": [ |
| 1175 "python", | 1195 "python", |
| 1176 "-u", | 1196 "-u", |
| 1177 "[CWD]/src/tools/swarming_client/swarming.py", | 1197 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1178 "trigger", | 1198 "trigger", |
| 1179 "--swarming", | 1199 "--swarming", |
| 1180 "https://chromium-swarm.appspot.com", | 1200 "https://chromium-swarm.appspot.com", |
| 1181 "--isolate-server", | 1201 "--isolate-server", |
| 1182 "https://isolateserver.appspot.com", | 1202 "https://isolateserver.appspot.com", |
| 1183 "--priority", | 1203 "--priority", |
| 1184 "30", | 1204 "30", |
| 1185 "--shards", | 1205 "--shards", |
| 1186 "1", | 1206 "1", |
| 1187 "--task-name", | 1207 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1226 "purpose:pre-commit", | 1246 "purpose:pre-commit", |
| 1227 "--tag", | 1247 "--tag", |
| 1228 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1248 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1229 "--tag", | 1249 "--tag", |
| 1230 "slavename:slavename", | 1250 "slavename:slavename", |
| 1231 "--tag", | 1251 "--tag", |
| 1232 "stepname:video_engine_tests on Ubuntu", | 1252 "stepname:video_engine_tests on Ubuntu", |
| 1233 "--idempotent", | 1253 "--idempotent", |
| 1234 "[dummy hash for video_engine_tests]" | 1254 "[dummy hash for video_engine_tests]" |
| 1235 ], | 1255 ], |
| 1256 "cwd": "[SLAVE_BUILD]", |
| 1236 "name": "[trigger] video_engine_tests on Ubuntu", | 1257 "name": "[trigger] video_engine_tests on Ubuntu", |
| 1237 "~followup_annotations": [ | 1258 "~followup_annotations": [ |
| 1238 "@@@STEP_LOG_LINE@json.output@{@@@", | 1259 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1239 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"video_engine_tests/U
buntu/[dummy has/linux_swarming/1337\", @@@", | 1260 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"video_engine_tests/U
buntu/[dummy has/linux_swarming/1337\", @@@", |
| 1240 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1261 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1241 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests/Ubuntu/[dummy has/l
inux_swarming/1337\": {@@@", | 1262 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests/Ubuntu/[dummy has/l
inux_swarming/1337\": {@@@", |
| 1242 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1263 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1243 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1264 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1244 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1265 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1245 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1266 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1246 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1267 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1247 "@@@STEP_LOG_LINE@json.output@}@@@", | 1268 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1248 "@@@STEP_LOG_END@json.output@@@", | 1269 "@@@STEP_LOG_END@json.output@@@", |
| 1249 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1270 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1250 ] | 1271 ] |
| 1251 }, | 1272 }, |
| 1252 { | 1273 { |
| 1253 "cmd": [ | 1274 "cmd": [ |
| 1254 "python", | 1275 "python", |
| 1255 "-u", | 1276 "-u", |
| 1256 "[CWD]/src/tools/swarming_client/swarming.py", | 1277 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1257 "trigger", | 1278 "trigger", |
| 1258 "--swarming", | 1279 "--swarming", |
| 1259 "https://chromium-swarm.appspot.com", | 1280 "https://chromium-swarm.appspot.com", |
| 1260 "--isolate-server", | 1281 "--isolate-server", |
| 1261 "https://isolateserver.appspot.com", | 1282 "https://isolateserver.appspot.com", |
| 1262 "--priority", | 1283 "--priority", |
| 1263 "30", | 1284 "30", |
| 1264 "--shards", | 1285 "--shards", |
| 1265 "1", | 1286 "1", |
| 1266 "--task-name", | 1287 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1305 "purpose:pre-commit", | 1326 "purpose:pre-commit", |
| 1306 "--tag", | 1327 "--tag", |
| 1307 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1328 "rietveld:https://fake.rietveld.url/666666/#ps1", |
| 1308 "--tag", | 1329 "--tag", |
| 1309 "slavename:slavename", | 1330 "slavename:slavename", |
| 1310 "--tag", | 1331 "--tag", |
| 1311 "stepname:voice_engine_unittests on Ubuntu", | 1332 "stepname:voice_engine_unittests on Ubuntu", |
| 1312 "--idempotent", | 1333 "--idempotent", |
| 1313 "[dummy hash for voice_engine_unittests]" | 1334 "[dummy hash for voice_engine_unittests]" |
| 1314 ], | 1335 ], |
| 1336 "cwd": "[SLAVE_BUILD]", |
| 1315 "name": "[trigger] voice_engine_unittests on Ubuntu", | 1337 "name": "[trigger] voice_engine_unittests on Ubuntu", |
| 1316 "~followup_annotations": [ | 1338 "~followup_annotations": [ |
| 1317 "@@@STEP_LOG_LINE@json.output@{@@@", | 1339 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1318 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"voice_engine_unittes
ts/Ubuntu/[dummy has/linux_swarming/1337\", @@@", | 1340 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"voice_engine_unittes
ts/Ubuntu/[dummy has/linux_swarming/1337\", @@@", |
| 1319 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1341 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1320 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests/Ubuntu/[dummy h
as/linux_swarming/1337\": {@@@", | 1342 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests/Ubuntu/[dummy h
as/linux_swarming/1337\": {@@@", |
| 1321 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1343 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1322 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1344 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1323 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1345 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1324 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1346 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 1343 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux_swarming\", \"buil
dnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patc
hset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietvel
d\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 1365 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux_swarming\", \"buil
dnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patc
hset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietvel
d\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 1344 "--annotate=gtest", | 1366 "--annotate=gtest", |
| 1345 "--test-type=webrtc_nonparallel_tests", | 1367 "--test-type=webrtc_nonparallel_tests", |
| 1346 "--step-name=webrtc_nonparallel_tests", | 1368 "--step-name=webrtc_nonparallel_tests", |
| 1347 "--builder-name=linux_swarming", | 1369 "--builder-name=linux_swarming", |
| 1348 "--slave-name=slavename", | 1370 "--slave-name=slavename", |
| 1349 "--build-number=1337", | 1371 "--build-number=1337", |
| 1350 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 1372 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 1351 "webrtc_nonparallel_tests" | 1373 "webrtc_nonparallel_tests" |
| 1352 ], | 1374 ], |
| 1375 "cwd": "[SLAVE_BUILD]", |
| 1353 "name": "webrtc_nonparallel_tests" | 1376 "name": "webrtc_nonparallel_tests" |
| 1354 }, | 1377 }, |
| 1355 { | 1378 { |
| 1356 "cmd": [ | 1379 "cmd": [ |
| 1357 "python", | 1380 "python", |
| 1358 "-u", | 1381 "-u", |
| 1359 "[CWD]/src/tools/swarming_client/swarming.py", | 1382 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1360 "collect", | 1383 "collect", |
| 1361 "--swarming", | 1384 "--swarming", |
| 1362 "https://chromium-swarm.appspot.com", | 1385 "https://chromium-swarm.appspot.com", |
| 1363 "--decorate", | 1386 "--decorate", |
| 1364 "--print-status-updates", | 1387 "--print-status-updates", |
| 1365 "--shards", | 1388 "--shards", |
| 1366 "1", | 1389 "1", |
| 1367 "audio_decoder_unittests/Ubuntu/[dummy has/linux_swarming/1337", | 1390 "audio_decoder_unittests/Ubuntu/[dummy has/linux_swarming/1337", |
| 1368 "--task-summary-json", | 1391 "--task-summary-json", |
| 1369 "/path/to/tmp/json" | 1392 "/path/to/tmp/json" |
| 1370 ], | 1393 ], |
| 1394 "cwd": "[SLAVE_BUILD]", |
| 1371 "name": "audio_decoder_unittests on Ubuntu", | 1395 "name": "audio_decoder_unittests on Ubuntu", |
| 1372 "~followup_annotations": [ | 1396 "~followup_annotations": [ |
| 1373 "@@@STEP_TEXT@swarming pending 71s@@@", | 1397 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1374 "@@@STEP_LOG_LINE@json.output@{@@@", | 1398 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1375 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1399 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1376 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1400 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1377 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1401 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1378 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1402 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1379 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1403 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1380 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1404 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1409 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1433 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1410 "@@@STEP_LOG_LINE@json.output@}@@@", | 1434 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1411 "@@@STEP_LOG_END@json.output@@@", | 1435 "@@@STEP_LOG_END@json.output@@@", |
| 1412 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1436 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1413 ] | 1437 ] |
| 1414 }, | 1438 }, |
| 1415 { | 1439 { |
| 1416 "cmd": [ | 1440 "cmd": [ |
| 1417 "python", | 1441 "python", |
| 1418 "-u", | 1442 "-u", |
| 1419 "[CWD]/src/tools/swarming_client/swarming.py", | 1443 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1420 "collect", | 1444 "collect", |
| 1421 "--swarming", | 1445 "--swarming", |
| 1422 "https://chromium-swarm.appspot.com", | 1446 "https://chromium-swarm.appspot.com", |
| 1423 "--decorate", | 1447 "--decorate", |
| 1424 "--print-status-updates", | 1448 "--print-status-updates", |
| 1425 "--shards", | 1449 "--shards", |
| 1426 "1", | 1450 "1", |
| 1427 "common_audio_unittests/Ubuntu/[dummy has/linux_swarming/1337", | 1451 "common_audio_unittests/Ubuntu/[dummy has/linux_swarming/1337", |
| 1428 "--task-summary-json", | 1452 "--task-summary-json", |
| 1429 "/path/to/tmp/json" | 1453 "/path/to/tmp/json" |
| 1430 ], | 1454 ], |
| 1455 "cwd": "[SLAVE_BUILD]", |
| 1431 "name": "common_audio_unittests on Ubuntu", | 1456 "name": "common_audio_unittests on Ubuntu", |
| 1432 "~followup_annotations": [ | 1457 "~followup_annotations": [ |
| 1433 "@@@STEP_TEXT@swarming pending 71s@@@", | 1458 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1434 "@@@STEP_LOG_LINE@json.output@{@@@", | 1459 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1435 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1460 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1436 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1461 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1437 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1462 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1438 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1463 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1439 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1464 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1440 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1465 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1469 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1494 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1470 "@@@STEP_LOG_LINE@json.output@}@@@", | 1495 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1471 "@@@STEP_LOG_END@json.output@@@", | 1496 "@@@STEP_LOG_END@json.output@@@", |
| 1472 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1497 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1473 ] | 1498 ] |
| 1474 }, | 1499 }, |
| 1475 { | 1500 { |
| 1476 "cmd": [ | 1501 "cmd": [ |
| 1477 "python", | 1502 "python", |
| 1478 "-u", | 1503 "-u", |
| 1479 "[CWD]/src/tools/swarming_client/swarming.py", | 1504 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1480 "collect", | 1505 "collect", |
| 1481 "--swarming", | 1506 "--swarming", |
| 1482 "https://chromium-swarm.appspot.com", | 1507 "https://chromium-swarm.appspot.com", |
| 1483 "--decorate", | 1508 "--decorate", |
| 1484 "--print-status-updates", | 1509 "--print-status-updates", |
| 1485 "--shards", | 1510 "--shards", |
| 1486 "1", | 1511 "1", |
| 1487 "common_video_unittests/Ubuntu/[dummy has/linux_swarming/1337", | 1512 "common_video_unittests/Ubuntu/[dummy has/linux_swarming/1337", |
| 1488 "--task-summary-json", | 1513 "--task-summary-json", |
| 1489 "/path/to/tmp/json" | 1514 "/path/to/tmp/json" |
| 1490 ], | 1515 ], |
| 1516 "cwd": "[SLAVE_BUILD]", |
| 1491 "name": "common_video_unittests on Ubuntu", | 1517 "name": "common_video_unittests on Ubuntu", |
| 1492 "~followup_annotations": [ | 1518 "~followup_annotations": [ |
| 1493 "@@@STEP_TEXT@swarming pending 71s@@@", | 1519 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1494 "@@@STEP_LOG_LINE@json.output@{@@@", | 1520 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1495 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1521 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1496 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1522 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1497 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1523 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1498 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1524 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1499 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1525 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1500 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1526 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1529 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1555 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1530 "@@@STEP_LOG_LINE@json.output@}@@@", | 1556 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1531 "@@@STEP_LOG_END@json.output@@@", | 1557 "@@@STEP_LOG_END@json.output@@@", |
| 1532 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1558 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1533 ] | 1559 ] |
| 1534 }, | 1560 }, |
| 1535 { | 1561 { |
| 1536 "cmd": [ | 1562 "cmd": [ |
| 1537 "python", | 1563 "python", |
| 1538 "-u", | 1564 "-u", |
| 1539 "[CWD]/src/tools/swarming_client/swarming.py", | 1565 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1540 "collect", | 1566 "collect", |
| 1541 "--swarming", | 1567 "--swarming", |
| 1542 "https://chromium-swarm.appspot.com", | 1568 "https://chromium-swarm.appspot.com", |
| 1543 "--decorate", | 1569 "--decorate", |
| 1544 "--print-status-updates", | 1570 "--print-status-updates", |
| 1545 "--shards", | 1571 "--shards", |
| 1546 "1", | 1572 "1", |
| 1547 "modules_tests/Ubuntu/[dummy has/linux_swarming/1337", | 1573 "modules_tests/Ubuntu/[dummy has/linux_swarming/1337", |
| 1548 "--task-summary-json", | 1574 "--task-summary-json", |
| 1549 "/path/to/tmp/json" | 1575 "/path/to/tmp/json" |
| 1550 ], | 1576 ], |
| 1577 "cwd": "[SLAVE_BUILD]", |
| 1551 "name": "modules_tests on Ubuntu", | 1578 "name": "modules_tests on Ubuntu", |
| 1552 "~followup_annotations": [ | 1579 "~followup_annotations": [ |
| 1553 "@@@STEP_TEXT@swarming pending 71s@@@", | 1580 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1554 "@@@STEP_LOG_LINE@json.output@{@@@", | 1581 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1555 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1582 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1556 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1583 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1557 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1584 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1558 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1585 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1559 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1586 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1560 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1587 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1589 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1616 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1590 "@@@STEP_LOG_LINE@json.output@}@@@", | 1617 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1591 "@@@STEP_LOG_END@json.output@@@", | 1618 "@@@STEP_LOG_END@json.output@@@", |
| 1592 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1619 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1593 ] | 1620 ] |
| 1594 }, | 1621 }, |
| 1595 { | 1622 { |
| 1596 "cmd": [ | 1623 "cmd": [ |
| 1597 "python", | 1624 "python", |
| 1598 "-u", | 1625 "-u", |
| 1599 "[CWD]/src/tools/swarming_client/swarming.py", | 1626 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1600 "collect", | 1627 "collect", |
| 1601 "--swarming", | 1628 "--swarming", |
| 1602 "https://chromium-swarm.appspot.com", | 1629 "https://chromium-swarm.appspot.com", |
| 1603 "--decorate", | 1630 "--decorate", |
| 1604 "--print-status-updates", | 1631 "--print-status-updates", |
| 1605 "--shards", | 1632 "--shards", |
| 1606 "1", | 1633 "1", |
| 1607 "modules_unittests/Ubuntu/[dummy has/linux_swarming/1337", | 1634 "modules_unittests/Ubuntu/[dummy has/linux_swarming/1337", |
| 1608 "--task-summary-json", | 1635 "--task-summary-json", |
| 1609 "/path/to/tmp/json" | 1636 "/path/to/tmp/json" |
| 1610 ], | 1637 ], |
| 1638 "cwd": "[SLAVE_BUILD]", |
| 1611 "name": "modules_unittests on Ubuntu", | 1639 "name": "modules_unittests on Ubuntu", |
| 1612 "~followup_annotations": [ | 1640 "~followup_annotations": [ |
| 1613 "@@@STEP_TEXT@swarming pending 71s@@@", | 1641 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1614 "@@@STEP_LOG_LINE@json.output@{@@@", | 1642 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1615 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1643 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1616 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1644 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1617 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1645 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1618 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1646 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1619 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1647 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1620 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1648 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1649 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1677 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1650 "@@@STEP_LOG_LINE@json.output@}@@@", | 1678 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1651 "@@@STEP_LOG_END@json.output@@@", | 1679 "@@@STEP_LOG_END@json.output@@@", |
| 1652 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1680 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1653 ] | 1681 ] |
| 1654 }, | 1682 }, |
| 1655 { | 1683 { |
| 1656 "cmd": [ | 1684 "cmd": [ |
| 1657 "python", | 1685 "python", |
| 1658 "-u", | 1686 "-u", |
| 1659 "[CWD]/src/tools/swarming_client/swarming.py", | 1687 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1660 "collect", | 1688 "collect", |
| 1661 "--swarming", | 1689 "--swarming", |
| 1662 "https://chromium-swarm.appspot.com", | 1690 "https://chromium-swarm.appspot.com", |
| 1663 "--decorate", | 1691 "--decorate", |
| 1664 "--print-status-updates", | 1692 "--print-status-updates", |
| 1665 "--shards", | 1693 "--shards", |
| 1666 "1", | 1694 "1", |
| 1667 "peerconnection_unittests/Ubuntu/[dummy has/linux_swarming/1337", | 1695 "peerconnection_unittests/Ubuntu/[dummy has/linux_swarming/1337", |
| 1668 "--task-summary-json", | 1696 "--task-summary-json", |
| 1669 "/path/to/tmp/json" | 1697 "/path/to/tmp/json" |
| 1670 ], | 1698 ], |
| 1699 "cwd": "[SLAVE_BUILD]", |
| 1671 "name": "peerconnection_unittests on Ubuntu", | 1700 "name": "peerconnection_unittests on Ubuntu", |
| 1672 "~followup_annotations": [ | 1701 "~followup_annotations": [ |
| 1673 "@@@STEP_TEXT@swarming pending 71s@@@", | 1702 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1674 "@@@STEP_LOG_LINE@json.output@{@@@", | 1703 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1675 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1704 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1676 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1705 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1677 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1706 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1678 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1707 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1679 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1708 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1680 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1709 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1709 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1738 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1710 "@@@STEP_LOG_LINE@json.output@}@@@", | 1739 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1711 "@@@STEP_LOG_END@json.output@@@", | 1740 "@@@STEP_LOG_END@json.output@@@", |
| 1712 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1741 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1713 ] | 1742 ] |
| 1714 }, | 1743 }, |
| 1715 { | 1744 { |
| 1716 "cmd": [ | 1745 "cmd": [ |
| 1717 "python", | 1746 "python", |
| 1718 "-u", | 1747 "-u", |
| 1719 "[CWD]/src/tools/swarming_client/swarming.py", | 1748 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1720 "collect", | 1749 "collect", |
| 1721 "--swarming", | 1750 "--swarming", |
| 1722 "https://chromium-swarm.appspot.com", | 1751 "https://chromium-swarm.appspot.com", |
| 1723 "--decorate", | 1752 "--decorate", |
| 1724 "--print-status-updates", | 1753 "--print-status-updates", |
| 1725 "--shards", | 1754 "--shards", |
| 1726 "1", | 1755 "1", |
| 1727 "rtc_media_unittests/Ubuntu/[dummy has/linux_swarming/1337", | 1756 "rtc_media_unittests/Ubuntu/[dummy has/linux_swarming/1337", |
| 1728 "--task-summary-json", | 1757 "--task-summary-json", |
| 1729 "/path/to/tmp/json" | 1758 "/path/to/tmp/json" |
| 1730 ], | 1759 ], |
| 1760 "cwd": "[SLAVE_BUILD]", |
| 1731 "name": "rtc_media_unittests on Ubuntu", | 1761 "name": "rtc_media_unittests on Ubuntu", |
| 1732 "~followup_annotations": [ | 1762 "~followup_annotations": [ |
| 1733 "@@@STEP_TEXT@swarming pending 71s@@@", | 1763 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1734 "@@@STEP_LOG_LINE@json.output@{@@@", | 1764 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1735 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1765 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1736 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1766 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1737 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1767 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1738 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1768 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1739 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1769 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1740 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1770 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1769 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1799 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1770 "@@@STEP_LOG_LINE@json.output@}@@@", | 1800 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1771 "@@@STEP_LOG_END@json.output@@@", | 1801 "@@@STEP_LOG_END@json.output@@@", |
| 1772 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1802 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1773 ] | 1803 ] |
| 1774 }, | 1804 }, |
| 1775 { | 1805 { |
| 1776 "cmd": [ | 1806 "cmd": [ |
| 1777 "python", | 1807 "python", |
| 1778 "-u", | 1808 "-u", |
| 1779 "[CWD]/src/tools/swarming_client/swarming.py", | 1809 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1780 "collect", | 1810 "collect", |
| 1781 "--swarming", | 1811 "--swarming", |
| 1782 "https://chromium-swarm.appspot.com", | 1812 "https://chromium-swarm.appspot.com", |
| 1783 "--decorate", | 1813 "--decorate", |
| 1784 "--print-status-updates", | 1814 "--print-status-updates", |
| 1785 "--shards", | 1815 "--shards", |
| 1786 "1", | 1816 "1", |
| 1787 "rtc_pc_unittests/Ubuntu/[dummy has/linux_swarming/1337", | 1817 "rtc_pc_unittests/Ubuntu/[dummy has/linux_swarming/1337", |
| 1788 "--task-summary-json", | 1818 "--task-summary-json", |
| 1789 "/path/to/tmp/json" | 1819 "/path/to/tmp/json" |
| 1790 ], | 1820 ], |
| 1821 "cwd": "[SLAVE_BUILD]", |
| 1791 "name": "rtc_pc_unittests on Ubuntu", | 1822 "name": "rtc_pc_unittests on Ubuntu", |
| 1792 "~followup_annotations": [ | 1823 "~followup_annotations": [ |
| 1793 "@@@STEP_TEXT@swarming pending 71s@@@", | 1824 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1794 "@@@STEP_LOG_LINE@json.output@{@@@", | 1825 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1795 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1826 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1796 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1827 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1797 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1828 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1798 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1829 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1799 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1830 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1800 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1831 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1829 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1860 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1830 "@@@STEP_LOG_LINE@json.output@}@@@", | 1861 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1831 "@@@STEP_LOG_END@json.output@@@", | 1862 "@@@STEP_LOG_END@json.output@@@", |
| 1832 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1863 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1833 ] | 1864 ] |
| 1834 }, | 1865 }, |
| 1835 { | 1866 { |
| 1836 "cmd": [ | 1867 "cmd": [ |
| 1837 "python", | 1868 "python", |
| 1838 "-u", | 1869 "-u", |
| 1839 "[CWD]/src/tools/swarming_client/swarming.py", | 1870 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1840 "collect", | 1871 "collect", |
| 1841 "--swarming", | 1872 "--swarming", |
| 1842 "https://chromium-swarm.appspot.com", | 1873 "https://chromium-swarm.appspot.com", |
| 1843 "--decorate", | 1874 "--decorate", |
| 1844 "--print-status-updates", | 1875 "--print-status-updates", |
| 1845 "--shards", | 1876 "--shards", |
| 1846 "1", | 1877 "1", |
| 1847 "rtc_unittests/Ubuntu/[dummy has/linux_swarming/1337", | 1878 "rtc_unittests/Ubuntu/[dummy has/linux_swarming/1337", |
| 1848 "--task-summary-json", | 1879 "--task-summary-json", |
| 1849 "/path/to/tmp/json" | 1880 "/path/to/tmp/json" |
| 1850 ], | 1881 ], |
| 1882 "cwd": "[SLAVE_BUILD]", |
| 1851 "name": "rtc_unittests on Ubuntu", | 1883 "name": "rtc_unittests on Ubuntu", |
| 1852 "~followup_annotations": [ | 1884 "~followup_annotations": [ |
| 1853 "@@@STEP_TEXT@swarming pending 71s@@@", | 1885 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1854 "@@@STEP_LOG_LINE@json.output@{@@@", | 1886 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1855 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1887 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1856 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1888 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1857 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1889 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1858 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1890 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1859 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1891 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1860 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1892 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1889 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1921 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1890 "@@@STEP_LOG_LINE@json.output@}@@@", | 1922 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1891 "@@@STEP_LOG_END@json.output@@@", | 1923 "@@@STEP_LOG_END@json.output@@@", |
| 1892 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1924 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1893 ] | 1925 ] |
| 1894 }, | 1926 }, |
| 1895 { | 1927 { |
| 1896 "cmd": [ | 1928 "cmd": [ |
| 1897 "python", | 1929 "python", |
| 1898 "-u", | 1930 "-u", |
| 1899 "[CWD]/src/tools/swarming_client/swarming.py", | 1931 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1900 "collect", | 1932 "collect", |
| 1901 "--swarming", | 1933 "--swarming", |
| 1902 "https://chromium-swarm.appspot.com", | 1934 "https://chromium-swarm.appspot.com", |
| 1903 "--decorate", | 1935 "--decorate", |
| 1904 "--print-status-updates", | 1936 "--print-status-updates", |
| 1905 "--shards", | 1937 "--shards", |
| 1906 "1", | 1938 "1", |
| 1907 "system_wrappers_unittests/Ubuntu/[dummy has/linux_swarming/1337", | 1939 "system_wrappers_unittests/Ubuntu/[dummy has/linux_swarming/1337", |
| 1908 "--task-summary-json", | 1940 "--task-summary-json", |
| 1909 "/path/to/tmp/json" | 1941 "/path/to/tmp/json" |
| 1910 ], | 1942 ], |
| 1943 "cwd": "[SLAVE_BUILD]", |
| 1911 "name": "system_wrappers_unittests on Ubuntu", | 1944 "name": "system_wrappers_unittests on Ubuntu", |
| 1912 "~followup_annotations": [ | 1945 "~followup_annotations": [ |
| 1913 "@@@STEP_TEXT@swarming pending 71s@@@", | 1946 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1914 "@@@STEP_LOG_LINE@json.output@{@@@", | 1947 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1915 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1948 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1916 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1949 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1917 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1950 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1918 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1951 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1919 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1952 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1920 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1953 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1949 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1982 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 1950 "@@@STEP_LOG_LINE@json.output@}@@@", | 1983 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1951 "@@@STEP_LOG_END@json.output@@@", | 1984 "@@@STEP_LOG_END@json.output@@@", |
| 1952 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1985 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1953 ] | 1986 ] |
| 1954 }, | 1987 }, |
| 1955 { | 1988 { |
| 1956 "cmd": [ | 1989 "cmd": [ |
| 1957 "python", | 1990 "python", |
| 1958 "-u", | 1991 "-u", |
| 1959 "[CWD]/src/tools/swarming_client/swarming.py", | 1992 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 1960 "collect", | 1993 "collect", |
| 1961 "--swarming", | 1994 "--swarming", |
| 1962 "https://chromium-swarm.appspot.com", | 1995 "https://chromium-swarm.appspot.com", |
| 1963 "--decorate", | 1996 "--decorate", |
| 1964 "--print-status-updates", | 1997 "--print-status-updates", |
| 1965 "--shards", | 1998 "--shards", |
| 1966 "1", | 1999 "1", |
| 1967 "test_support_unittests/Ubuntu/[dummy has/linux_swarming/1337", | 2000 "test_support_unittests/Ubuntu/[dummy has/linux_swarming/1337", |
| 1968 "--task-summary-json", | 2001 "--task-summary-json", |
| 1969 "/path/to/tmp/json" | 2002 "/path/to/tmp/json" |
| 1970 ], | 2003 ], |
| 2004 "cwd": "[SLAVE_BUILD]", |
| 1971 "name": "test_support_unittests on Ubuntu", | 2005 "name": "test_support_unittests on Ubuntu", |
| 1972 "~followup_annotations": [ | 2006 "~followup_annotations": [ |
| 1973 "@@@STEP_TEXT@swarming pending 71s@@@", | 2007 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1974 "@@@STEP_LOG_LINE@json.output@{@@@", | 2008 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1975 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2009 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1976 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2010 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1977 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2011 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1978 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2012 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1979 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2013 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1980 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2014 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2009 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2043 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2010 "@@@STEP_LOG_LINE@json.output@}@@@", | 2044 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2011 "@@@STEP_LOG_END@json.output@@@", | 2045 "@@@STEP_LOG_END@json.output@@@", |
| 2012 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2046 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2013 ] | 2047 ] |
| 2014 }, | 2048 }, |
| 2015 { | 2049 { |
| 2016 "cmd": [ | 2050 "cmd": [ |
| 2017 "python", | 2051 "python", |
| 2018 "-u", | 2052 "-u", |
| 2019 "[CWD]/src/tools/swarming_client/swarming.py", | 2053 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 2020 "collect", | 2054 "collect", |
| 2021 "--swarming", | 2055 "--swarming", |
| 2022 "https://chromium-swarm.appspot.com", | 2056 "https://chromium-swarm.appspot.com", |
| 2023 "--decorate", | 2057 "--decorate", |
| 2024 "--print-status-updates", | 2058 "--print-status-updates", |
| 2025 "--shards", | 2059 "--shards", |
| 2026 "1", | 2060 "1", |
| 2027 "tools_unittests/Ubuntu/[dummy has/linux_swarming/1337", | 2061 "tools_unittests/Ubuntu/[dummy has/linux_swarming/1337", |
| 2028 "--task-summary-json", | 2062 "--task-summary-json", |
| 2029 "/path/to/tmp/json" | 2063 "/path/to/tmp/json" |
| 2030 ], | 2064 ], |
| 2065 "cwd": "[SLAVE_BUILD]", |
| 2031 "name": "tools_unittests on Ubuntu", | 2066 "name": "tools_unittests on Ubuntu", |
| 2032 "~followup_annotations": [ | 2067 "~followup_annotations": [ |
| 2033 "@@@STEP_TEXT@swarming pending 71s@@@", | 2068 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2034 "@@@STEP_LOG_LINE@json.output@{@@@", | 2069 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2035 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2070 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2036 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2071 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2037 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2072 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2038 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2073 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2039 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2074 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2040 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2075 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2069 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2104 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2070 "@@@STEP_LOG_LINE@json.output@}@@@", | 2105 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2071 "@@@STEP_LOG_END@json.output@@@", | 2106 "@@@STEP_LOG_END@json.output@@@", |
| 2072 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2107 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2073 ] | 2108 ] |
| 2074 }, | 2109 }, |
| 2075 { | 2110 { |
| 2076 "cmd": [ | 2111 "cmd": [ |
| 2077 "python", | 2112 "python", |
| 2078 "-u", | 2113 "-u", |
| 2079 "[CWD]/src/tools/swarming_client/swarming.py", | 2114 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 2080 "collect", | 2115 "collect", |
| 2081 "--swarming", | 2116 "--swarming", |
| 2082 "https://chromium-swarm.appspot.com", | 2117 "https://chromium-swarm.appspot.com", |
| 2083 "--decorate", | 2118 "--decorate", |
| 2084 "--print-status-updates", | 2119 "--print-status-updates", |
| 2085 "--shards", | 2120 "--shards", |
| 2086 "1", | 2121 "1", |
| 2087 "video_engine_tests/Ubuntu/[dummy has/linux_swarming/1337", | 2122 "video_engine_tests/Ubuntu/[dummy has/linux_swarming/1337", |
| 2088 "--task-summary-json", | 2123 "--task-summary-json", |
| 2089 "/path/to/tmp/json" | 2124 "/path/to/tmp/json" |
| 2090 ], | 2125 ], |
| 2126 "cwd": "[SLAVE_BUILD]", |
| 2091 "name": "video_engine_tests on Ubuntu", | 2127 "name": "video_engine_tests on Ubuntu", |
| 2092 "~followup_annotations": [ | 2128 "~followup_annotations": [ |
| 2093 "@@@STEP_TEXT@swarming pending 71s@@@", | 2129 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2094 "@@@STEP_LOG_LINE@json.output@{@@@", | 2130 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2095 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2131 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2096 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2132 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2097 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2133 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2098 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2134 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2099 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2135 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2100 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2136 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2129 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2165 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 2130 "@@@STEP_LOG_LINE@json.output@}@@@", | 2166 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2131 "@@@STEP_LOG_END@json.output@@@", | 2167 "@@@STEP_LOG_END@json.output@@@", |
| 2132 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2168 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2133 ] | 2169 ] |
| 2134 }, | 2170 }, |
| 2135 { | 2171 { |
| 2136 "cmd": [ | 2172 "cmd": [ |
| 2137 "python", | 2173 "python", |
| 2138 "-u", | 2174 "-u", |
| 2139 "[CWD]/src/tools/swarming_client/swarming.py", | 2175 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 2140 "collect", | 2176 "collect", |
| 2141 "--swarming", | 2177 "--swarming", |
| 2142 "https://chromium-swarm.appspot.com", | 2178 "https://chromium-swarm.appspot.com", |
| 2143 "--decorate", | 2179 "--decorate", |
| 2144 "--print-status-updates", | 2180 "--print-status-updates", |
| 2145 "--shards", | 2181 "--shards", |
| 2146 "1", | 2182 "1", |
| 2147 "voice_engine_unittests/Ubuntu/[dummy has/linux_swarming/1337", | 2183 "voice_engine_unittests/Ubuntu/[dummy has/linux_swarming/1337", |
| 2148 "--task-summary-json", | 2184 "--task-summary-json", |
| 2149 "/path/to/tmp/json" | 2185 "/path/to/tmp/json" |
| 2150 ], | 2186 ], |
| 2187 "cwd": "[SLAVE_BUILD]", |
| 2151 "name": "voice_engine_unittests on Ubuntu", | 2188 "name": "voice_engine_unittests on Ubuntu", |
| 2152 "~followup_annotations": [ | 2189 "~followup_annotations": [ |
| 2153 "@@@STEP_TEXT@swarming pending 71s@@@", | 2190 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 2154 "@@@STEP_LOG_LINE@json.output@{@@@", | 2191 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2155 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2192 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 2156 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2193 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 2157 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2194 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 2158 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2195 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 2159 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2196 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 2160 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2197 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 2191 "@@@STEP_LOG_END@json.output@@@", | 2228 "@@@STEP_LOG_END@json.output@@@", |
| 2192 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2229 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2193 ] | 2230 ] |
| 2194 }, | 2231 }, |
| 2195 { | 2232 { |
| 2196 "name": "$result", | 2233 "name": "$result", |
| 2197 "recipe_result": null, | 2234 "recipe_result": null, |
| 2198 "status_code": 0 | 2235 "status_code": 0 |
| 2199 } | 2236 } |
| 2200 ] | 2237 ] |
| OLD | NEW |