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