| 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 "Linux UBSan vptr", | 10 "Linux UBSan vptr", |
| 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 "--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": "/creds/service_accounts/service-account
-goma-client.json", | 90 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 87 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[ROOT]/b/build/goma' release_extra_cflags=-fno-sanitiz
e-recover=undefined rtc_use_264=1 target_arch=x64 ubsan_vptr=1 use_goma=1", | 91 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[BUILD]/goma' release_extra_cflags=-fno-sanitize-recov
er=undefined rtc_use_264=1 target_arch=x64 ubsan_vptr=1 use_goma=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 "allow_subannotations": true, | 97 "allow_subannotations": true, |
| 94 "cmd": [ | 98 "cmd": [ |
| 95 "python", | 99 "python", |
| 96 "-u", | 100 "-u", |
| 97 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 101 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 98 "--src-dir", | 102 "--src-dir", |
| 99 "[CWD]/src", | 103 "[SLAVE_BUILD]/src", |
| 100 "--output-json", | 104 "--output-json", |
| 101 "/path/to/tmp/json" | 105 "/path/to/tmp/json" |
| 102 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
| 103 "env": { | 108 "env": { |
| 104 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 105 }, | 110 }, |
| 106 "name": "clang_revision", | 111 "name": "clang_revision", |
| 107 "~followup_annotations": [ | 112 "~followup_annotations": [ |
| 108 "@@@STEP_LOG_LINE@json.output@{@@@", | 113 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 109 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 114 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 110 "@@@STEP_LOG_LINE@json.output@}@@@", | 115 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 111 "@@@STEP_LOG_END@json.output@@@" | 116 "@@@STEP_LOG_END@json.output@@@" |
| 112 ] | 117 ] |
| 113 }, | 118 }, |
| 114 { | 119 { |
| 115 "cmd": [ | 120 "cmd": [ |
| 116 "python", | 121 "python", |
| 117 "-u", | 122 "-u", |
| 118 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 123 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 119 "--show-path", | 124 "--show-path", |
| 120 "python", | 125 "python", |
| 121 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 126 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 122 "--gsutil-py-path", | 127 "--gsutil-py-path", |
| 123 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 128 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 124 "--ninja-path", | 129 "--ninja-path", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 130 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 126 "--target", | 131 "--target", |
| 127 "Release", | 132 "Release", |
| 128 "--src-dir", | 133 "--src-dir", |
| 129 "[CWD]/src", | 134 "[SLAVE_BUILD]/src", |
| 130 "--goma-cache-dir", | 135 "--goma-cache-dir", |
| 131 "[ROOT]/b/build/slave/goma_cache", | 136 "[GOMA_CACHE]", |
| 132 "--build-tool", | 137 "--build-tool", |
| 133 "ninja", | 138 "ninja", |
| 134 "--compiler", | 139 "--compiler", |
| 135 "goma-clang", | 140 "goma-clang", |
| 136 "--goma-jsonstatus", | 141 "--goma-jsonstatus", |
| 137 "/path/to/tmp/json", | 142 "/path/to/tmp/json", |
| 138 "--goma-service-account-json-file", | 143 "--goma-service-account-json-file", |
| 139 "/creds/service_accounts/service-account-goma-client.json", | 144 "/creds/service_accounts/service-account-goma-client.json", |
| 140 "--goma-dir", | 145 "--goma-dir", |
| 141 "[ROOT]/b/build/goma", | 146 "[BUILD]/goma", |
| 142 "--", | 147 "--", |
| 143 "All" | 148 "All" |
| 144 ], | 149 ], |
| 150 "cwd": "[SLAVE_BUILD]", |
| 145 "env": { | 151 "env": { |
| 146 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 152 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 147 }, | 153 }, |
| 148 "name": "compile", | 154 "name": "compile", |
| 149 "~followup_annotations": [ | 155 "~followup_annotations": [ |
| 150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 156 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 151 "@@@STEP_LOG_END@json.output (invalid)@@@" | 157 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 152 ] | 158 ] |
| 153 }, | 159 }, |
| 154 { | 160 { |
| 155 "cmd": [ | 161 "cmd": [ |
| 156 "python", | 162 "python", |
| 157 "-u", | 163 "-u", |
| 158 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 164 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 159 "--target", | 165 "--target", |
| 160 "Release", | 166 "Release", |
| 161 "--xvfb", | 167 "--xvfb", |
| 162 "--factory-properties", | 168 "--factory-properties", |
| 163 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 169 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 164 "--build-properties", | 170 "--build-properties", |
| 165 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 171 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 166 "--test-type=audio_decoder_unittests", | 172 "--test-type=audio_decoder_unittests", |
| 167 "--step-name=audio_decoder_unittests", | 173 "--step-name=audio_decoder_unittests", |
| 168 "--builder-name=Linux UBSan vptr", | 174 "--builder-name=Linux UBSan vptr", |
| 169 "--slave-name=slavename", | 175 "--slave-name=slavename", |
| 170 "--build-number=1337", | 176 "--build-number=1337", |
| 171 "--run-python-script", | 177 "--run-python-script", |
| 172 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 178 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 173 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 179 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 174 "[CWD]/src/out/Release/audio_decoder_unittests", | 180 "[SLAVE_BUILD]/src/out/Release/audio_decoder_unittests", |
| 175 "--" | 181 "--" |
| 176 ], | 182 ], |
| 183 "cwd": "[SLAVE_BUILD]", |
| 177 "name": "audio_decoder_unittests" | 184 "name": "audio_decoder_unittests" |
| 178 }, | 185 }, |
| 179 { | 186 { |
| 180 "cmd": [ | 187 "cmd": [ |
| 181 "python", | 188 "python", |
| 182 "-u", | 189 "-u", |
| 183 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 190 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 184 "--target", | 191 "--target", |
| 185 "Release", | 192 "Release", |
| 186 "--xvfb", | 193 "--xvfb", |
| 187 "--factory-properties", | 194 "--factory-properties", |
| 188 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 195 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 189 "--build-properties", | 196 "--build-properties", |
| 190 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 197 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 191 "--test-type=common_audio_unittests", | 198 "--test-type=common_audio_unittests", |
| 192 "--step-name=common_audio_unittests", | 199 "--step-name=common_audio_unittests", |
| 193 "--builder-name=Linux UBSan vptr", | 200 "--builder-name=Linux UBSan vptr", |
| 194 "--slave-name=slavename", | 201 "--slave-name=slavename", |
| 195 "--build-number=1337", | 202 "--build-number=1337", |
| 196 "--run-python-script", | 203 "--run-python-script", |
| 197 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 204 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 198 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 205 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 199 "[CWD]/src/out/Release/common_audio_unittests", | 206 "[SLAVE_BUILD]/src/out/Release/common_audio_unittests", |
| 200 "--" | 207 "--" |
| 201 ], | 208 ], |
| 209 "cwd": "[SLAVE_BUILD]", |
| 202 "name": "common_audio_unittests" | 210 "name": "common_audio_unittests" |
| 203 }, | 211 }, |
| 204 { | 212 { |
| 205 "cmd": [ | 213 "cmd": [ |
| 206 "python", | 214 "python", |
| 207 "-u", | 215 "-u", |
| 208 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 216 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 209 "--target", | 217 "--target", |
| 210 "Release", | 218 "Release", |
| 211 "--xvfb", | 219 "--xvfb", |
| 212 "--factory-properties", | 220 "--factory-properties", |
| 213 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 221 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 214 "--build-properties", | 222 "--build-properties", |
| 215 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 223 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 216 "--test-type=common_video_unittests", | 224 "--test-type=common_video_unittests", |
| 217 "--step-name=common_video_unittests", | 225 "--step-name=common_video_unittests", |
| 218 "--builder-name=Linux UBSan vptr", | 226 "--builder-name=Linux UBSan vptr", |
| 219 "--slave-name=slavename", | 227 "--slave-name=slavename", |
| 220 "--build-number=1337", | 228 "--build-number=1337", |
| 221 "--run-python-script", | 229 "--run-python-script", |
| 222 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 230 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 223 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 231 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 224 "[CWD]/src/out/Release/common_video_unittests", | 232 "[SLAVE_BUILD]/src/out/Release/common_video_unittests", |
| 225 "--" | 233 "--" |
| 226 ], | 234 ], |
| 235 "cwd": "[SLAVE_BUILD]", |
| 227 "name": "common_video_unittests" | 236 "name": "common_video_unittests" |
| 228 }, | 237 }, |
| 229 { | 238 { |
| 230 "cmd": [ | 239 "cmd": [ |
| 231 "python", | 240 "python", |
| 232 "-u", | 241 "-u", |
| 233 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 242 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 234 "--target", | 243 "--target", |
| 235 "Release", | 244 "Release", |
| 236 "--xvfb", | 245 "--xvfb", |
| 237 "--factory-properties", | 246 "--factory-properties", |
| 238 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 247 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 239 "--build-properties", | 248 "--build-properties", |
| 240 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 249 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 241 "--test-type=modules_tests", | 250 "--test-type=modules_tests", |
| 242 "--step-name=modules_tests", | 251 "--step-name=modules_tests", |
| 243 "--builder-name=Linux UBSan vptr", | 252 "--builder-name=Linux UBSan vptr", |
| 244 "--slave-name=slavename", | 253 "--slave-name=slavename", |
| 245 "--build-number=1337", | 254 "--build-number=1337", |
| 246 "--run-python-script", | 255 "--run-python-script", |
| 247 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 256 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 248 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 257 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 249 "[CWD]/src/out/Release/modules_tests", | 258 "[SLAVE_BUILD]/src/out/Release/modules_tests", |
| 250 "--" | 259 "--" |
| 251 ], | 260 ], |
| 261 "cwd": "[SLAVE_BUILD]", |
| 252 "name": "modules_tests" | 262 "name": "modules_tests" |
| 253 }, | 263 }, |
| 254 { | 264 { |
| 255 "cmd": [ | 265 "cmd": [ |
| 256 "python", | 266 "python", |
| 257 "-u", | 267 "-u", |
| 258 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 268 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 259 "--target", | 269 "--target", |
| 260 "Release", | 270 "Release", |
| 261 "--xvfb", | 271 "--xvfb", |
| 262 "--factory-properties", | 272 "--factory-properties", |
| 263 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 273 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 264 "--build-properties", | 274 "--build-properties", |
| 265 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 275 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 266 "--test-type=modules_unittests", | 276 "--test-type=modules_unittests", |
| 267 "--step-name=modules_unittests", | 277 "--step-name=modules_unittests", |
| 268 "--builder-name=Linux UBSan vptr", | 278 "--builder-name=Linux UBSan vptr", |
| 269 "--slave-name=slavename", | 279 "--slave-name=slavename", |
| 270 "--build-number=1337", | 280 "--build-number=1337", |
| 271 "--run-python-script", | 281 "--run-python-script", |
| 272 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 282 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 273 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 283 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 274 "[CWD]/src/out/Release/modules_unittests", | 284 "[SLAVE_BUILD]/src/out/Release/modules_unittests", |
| 275 "--" | 285 "--" |
| 276 ], | 286 ], |
| 287 "cwd": "[SLAVE_BUILD]", |
| 277 "name": "modules_unittests" | 288 "name": "modules_unittests" |
| 278 }, | 289 }, |
| 279 { | 290 { |
| 280 "cmd": [ | 291 "cmd": [ |
| 281 "python", | 292 "python", |
| 282 "-u", | 293 "-u", |
| 283 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 294 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 284 "--target", | 295 "--target", |
| 285 "Release", | 296 "Release", |
| 286 "--xvfb", | 297 "--xvfb", |
| 287 "--factory-properties", | 298 "--factory-properties", |
| 288 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 299 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 289 "--build-properties", | 300 "--build-properties", |
| 290 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 301 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 291 "--test-type=peerconnection_unittests", | 302 "--test-type=peerconnection_unittests", |
| 292 "--step-name=peerconnection_unittests", | 303 "--step-name=peerconnection_unittests", |
| 293 "--builder-name=Linux UBSan vptr", | 304 "--builder-name=Linux UBSan vptr", |
| 294 "--slave-name=slavename", | 305 "--slave-name=slavename", |
| 295 "--build-number=1337", | 306 "--build-number=1337", |
| 296 "--run-python-script", | 307 "--run-python-script", |
| 297 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 308 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 298 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 309 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 299 "[CWD]/src/out/Release/peerconnection_unittests", | 310 "[SLAVE_BUILD]/src/out/Release/peerconnection_unittests", |
| 300 "--" | 311 "--" |
| 301 ], | 312 ], |
| 313 "cwd": "[SLAVE_BUILD]", |
| 302 "name": "peerconnection_unittests" | 314 "name": "peerconnection_unittests" |
| 303 }, | 315 }, |
| 304 { | 316 { |
| 305 "cmd": [ | 317 "cmd": [ |
| 306 "python", | 318 "python", |
| 307 "-u", | 319 "-u", |
| 308 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 320 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 309 "--target", | 321 "--target", |
| 310 "Release", | 322 "Release", |
| 311 "--xvfb", | 323 "--xvfb", |
| 312 "--factory-properties", | 324 "--factory-properties", |
| 313 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 325 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 314 "--build-properties", | 326 "--build-properties", |
| 315 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 327 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 316 "--test-type=rtc_media_unittests", | 328 "--test-type=rtc_media_unittests", |
| 317 "--step-name=rtc_media_unittests", | 329 "--step-name=rtc_media_unittests", |
| 318 "--builder-name=Linux UBSan vptr", | 330 "--builder-name=Linux UBSan vptr", |
| 319 "--slave-name=slavename", | 331 "--slave-name=slavename", |
| 320 "--build-number=1337", | 332 "--build-number=1337", |
| 321 "--run-python-script", | 333 "--run-python-script", |
| 322 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 334 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 323 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 335 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 324 "[CWD]/src/out/Release/rtc_media_unittests", | 336 "[SLAVE_BUILD]/src/out/Release/rtc_media_unittests", |
| 325 "--" | 337 "--" |
| 326 ], | 338 ], |
| 339 "cwd": "[SLAVE_BUILD]", |
| 327 "name": "rtc_media_unittests" | 340 "name": "rtc_media_unittests" |
| 328 }, | 341 }, |
| 329 { | 342 { |
| 330 "cmd": [ | 343 "cmd": [ |
| 331 "python", | 344 "python", |
| 332 "-u", | 345 "-u", |
| 333 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 346 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 334 "--target", | 347 "--target", |
| 335 "Release", | 348 "Release", |
| 336 "--xvfb", | 349 "--xvfb", |
| 337 "--factory-properties", | 350 "--factory-properties", |
| 338 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 351 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 339 "--build-properties", | 352 "--build-properties", |
| 340 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 353 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 341 "--test-type=rtc_pc_unittests", | 354 "--test-type=rtc_pc_unittests", |
| 342 "--step-name=rtc_pc_unittests", | 355 "--step-name=rtc_pc_unittests", |
| 343 "--builder-name=Linux UBSan vptr", | 356 "--builder-name=Linux UBSan vptr", |
| 344 "--slave-name=slavename", | 357 "--slave-name=slavename", |
| 345 "--build-number=1337", | 358 "--build-number=1337", |
| 346 "--run-python-script", | 359 "--run-python-script", |
| 347 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 360 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 348 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 361 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 349 "[CWD]/src/out/Release/rtc_pc_unittests", | 362 "[SLAVE_BUILD]/src/out/Release/rtc_pc_unittests", |
| 350 "--" | 363 "--" |
| 351 ], | 364 ], |
| 365 "cwd": "[SLAVE_BUILD]", |
| 352 "name": "rtc_pc_unittests" | 366 "name": "rtc_pc_unittests" |
| 353 }, | 367 }, |
| 354 { | 368 { |
| 355 "cmd": [ | 369 "cmd": [ |
| 356 "python", | 370 "python", |
| 357 "-u", | 371 "-u", |
| 358 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 372 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 359 "--target", | 373 "--target", |
| 360 "Release", | 374 "Release", |
| 361 "--xvfb", | 375 "--xvfb", |
| 362 "--factory-properties", | 376 "--factory-properties", |
| 363 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 377 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 364 "--build-properties", | 378 "--build-properties", |
| 365 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 379 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 366 "--test-type=rtc_unittests", | 380 "--test-type=rtc_unittests", |
| 367 "--step-name=rtc_unittests", | 381 "--step-name=rtc_unittests", |
| 368 "--builder-name=Linux UBSan vptr", | 382 "--builder-name=Linux UBSan vptr", |
| 369 "--slave-name=slavename", | 383 "--slave-name=slavename", |
| 370 "--build-number=1337", | 384 "--build-number=1337", |
| 371 "--run-python-script", | 385 "--run-python-script", |
| 372 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 386 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 373 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 387 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 374 "[CWD]/src/out/Release/rtc_unittests", | 388 "[SLAVE_BUILD]/src/out/Release/rtc_unittests", |
| 375 "--" | 389 "--" |
| 376 ], | 390 ], |
| 391 "cwd": "[SLAVE_BUILD]", |
| 377 "name": "rtc_unittests" | 392 "name": "rtc_unittests" |
| 378 }, | 393 }, |
| 379 { | 394 { |
| 380 "cmd": [ | 395 "cmd": [ |
| 381 "python", | 396 "python", |
| 382 "-u", | 397 "-u", |
| 383 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 398 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 384 "--target", | 399 "--target", |
| 385 "Release", | 400 "Release", |
| 386 "--xvfb", | 401 "--xvfb", |
| 387 "--factory-properties", | 402 "--factory-properties", |
| 388 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 403 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 389 "--build-properties", | 404 "--build-properties", |
| 390 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 405 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 391 "--test-type=system_wrappers_unittests", | 406 "--test-type=system_wrappers_unittests", |
| 392 "--step-name=system_wrappers_unittests", | 407 "--step-name=system_wrappers_unittests", |
| 393 "--builder-name=Linux UBSan vptr", | 408 "--builder-name=Linux UBSan vptr", |
| 394 "--slave-name=slavename", | 409 "--slave-name=slavename", |
| 395 "--build-number=1337", | 410 "--build-number=1337", |
| 396 "--run-python-script", | 411 "--run-python-script", |
| 397 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 412 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 398 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 413 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 399 "[CWD]/src/out/Release/system_wrappers_unittests", | 414 "[SLAVE_BUILD]/src/out/Release/system_wrappers_unittests", |
| 400 "--" | 415 "--" |
| 401 ], | 416 ], |
| 417 "cwd": "[SLAVE_BUILD]", |
| 402 "name": "system_wrappers_unittests" | 418 "name": "system_wrappers_unittests" |
| 403 }, | 419 }, |
| 404 { | 420 { |
| 405 "cmd": [ | 421 "cmd": [ |
| 406 "python", | 422 "python", |
| 407 "-u", | 423 "-u", |
| 408 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 424 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 409 "--target", | 425 "--target", |
| 410 "Release", | 426 "Release", |
| 411 "--xvfb", | 427 "--xvfb", |
| 412 "--factory-properties", | 428 "--factory-properties", |
| 413 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 429 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 414 "--build-properties", | 430 "--build-properties", |
| 415 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 431 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 416 "--test-type=test_support_unittests", | 432 "--test-type=test_support_unittests", |
| 417 "--step-name=test_support_unittests", | 433 "--step-name=test_support_unittests", |
| 418 "--builder-name=Linux UBSan vptr", | 434 "--builder-name=Linux UBSan vptr", |
| 419 "--slave-name=slavename", | 435 "--slave-name=slavename", |
| 420 "--build-number=1337", | 436 "--build-number=1337", |
| 421 "--run-python-script", | 437 "--run-python-script", |
| 422 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 438 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 423 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 439 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 424 "[CWD]/src/out/Release/test_support_unittests", | 440 "[SLAVE_BUILD]/src/out/Release/test_support_unittests", |
| 425 "--" | 441 "--" |
| 426 ], | 442 ], |
| 443 "cwd": "[SLAVE_BUILD]", |
| 427 "name": "test_support_unittests" | 444 "name": "test_support_unittests" |
| 428 }, | 445 }, |
| 429 { | 446 { |
| 430 "cmd": [ | 447 "cmd": [ |
| 431 "python", | 448 "python", |
| 432 "-u", | 449 "-u", |
| 433 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 450 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 434 "--target", | 451 "--target", |
| 435 "Release", | 452 "Release", |
| 436 "--xvfb", | 453 "--xvfb", |
| 437 "--factory-properties", | 454 "--factory-properties", |
| 438 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 455 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 439 "--build-properties", | 456 "--build-properties", |
| 440 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 457 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 441 "--test-type=tools_unittests", | 458 "--test-type=tools_unittests", |
| 442 "--step-name=tools_unittests", | 459 "--step-name=tools_unittests", |
| 443 "--builder-name=Linux UBSan vptr", | 460 "--builder-name=Linux UBSan vptr", |
| 444 "--slave-name=slavename", | 461 "--slave-name=slavename", |
| 445 "--build-number=1337", | 462 "--build-number=1337", |
| 446 "--run-python-script", | 463 "--run-python-script", |
| 447 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 464 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 448 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 465 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 449 "[CWD]/src/out/Release/tools_unittests", | 466 "[SLAVE_BUILD]/src/out/Release/tools_unittests", |
| 450 "--" | 467 "--" |
| 451 ], | 468 ], |
| 469 "cwd": "[SLAVE_BUILD]", |
| 452 "name": "tools_unittests" | 470 "name": "tools_unittests" |
| 453 }, | 471 }, |
| 454 { | 472 { |
| 455 "cmd": [ | 473 "cmd": [ |
| 456 "python", | 474 "python", |
| 457 "-u", | 475 "-u", |
| 458 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 476 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 459 "--target", | 477 "--target", |
| 460 "Release", | 478 "Release", |
| 461 "--xvfb", | 479 "--xvfb", |
| 462 "--factory-properties", | 480 "--factory-properties", |
| 463 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 481 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 464 "--build-properties", | 482 "--build-properties", |
| 465 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 483 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 466 "--test-type=video_engine_tests", | 484 "--test-type=video_engine_tests", |
| 467 "--step-name=video_engine_tests", | 485 "--step-name=video_engine_tests", |
| 468 "--builder-name=Linux UBSan vptr", | 486 "--builder-name=Linux UBSan vptr", |
| 469 "--slave-name=slavename", | 487 "--slave-name=slavename", |
| 470 "--build-number=1337", | 488 "--build-number=1337", |
| 471 "--run-python-script", | 489 "--run-python-script", |
| 472 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 490 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 473 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 491 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 474 "[CWD]/src/out/Release/video_engine_tests", | 492 "[SLAVE_BUILD]/src/out/Release/video_engine_tests", |
| 475 "--" | 493 "--" |
| 476 ], | 494 ], |
| 495 "cwd": "[SLAVE_BUILD]", |
| 477 "name": "video_engine_tests" | 496 "name": "video_engine_tests" |
| 478 }, | 497 }, |
| 479 { | 498 { |
| 480 "cmd": [ | 499 "cmd": [ |
| 481 "python", | 500 "python", |
| 482 "-u", | 501 "-u", |
| 483 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 502 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 484 "--target", | 503 "--target", |
| 485 "Release", | 504 "Release", |
| 486 "--xvfb", | 505 "--xvfb", |
| 487 "--factory-properties", | 506 "--factory-properties", |
| 488 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 507 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 489 "--build-properties", | 508 "--build-properties", |
| 490 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 509 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 491 "--test-type=voice_engine_unittests", | 510 "--test-type=voice_engine_unittests", |
| 492 "--step-name=voice_engine_unittests", | 511 "--step-name=voice_engine_unittests", |
| 493 "--builder-name=Linux UBSan vptr", | 512 "--builder-name=Linux UBSan vptr", |
| 494 "--slave-name=slavename", | 513 "--slave-name=slavename", |
| 495 "--build-number=1337", | 514 "--build-number=1337", |
| 496 "--run-python-script", | 515 "--run-python-script", |
| 497 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 516 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 498 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 517 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 499 "[CWD]/src/out/Release/voice_engine_unittests", | 518 "[SLAVE_BUILD]/src/out/Release/voice_engine_unittests", |
| 500 "--" | 519 "--" |
| 501 ], | 520 ], |
| 521 "cwd": "[SLAVE_BUILD]", |
| 502 "name": "voice_engine_unittests" | 522 "name": "voice_engine_unittests" |
| 503 }, | 523 }, |
| 504 { | 524 { |
| 505 "allow_subannotations": true, | 525 "allow_subannotations": true, |
| 506 "cmd": [ | 526 "cmd": [ |
| 507 "python", | 527 "python", |
| 508 "-u", | 528 "-u", |
| 509 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 529 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 510 "--target", | 530 "--target", |
| 511 "Release", | 531 "Release", |
| 512 "--xvfb", | 532 "--xvfb", |
| 513 "--factory-properties", | 533 "--factory-properties", |
| 514 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 534 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 515 "--build-properties", | 535 "--build-properties", |
| 516 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 536 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 517 "--annotate=gtest", | 537 "--annotate=gtest", |
| 518 "--test-type=webrtc_nonparallel_tests", | 538 "--test-type=webrtc_nonparallel_tests", |
| 519 "--step-name=webrtc_nonparallel_tests", | 539 "--step-name=webrtc_nonparallel_tests", |
| 520 "--generate-json-file", | 540 "--generate-json-file", |
| 521 "-o", | 541 "-o", |
| 522 "gtest-results/webrtc_nonparallel_tests", | 542 "gtest-results/webrtc_nonparallel_tests", |
| 523 "--builder-name=Linux UBSan vptr", | 543 "--builder-name=Linux UBSan vptr", |
| 524 "--slave-name=slavename", | 544 "--slave-name=slavename", |
| 525 "--build-number=1337", | 545 "--build-number=1337", |
| 526 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 546 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 527 "webrtc_nonparallel_tests" | 547 "webrtc_nonparallel_tests" |
| 528 ], | 548 ], |
| 549 "cwd": "[SLAVE_BUILD]", |
| 529 "name": "webrtc_nonparallel_tests" | 550 "name": "webrtc_nonparallel_tests" |
| 530 }, | 551 }, |
| 531 { | 552 { |
| 532 "name": "$result", | 553 "name": "$result", |
| 533 "recipe_result": null, | 554 "recipe_result": null, |
| 534 "status_code": 0 | 555 "status_code": 0 |
| 535 } | 556 } |
| 536 ] | 557 ] |
| OLD | NEW |