| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Win SyzyASan", | 10 "Win SyzyASan", |
| 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.goo
glesource.com/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name':
'webrtc-limited', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/w
ebrtc-limited'}]", | 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 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@12345", | 24 "src@12345", |
| 25 "--output_manifest" | 25 "--output_manifest" |
| 26 ], | 26 ], |
| 27 "cwd": "[SLAVE_BUILD]", |
| 27 "env": { | 28 "env": { |
| 28 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 29 }, | 30 }, |
| 30 "name": "bot_update", | 31 "name": "bot_update", |
| 31 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 32 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 33 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 53 "@@@STEP_LOG_END@json.output@@@", | 54 "@@@STEP_LOG_END@json.output@@@", |
| 54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 55 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 56 ] | 57 ] |
| 57 }, | 58 }, |
| 58 { | 59 { |
| 59 "cmd": [ | 60 "cmd": [ |
| 60 "python", | 61 "python", |
| 61 "-u", | 62 "-u", |
| 62 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", | 63 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", |
| 63 "[CWD]\\src\\out" | 64 "[SLAVE_BUILD]\\src\\out" |
| 64 ], | 65 ], |
| 66 "cwd": "[SLAVE_BUILD]", |
| 65 "name": "clean test output files" | 67 "name": "clean test output files" |
| 66 }, | 68 }, |
| 67 { | 69 { |
| 68 "cmd": [ | 70 "cmd": [ |
| 69 "python", | 71 "python", |
| 70 "-u", | 72 "-u", |
| 71 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 73 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 72 "--show-path", | 74 "--show-path", |
| 73 "python", | 75 "python", |
| 74 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 76 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 75 ], | 77 ], |
| 78 "cwd": "[SLAVE_BUILD]", |
| 76 "name": "cleanup_temp" | 79 "name": "cleanup_temp" |
| 77 }, | 80 }, |
| 78 { | 81 { |
| 79 "cmd": [ | 82 "cmd": [ |
| 80 "python", | 83 "python", |
| 81 "-u", | 84 "-u", |
| 82 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 85 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 83 "runhooks" | 86 "runhooks" |
| 84 ], | 87 ], |
| 88 "cwd": "[SLAVE_BUILD]", |
| 85 "env": { | 89 "env": { |
| 86 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 90 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 87 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]\\b\\build\\goma' rtc_use
_264=1 syzyasan=1 target_arch=ia32 use_goma=1 win_z7=1", | 91 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_264=1 sy
zyasan=1 target_arch=ia32 use_goma=1 win_z7=1", |
| 88 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 92 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 89 }, | 93 }, |
| 90 "name": "gclient runhooks" | 94 "name": "gclient runhooks" |
| 91 }, | 95 }, |
| 92 { | 96 { |
| 93 "cmd": [ | 97 "cmd": [ |
| 94 "python", | 98 "python", |
| 95 "-u", | 99 "-u", |
| 96 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 100 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 97 "--show-path", | 101 "--show-path", |
| 98 "python", | 102 "python", |
| 99 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 103 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 100 "--gsutil-py-path", | 104 "--gsutil-py-path", |
| 101 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 105 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 102 "--ninja-path", | 106 "--ninja-path", |
| 103 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 107 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 104 "--target", | 108 "--target", |
| 105 "Release", | 109 "Release", |
| 106 "--src-dir", | 110 "--src-dir", |
| 107 "[CWD]\\src", | 111 "[SLAVE_BUILD]\\src", |
| 108 "--goma-cache-dir", | 112 "--goma-cache-dir", |
| 109 "[ROOT]\\b\\build\\slave\\goma_cache", | 113 "[GOMA_CACHE]", |
| 110 "--build-tool", | 114 "--build-tool", |
| 111 "ninja", | 115 "ninja", |
| 112 "--compiler", | 116 "--compiler", |
| 113 "goma", | 117 "goma", |
| 114 "--goma-jsonstatus", | 118 "--goma-jsonstatus", |
| 115 "/path/to/tmp/json", | 119 "/path/to/tmp/json", |
| 116 "--goma-service-account-json-file", | 120 "--goma-service-account-json-file", |
| 117 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 121 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 118 "--goma-dir", | 122 "--goma-dir", |
| 119 "[ROOT]\\b\\build\\goma", | 123 "[BUILD]\\goma", |
| 120 "--", | 124 "--", |
| 121 "All" | 125 "All" |
| 122 ], | 126 ], |
| 127 "cwd": "[SLAVE_BUILD]", |
| 123 "env": { | 128 "env": { |
| 124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 125 }, | 130 }, |
| 126 "name": "compile", | 131 "name": "compile", |
| 127 "~followup_annotations": [ | 132 "~followup_annotations": [ |
| 128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 133 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 129 "@@@STEP_LOG_END@json.output (invalid)@@@" | 134 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 130 ] | 135 ] |
| 131 }, | 136 }, |
| 132 { | 137 { |
| 133 "cmd": [ | 138 "cmd": [ |
| 134 "python", | 139 "python", |
| 135 "-u", | 140 "-u", |
| 136 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\win_apply_syzyasan.
py", | 141 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\win_apply_syzyasan.
py", |
| 137 "--target", | 142 "--target", |
| 138 "Release" | 143 "Release" |
| 139 ], | 144 ], |
| 145 "cwd": "[SLAVE_BUILD]", |
| 140 "name": "apply_syzyasan" | 146 "name": "apply_syzyasan" |
| 141 }, | 147 }, |
| 142 { | 148 { |
| 143 "cmd": [ | 149 "cmd": [ |
| 144 "python", | 150 "python", |
| 145 "-u", | 151 "-u", |
| 146 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 152 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 147 "--target", | 153 "--target", |
| 148 "Release", | 154 "Release", |
| 149 "--factory-properties", | 155 "--factory-properties", |
| 150 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 156 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 151 "--build-properties", | 157 "--build-properties", |
| 152 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 158 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 153 "--test-type=audio_decoder_unittests", | 159 "--test-type=audio_decoder_unittests", |
| 154 "--step-name=audio_decoder_unittests", | 160 "--step-name=audio_decoder_unittests", |
| 155 "--builder-name=Win SyzyASan", | 161 "--builder-name=Win SyzyASan", |
| 156 "--slave-name=slavename", | 162 "--slave-name=slavename", |
| 157 "--build-number=1337", | 163 "--build-number=1337", |
| 158 "--run-python-script", | 164 "--run-python-script", |
| 159 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 165 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 160 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", | 166 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", |
| 161 "[CWD]\\src\\out\\Release\\audio_decoder_unittests", | 167 "[SLAVE_BUILD]\\src\\out\\Release\\audio_decoder_unittests", |
| 162 "--" | 168 "--" |
| 163 ], | 169 ], |
| 170 "cwd": "[SLAVE_BUILD]", |
| 164 "name": "audio_decoder_unittests" | 171 "name": "audio_decoder_unittests" |
| 165 }, | 172 }, |
| 166 { | 173 { |
| 167 "cmd": [ | 174 "cmd": [ |
| 168 "python", | 175 "python", |
| 169 "-u", | 176 "-u", |
| 170 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 177 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 171 "--target", | 178 "--target", |
| 172 "Release", | 179 "Release", |
| 173 "--factory-properties", | 180 "--factory-properties", |
| 174 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 181 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 175 "--build-properties", | 182 "--build-properties", |
| 176 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 183 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 177 "--test-type=common_audio_unittests", | 184 "--test-type=common_audio_unittests", |
| 178 "--step-name=common_audio_unittests", | 185 "--step-name=common_audio_unittests", |
| 179 "--builder-name=Win SyzyASan", | 186 "--builder-name=Win SyzyASan", |
| 180 "--slave-name=slavename", | 187 "--slave-name=slavename", |
| 181 "--build-number=1337", | 188 "--build-number=1337", |
| 182 "--run-python-script", | 189 "--run-python-script", |
| 183 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 190 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 184 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", | 191 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", |
| 185 "[CWD]\\src\\out\\Release\\common_audio_unittests", | 192 "[SLAVE_BUILD]\\src\\out\\Release\\common_audio_unittests", |
| 186 "--" | 193 "--" |
| 187 ], | 194 ], |
| 195 "cwd": "[SLAVE_BUILD]", |
| 188 "name": "common_audio_unittests" | 196 "name": "common_audio_unittests" |
| 189 }, | 197 }, |
| 190 { | 198 { |
| 191 "cmd": [ | 199 "cmd": [ |
| 192 "python", | 200 "python", |
| 193 "-u", | 201 "-u", |
| 194 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 202 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 195 "--target", | 203 "--target", |
| 196 "Release", | 204 "Release", |
| 197 "--factory-properties", | 205 "--factory-properties", |
| 198 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 206 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 199 "--build-properties", | 207 "--build-properties", |
| 200 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 208 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 201 "--test-type=common_video_unittests", | 209 "--test-type=common_video_unittests", |
| 202 "--step-name=common_video_unittests", | 210 "--step-name=common_video_unittests", |
| 203 "--builder-name=Win SyzyASan", | 211 "--builder-name=Win SyzyASan", |
| 204 "--slave-name=slavename", | 212 "--slave-name=slavename", |
| 205 "--build-number=1337", | 213 "--build-number=1337", |
| 206 "--run-python-script", | 214 "--run-python-script", |
| 207 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 215 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 208 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", | 216 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", |
| 209 "[CWD]\\src\\out\\Release\\common_video_unittests", | 217 "[SLAVE_BUILD]\\src\\out\\Release\\common_video_unittests", |
| 210 "--" | 218 "--" |
| 211 ], | 219 ], |
| 220 "cwd": "[SLAVE_BUILD]", |
| 212 "name": "common_video_unittests" | 221 "name": "common_video_unittests" |
| 213 }, | 222 }, |
| 214 { | 223 { |
| 215 "cmd": [ | 224 "cmd": [ |
| 216 "python", | 225 "python", |
| 217 "-u", | 226 "-u", |
| 218 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 227 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 219 "--target", | 228 "--target", |
| 220 "Release", | 229 "Release", |
| 221 "--factory-properties", | 230 "--factory-properties", |
| 222 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 231 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 223 "--build-properties", | 232 "--build-properties", |
| 224 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 233 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 225 "--test-type=modules_tests", | 234 "--test-type=modules_tests", |
| 226 "--step-name=modules_tests", | 235 "--step-name=modules_tests", |
| 227 "--builder-name=Win SyzyASan", | 236 "--builder-name=Win SyzyASan", |
| 228 "--slave-name=slavename", | 237 "--slave-name=slavename", |
| 229 "--build-number=1337", | 238 "--build-number=1337", |
| 230 "--run-python-script", | 239 "--run-python-script", |
| 231 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 240 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 232 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", | 241 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", |
| 233 "[CWD]\\src\\out\\Release\\modules_tests", | 242 "[SLAVE_BUILD]\\src\\out\\Release\\modules_tests", |
| 234 "--" | 243 "--" |
| 235 ], | 244 ], |
| 245 "cwd": "[SLAVE_BUILD]", |
| 236 "name": "modules_tests" | 246 "name": "modules_tests" |
| 237 }, | 247 }, |
| 238 { | 248 { |
| 239 "cmd": [ | 249 "cmd": [ |
| 240 "python", | 250 "python", |
| 241 "-u", | 251 "-u", |
| 242 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 252 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 243 "--target", | 253 "--target", |
| 244 "Release", | 254 "Release", |
| 245 "--factory-properties", | 255 "--factory-properties", |
| 246 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 256 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 247 "--build-properties", | 257 "--build-properties", |
| 248 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 258 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 249 "--test-type=modules_unittests", | 259 "--test-type=modules_unittests", |
| 250 "--step-name=modules_unittests", | 260 "--step-name=modules_unittests", |
| 251 "--builder-name=Win SyzyASan", | 261 "--builder-name=Win SyzyASan", |
| 252 "--slave-name=slavename", | 262 "--slave-name=slavename", |
| 253 "--build-number=1337", | 263 "--build-number=1337", |
| 254 "--run-python-script", | 264 "--run-python-script", |
| 255 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 265 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 256 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", | 266 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", |
| 257 "[CWD]\\src\\out\\Release\\modules_unittests", | 267 "[SLAVE_BUILD]\\src\\out\\Release\\modules_unittests", |
| 258 "--" | 268 "--" |
| 259 ], | 269 ], |
| 270 "cwd": "[SLAVE_BUILD]", |
| 260 "name": "modules_unittests" | 271 "name": "modules_unittests" |
| 261 }, | 272 }, |
| 262 { | 273 { |
| 263 "cmd": [ | 274 "cmd": [ |
| 264 "python", | 275 "python", |
| 265 "-u", | 276 "-u", |
| 266 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 277 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 267 "--target", | 278 "--target", |
| 268 "Release", | 279 "Release", |
| 269 "--factory-properties", | 280 "--factory-properties", |
| 270 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 281 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 271 "--build-properties", | 282 "--build-properties", |
| 272 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 283 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 273 "--test-type=peerconnection_unittests", | 284 "--test-type=peerconnection_unittests", |
| 274 "--step-name=peerconnection_unittests", | 285 "--step-name=peerconnection_unittests", |
| 275 "--builder-name=Win SyzyASan", | 286 "--builder-name=Win SyzyASan", |
| 276 "--slave-name=slavename", | 287 "--slave-name=slavename", |
| 277 "--build-number=1337", | 288 "--build-number=1337", |
| 278 "--run-python-script", | 289 "--run-python-script", |
| 279 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 290 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 280 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", | 291 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", |
| 281 "[CWD]\\src\\out\\Release\\peerconnection_unittests", | 292 "[SLAVE_BUILD]\\src\\out\\Release\\peerconnection_unittests", |
| 282 "--" | 293 "--" |
| 283 ], | 294 ], |
| 295 "cwd": "[SLAVE_BUILD]", |
| 284 "name": "peerconnection_unittests" | 296 "name": "peerconnection_unittests" |
| 285 }, | 297 }, |
| 286 { | 298 { |
| 287 "cmd": [ | 299 "cmd": [ |
| 288 "python", | 300 "python", |
| 289 "-u", | 301 "-u", |
| 290 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 302 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 291 "--target", | 303 "--target", |
| 292 "Release", | 304 "Release", |
| 293 "--factory-properties", | 305 "--factory-properties", |
| 294 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 306 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 295 "--build-properties", | 307 "--build-properties", |
| 296 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 308 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 297 "--test-type=rtc_media_unittests", | 309 "--test-type=rtc_media_unittests", |
| 298 "--step-name=rtc_media_unittests", | 310 "--step-name=rtc_media_unittests", |
| 299 "--builder-name=Win SyzyASan", | 311 "--builder-name=Win SyzyASan", |
| 300 "--slave-name=slavename", | 312 "--slave-name=slavename", |
| 301 "--build-number=1337", | 313 "--build-number=1337", |
| 302 "--run-python-script", | 314 "--run-python-script", |
| 303 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 315 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 304 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", | 316 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", |
| 305 "[CWD]\\src\\out\\Release\\rtc_media_unittests", | 317 "[SLAVE_BUILD]\\src\\out\\Release\\rtc_media_unittests", |
| 306 "--" | 318 "--" |
| 307 ], | 319 ], |
| 320 "cwd": "[SLAVE_BUILD]", |
| 308 "name": "rtc_media_unittests" | 321 "name": "rtc_media_unittests" |
| 309 }, | 322 }, |
| 310 { | 323 { |
| 311 "cmd": [ | 324 "cmd": [ |
| 312 "python", | 325 "python", |
| 313 "-u", | 326 "-u", |
| 314 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 327 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 315 "--target", | 328 "--target", |
| 316 "Release", | 329 "Release", |
| 317 "--factory-properties", | 330 "--factory-properties", |
| 318 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 331 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 319 "--build-properties", | 332 "--build-properties", |
| 320 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 333 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 321 "--test-type=rtc_pc_unittests", | 334 "--test-type=rtc_pc_unittests", |
| 322 "--step-name=rtc_pc_unittests", | 335 "--step-name=rtc_pc_unittests", |
| 323 "--builder-name=Win SyzyASan", | 336 "--builder-name=Win SyzyASan", |
| 324 "--slave-name=slavename", | 337 "--slave-name=slavename", |
| 325 "--build-number=1337", | 338 "--build-number=1337", |
| 326 "--run-python-script", | 339 "--run-python-script", |
| 327 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 340 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 328 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", | 341 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", |
| 329 "[CWD]\\src\\out\\Release\\rtc_pc_unittests", | 342 "[SLAVE_BUILD]\\src\\out\\Release\\rtc_pc_unittests", |
| 330 "--" | 343 "--" |
| 331 ], | 344 ], |
| 345 "cwd": "[SLAVE_BUILD]", |
| 332 "name": "rtc_pc_unittests" | 346 "name": "rtc_pc_unittests" |
| 333 }, | 347 }, |
| 334 { | 348 { |
| 335 "cmd": [ | 349 "cmd": [ |
| 336 "python", | 350 "python", |
| 337 "-u", | 351 "-u", |
| 338 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 352 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 339 "--target", | 353 "--target", |
| 340 "Release", | 354 "Release", |
| 341 "--factory-properties", | 355 "--factory-properties", |
| 342 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 356 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 343 "--build-properties", | 357 "--build-properties", |
| 344 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 358 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 345 "--test-type=rtc_unittests", | 359 "--test-type=rtc_unittests", |
| 346 "--step-name=rtc_unittests", | 360 "--step-name=rtc_unittests", |
| 347 "--builder-name=Win SyzyASan", | 361 "--builder-name=Win SyzyASan", |
| 348 "--slave-name=slavename", | 362 "--slave-name=slavename", |
| 349 "--build-number=1337", | 363 "--build-number=1337", |
| 350 "--run-python-script", | 364 "--run-python-script", |
| 351 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 365 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 352 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", | 366 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", |
| 353 "[CWD]\\src\\out\\Release\\rtc_unittests", | 367 "[SLAVE_BUILD]\\src\\out\\Release\\rtc_unittests", |
| 354 "--" | 368 "--" |
| 355 ], | 369 ], |
| 370 "cwd": "[SLAVE_BUILD]", |
| 356 "name": "rtc_unittests" | 371 "name": "rtc_unittests" |
| 357 }, | 372 }, |
| 358 { | 373 { |
| 359 "cmd": [ | 374 "cmd": [ |
| 360 "python", | 375 "python", |
| 361 "-u", | 376 "-u", |
| 362 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 377 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 363 "--target", | 378 "--target", |
| 364 "Release", | 379 "Release", |
| 365 "--factory-properties", | 380 "--factory-properties", |
| 366 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 381 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 367 "--build-properties", | 382 "--build-properties", |
| 368 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 383 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 369 "--test-type=system_wrappers_unittests", | 384 "--test-type=system_wrappers_unittests", |
| 370 "--step-name=system_wrappers_unittests", | 385 "--step-name=system_wrappers_unittests", |
| 371 "--builder-name=Win SyzyASan", | 386 "--builder-name=Win SyzyASan", |
| 372 "--slave-name=slavename", | 387 "--slave-name=slavename", |
| 373 "--build-number=1337", | 388 "--build-number=1337", |
| 374 "--run-python-script", | 389 "--run-python-script", |
| 375 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 390 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 376 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", | 391 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", |
| 377 "[CWD]\\src\\out\\Release\\system_wrappers_unittests", | 392 "[SLAVE_BUILD]\\src\\out\\Release\\system_wrappers_unittests", |
| 378 "--" | 393 "--" |
| 379 ], | 394 ], |
| 395 "cwd": "[SLAVE_BUILD]", |
| 380 "name": "system_wrappers_unittests" | 396 "name": "system_wrappers_unittests" |
| 381 }, | 397 }, |
| 382 { | 398 { |
| 383 "cmd": [ | 399 "cmd": [ |
| 384 "python", | 400 "python", |
| 385 "-u", | 401 "-u", |
| 386 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 402 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 387 "--target", | 403 "--target", |
| 388 "Release", | 404 "Release", |
| 389 "--factory-properties", | 405 "--factory-properties", |
| 390 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 406 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 391 "--build-properties", | 407 "--build-properties", |
| 392 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 408 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 393 "--test-type=test_support_unittests", | 409 "--test-type=test_support_unittests", |
| 394 "--step-name=test_support_unittests", | 410 "--step-name=test_support_unittests", |
| 395 "--builder-name=Win SyzyASan", | 411 "--builder-name=Win SyzyASan", |
| 396 "--slave-name=slavename", | 412 "--slave-name=slavename", |
| 397 "--build-number=1337", | 413 "--build-number=1337", |
| 398 "--run-python-script", | 414 "--run-python-script", |
| 399 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 415 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 400 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", | 416 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", |
| 401 "[CWD]\\src\\out\\Release\\test_support_unittests", | 417 "[SLAVE_BUILD]\\src\\out\\Release\\test_support_unittests", |
| 402 "--" | 418 "--" |
| 403 ], | 419 ], |
| 420 "cwd": "[SLAVE_BUILD]", |
| 404 "name": "test_support_unittests" | 421 "name": "test_support_unittests" |
| 405 }, | 422 }, |
| 406 { | 423 { |
| 407 "cmd": [ | 424 "cmd": [ |
| 408 "python", | 425 "python", |
| 409 "-u", | 426 "-u", |
| 410 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 427 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 411 "--target", | 428 "--target", |
| 412 "Release", | 429 "Release", |
| 413 "--factory-properties", | 430 "--factory-properties", |
| 414 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 431 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 415 "--build-properties", | 432 "--build-properties", |
| 416 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 433 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 417 "--test-type=tools_unittests", | 434 "--test-type=tools_unittests", |
| 418 "--step-name=tools_unittests", | 435 "--step-name=tools_unittests", |
| 419 "--builder-name=Win SyzyASan", | 436 "--builder-name=Win SyzyASan", |
| 420 "--slave-name=slavename", | 437 "--slave-name=slavename", |
| 421 "--build-number=1337", | 438 "--build-number=1337", |
| 422 "--run-python-script", | 439 "--run-python-script", |
| 423 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 440 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 424 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", | 441 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", |
| 425 "[CWD]\\src\\out\\Release\\tools_unittests", | 442 "[SLAVE_BUILD]\\src\\out\\Release\\tools_unittests", |
| 426 "--" | 443 "--" |
| 427 ], | 444 ], |
| 445 "cwd": "[SLAVE_BUILD]", |
| 428 "name": "tools_unittests" | 446 "name": "tools_unittests" |
| 429 }, | 447 }, |
| 430 { | 448 { |
| 431 "cmd": [ | 449 "cmd": [ |
| 432 "python", | 450 "python", |
| 433 "-u", | 451 "-u", |
| 434 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 452 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 435 "--target", | 453 "--target", |
| 436 "Release", | 454 "Release", |
| 437 "--factory-properties", | 455 "--factory-properties", |
| 438 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 456 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 439 "--build-properties", | 457 "--build-properties", |
| 440 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 458 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 441 "--test-type=video_engine_tests", | 459 "--test-type=video_engine_tests", |
| 442 "--step-name=video_engine_tests", | 460 "--step-name=video_engine_tests", |
| 443 "--builder-name=Win SyzyASan", | 461 "--builder-name=Win SyzyASan", |
| 444 "--slave-name=slavename", | 462 "--slave-name=slavename", |
| 445 "--build-number=1337", | 463 "--build-number=1337", |
| 446 "--run-python-script", | 464 "--run-python-script", |
| 447 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 465 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 448 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", | 466 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", |
| 449 "[CWD]\\src\\out\\Release\\video_engine_tests", | 467 "[SLAVE_BUILD]\\src\\out\\Release\\video_engine_tests", |
| 450 "--" | 468 "--" |
| 451 ], | 469 ], |
| 470 "cwd": "[SLAVE_BUILD]", |
| 452 "name": "video_engine_tests" | 471 "name": "video_engine_tests" |
| 453 }, | 472 }, |
| 454 { | 473 { |
| 455 "cmd": [ | 474 "cmd": [ |
| 456 "python", | 475 "python", |
| 457 "-u", | 476 "-u", |
| 458 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 477 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 459 "--target", | 478 "--target", |
| 460 "Release", | 479 "Release", |
| 461 "--factory-properties", | 480 "--factory-properties", |
| 462 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 481 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 463 "--build-properties", | 482 "--build-properties", |
| 464 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 483 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 465 "--test-type=voice_engine_unittests", | 484 "--test-type=voice_engine_unittests", |
| 466 "--step-name=voice_engine_unittests", | 485 "--step-name=voice_engine_unittests", |
| 467 "--builder-name=Win SyzyASan", | 486 "--builder-name=Win SyzyASan", |
| 468 "--slave-name=slavename", | 487 "--slave-name=slavename", |
| 469 "--build-number=1337", | 488 "--build-number=1337", |
| 470 "--run-python-script", | 489 "--run-python-script", |
| 471 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 490 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 472 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", | 491 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel", |
| 473 "[CWD]\\src\\out\\Release\\voice_engine_unittests", | 492 "[SLAVE_BUILD]\\src\\out\\Release\\voice_engine_unittests", |
| 474 "--" | 493 "--" |
| 475 ], | 494 ], |
| 495 "cwd": "[SLAVE_BUILD]", |
| 476 "name": "voice_engine_unittests" | 496 "name": "voice_engine_unittests" |
| 477 }, | 497 }, |
| 478 { | 498 { |
| 479 "allow_subannotations": true, | 499 "allow_subannotations": true, |
| 480 "cmd": [ | 500 "cmd": [ |
| 481 "python", | 501 "python", |
| 482 "-u", | 502 "-u", |
| 483 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 503 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 484 "--target", | 504 "--target", |
| 485 "Release", | 505 "Release", |
| 486 "--factory-properties", | 506 "--factory-properties", |
| 487 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 507 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 488 "--build-properties", | 508 "--build-properties", |
| 489 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 509 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win SyzyASan\", \"buil
dnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 490 "--annotate=gtest", | 510 "--annotate=gtest", |
| 491 "--test-type=webrtc_nonparallel_tests", | 511 "--test-type=webrtc_nonparallel_tests", |
| 492 "--step-name=webrtc_nonparallel_tests", | 512 "--step-name=webrtc_nonparallel_tests", |
| 493 "--generate-json-file", | 513 "--generate-json-file", |
| 494 "-o", | 514 "-o", |
| 495 "gtest-results/webrtc_nonparallel_tests.exe", | 515 "gtest-results/webrtc_nonparallel_tests.exe", |
| 496 "--builder-name=Win SyzyASan", | 516 "--builder-name=Win SyzyASan", |
| 497 "--slave-name=slavename", | 517 "--slave-name=slavename", |
| 498 "--build-number=1337", | 518 "--build-number=1337", |
| 499 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 519 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 500 "webrtc_nonparallel_tests.exe" | 520 "webrtc_nonparallel_tests.exe" |
| 501 ], | 521 ], |
| 522 "cwd": "[SLAVE_BUILD]", |
| 502 "name": "webrtc_nonparallel_tests" | 523 "name": "webrtc_nonparallel_tests" |
| 503 }, | 524 }, |
| 504 { | 525 { |
| 505 "name": "$result", | 526 "name": "$result", |
| 506 "recipe_result": null, | 527 "recipe_result": null, |
| 507 "status_code": 0 | 528 "status_code": 0 |
| 508 } | 529 } |
| 509 ] | 530 ] |
| OLD | NEW |