| 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 MSan", | 10 "Linux MSan", |
| 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' msan=1 msan_track_origins=2 rtc_u
se_264=1 target_arch=x64 use_goma=1 use_prebuilt_instrumented_libraries=1", | 91 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[BUILD]/goma' msan=1 msan_track_origins=2 rtc_use_264=
1 target_arch=x64 use_goma=1 use_prebuilt_instrumented_libraries=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 MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 169 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 164 "--build-properties", | 170 "--build-properties", |
| 165 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 171 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"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 MSan", | 174 "--builder-name=Linux MSan", |
| 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 "--enable-msan", | 179 "--enable-msan", |
| 174 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 180 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 175 "[CWD]/src/out/Release/audio_decoder_unittests", | 181 "[SLAVE_BUILD]/src/out/Release/audio_decoder_unittests", |
| 176 "--" | 182 "--" |
| 177 ], | 183 ], |
| 184 "cwd": "[SLAVE_BUILD]", |
| 178 "name": "audio_decoder_unittests" | 185 "name": "audio_decoder_unittests" |
| 179 }, | 186 }, |
| 180 { | 187 { |
| 181 "cmd": [ | 188 "cmd": [ |
| 182 "python", | 189 "python", |
| 183 "-u", | 190 "-u", |
| 184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 185 "--target", | 192 "--target", |
| 186 "Release", | 193 "Release", |
| 187 "--xvfb", | 194 "--xvfb", |
| 188 "--factory-properties", | 195 "--factory-properties", |
| 189 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 196 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 190 "--build-properties", | 197 "--build-properties", |
| 191 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 198 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 192 "--test-type=common_audio_unittests", | 199 "--test-type=common_audio_unittests", |
| 193 "--step-name=common_audio_unittests", | 200 "--step-name=common_audio_unittests", |
| 194 "--builder-name=Linux MSan", | 201 "--builder-name=Linux MSan", |
| 195 "--slave-name=slavename", | 202 "--slave-name=slavename", |
| 196 "--build-number=1337", | 203 "--build-number=1337", |
| 197 "--run-python-script", | 204 "--run-python-script", |
| 198 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 205 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 199 "--enable-msan", | 206 "--enable-msan", |
| 200 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 207 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 201 "[CWD]/src/out/Release/common_audio_unittests", | 208 "[SLAVE_BUILD]/src/out/Release/common_audio_unittests", |
| 202 "--" | 209 "--" |
| 203 ], | 210 ], |
| 211 "cwd": "[SLAVE_BUILD]", |
| 204 "name": "common_audio_unittests" | 212 "name": "common_audio_unittests" |
| 205 }, | 213 }, |
| 206 { | 214 { |
| 207 "cmd": [ | 215 "cmd": [ |
| 208 "python", | 216 "python", |
| 209 "-u", | 217 "-u", |
| 210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 218 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 211 "--target", | 219 "--target", |
| 212 "Release", | 220 "Release", |
| 213 "--xvfb", | 221 "--xvfb", |
| 214 "--factory-properties", | 222 "--factory-properties", |
| 215 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 223 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 216 "--build-properties", | 224 "--build-properties", |
| 217 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 225 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 218 "--test-type=common_video_unittests", | 226 "--test-type=common_video_unittests", |
| 219 "--step-name=common_video_unittests", | 227 "--step-name=common_video_unittests", |
| 220 "--builder-name=Linux MSan", | 228 "--builder-name=Linux MSan", |
| 221 "--slave-name=slavename", | 229 "--slave-name=slavename", |
| 222 "--build-number=1337", | 230 "--build-number=1337", |
| 223 "--run-python-script", | 231 "--run-python-script", |
| 224 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 232 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 225 "--enable-msan", | 233 "--enable-msan", |
| 226 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 234 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 227 "[CWD]/src/out/Release/common_video_unittests", | 235 "[SLAVE_BUILD]/src/out/Release/common_video_unittests", |
| 228 "--" | 236 "--" |
| 229 ], | 237 ], |
| 238 "cwd": "[SLAVE_BUILD]", |
| 230 "name": "common_video_unittests" | 239 "name": "common_video_unittests" |
| 231 }, | 240 }, |
| 232 { | 241 { |
| 233 "cmd": [ | 242 "cmd": [ |
| 234 "python", | 243 "python", |
| 235 "-u", | 244 "-u", |
| 236 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 245 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 237 "--target", | 246 "--target", |
| 238 "Release", | 247 "Release", |
| 239 "--xvfb", | 248 "--xvfb", |
| 240 "--factory-properties", | 249 "--factory-properties", |
| 241 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 250 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 242 "--build-properties", | 251 "--build-properties", |
| 243 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 252 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 244 "--test-type=modules_tests", | 253 "--test-type=modules_tests", |
| 245 "--step-name=modules_tests", | 254 "--step-name=modules_tests", |
| 246 "--builder-name=Linux MSan", | 255 "--builder-name=Linux MSan", |
| 247 "--slave-name=slavename", | 256 "--slave-name=slavename", |
| 248 "--build-number=1337", | 257 "--build-number=1337", |
| 249 "--run-python-script", | 258 "--run-python-script", |
| 250 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 259 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 251 "--enable-msan", | 260 "--enable-msan", |
| 252 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 261 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 253 "[CWD]/src/out/Release/modules_tests", | 262 "[SLAVE_BUILD]/src/out/Release/modules_tests", |
| 254 "--" | 263 "--" |
| 255 ], | 264 ], |
| 265 "cwd": "[SLAVE_BUILD]", |
| 256 "name": "modules_tests" | 266 "name": "modules_tests" |
| 257 }, | 267 }, |
| 258 { | 268 { |
| 259 "cmd": [ | 269 "cmd": [ |
| 260 "python", | 270 "python", |
| 261 "-u", | 271 "-u", |
| 262 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 272 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 263 "--target", | 273 "--target", |
| 264 "Release", | 274 "Release", |
| 265 "--xvfb", | 275 "--xvfb", |
| 266 "--factory-properties", | 276 "--factory-properties", |
| 267 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 277 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 268 "--build-properties", | 278 "--build-properties", |
| 269 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 279 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 270 "--test-type=modules_unittests", | 280 "--test-type=modules_unittests", |
| 271 "--step-name=modules_unittests", | 281 "--step-name=modules_unittests", |
| 272 "--builder-name=Linux MSan", | 282 "--builder-name=Linux MSan", |
| 273 "--slave-name=slavename", | 283 "--slave-name=slavename", |
| 274 "--build-number=1337", | 284 "--build-number=1337", |
| 275 "--run-python-script", | 285 "--run-python-script", |
| 276 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 286 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 277 "--enable-msan", | 287 "--enable-msan", |
| 278 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 288 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 279 "[CWD]/src/out/Release/modules_unittests", | 289 "[SLAVE_BUILD]/src/out/Release/modules_unittests", |
| 280 "--" | 290 "--" |
| 281 ], | 291 ], |
| 292 "cwd": "[SLAVE_BUILD]", |
| 282 "name": "modules_unittests" | 293 "name": "modules_unittests" |
| 283 }, | 294 }, |
| 284 { | 295 { |
| 285 "cmd": [ | 296 "cmd": [ |
| 286 "python", | 297 "python", |
| 287 "-u", | 298 "-u", |
| 288 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 299 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 289 "--target", | 300 "--target", |
| 290 "Release", | 301 "Release", |
| 291 "--xvfb", | 302 "--xvfb", |
| 292 "--factory-properties", | 303 "--factory-properties", |
| 293 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 304 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 294 "--build-properties", | 305 "--build-properties", |
| 295 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 306 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 296 "--test-type=peerconnection_unittests", | 307 "--test-type=peerconnection_unittests", |
| 297 "--step-name=peerconnection_unittests", | 308 "--step-name=peerconnection_unittests", |
| 298 "--builder-name=Linux MSan", | 309 "--builder-name=Linux MSan", |
| 299 "--slave-name=slavename", | 310 "--slave-name=slavename", |
| 300 "--build-number=1337", | 311 "--build-number=1337", |
| 301 "--run-python-script", | 312 "--run-python-script", |
| 302 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 313 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 303 "--enable-msan", | 314 "--enable-msan", |
| 304 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 315 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 305 "[CWD]/src/out/Release/peerconnection_unittests", | 316 "[SLAVE_BUILD]/src/out/Release/peerconnection_unittests", |
| 306 "--" | 317 "--" |
| 307 ], | 318 ], |
| 319 "cwd": "[SLAVE_BUILD]", |
| 308 "name": "peerconnection_unittests" | 320 "name": "peerconnection_unittests" |
| 309 }, | 321 }, |
| 310 { | 322 { |
| 311 "cmd": [ | 323 "cmd": [ |
| 312 "python", | 324 "python", |
| 313 "-u", | 325 "-u", |
| 314 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 326 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 315 "--target", | 327 "--target", |
| 316 "Release", | 328 "Release", |
| 317 "--xvfb", | 329 "--xvfb", |
| 318 "--factory-properties", | 330 "--factory-properties", |
| 319 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 331 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 320 "--build-properties", | 332 "--build-properties", |
| 321 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 333 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 322 "--test-type=rtc_media_unittests", | 334 "--test-type=rtc_media_unittests", |
| 323 "--step-name=rtc_media_unittests", | 335 "--step-name=rtc_media_unittests", |
| 324 "--builder-name=Linux MSan", | 336 "--builder-name=Linux MSan", |
| 325 "--slave-name=slavename", | 337 "--slave-name=slavename", |
| 326 "--build-number=1337", | 338 "--build-number=1337", |
| 327 "--run-python-script", | 339 "--run-python-script", |
| 328 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 340 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 329 "--enable-msan", | 341 "--enable-msan", |
| 330 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 342 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 331 "[CWD]/src/out/Release/rtc_media_unittests", | 343 "[SLAVE_BUILD]/src/out/Release/rtc_media_unittests", |
| 332 "--" | 344 "--" |
| 333 ], | 345 ], |
| 346 "cwd": "[SLAVE_BUILD]", |
| 334 "name": "rtc_media_unittests" | 347 "name": "rtc_media_unittests" |
| 335 }, | 348 }, |
| 336 { | 349 { |
| 337 "cmd": [ | 350 "cmd": [ |
| 338 "python", | 351 "python", |
| 339 "-u", | 352 "-u", |
| 340 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 353 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 341 "--target", | 354 "--target", |
| 342 "Release", | 355 "Release", |
| 343 "--xvfb", | 356 "--xvfb", |
| 344 "--factory-properties", | 357 "--factory-properties", |
| 345 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 358 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 346 "--build-properties", | 359 "--build-properties", |
| 347 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 360 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 348 "--test-type=rtc_pc_unittests", | 361 "--test-type=rtc_pc_unittests", |
| 349 "--step-name=rtc_pc_unittests", | 362 "--step-name=rtc_pc_unittests", |
| 350 "--builder-name=Linux MSan", | 363 "--builder-name=Linux MSan", |
| 351 "--slave-name=slavename", | 364 "--slave-name=slavename", |
| 352 "--build-number=1337", | 365 "--build-number=1337", |
| 353 "--run-python-script", | 366 "--run-python-script", |
| 354 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 367 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 355 "--enable-msan", | 368 "--enable-msan", |
| 356 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 369 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 357 "[CWD]/src/out/Release/rtc_pc_unittests", | 370 "[SLAVE_BUILD]/src/out/Release/rtc_pc_unittests", |
| 358 "--" | 371 "--" |
| 359 ], | 372 ], |
| 373 "cwd": "[SLAVE_BUILD]", |
| 360 "name": "rtc_pc_unittests" | 374 "name": "rtc_pc_unittests" |
| 361 }, | 375 }, |
| 362 { | 376 { |
| 363 "cmd": [ | 377 "cmd": [ |
| 364 "python", | 378 "python", |
| 365 "-u", | 379 "-u", |
| 366 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 380 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 367 "--target", | 381 "--target", |
| 368 "Release", | 382 "Release", |
| 369 "--xvfb", | 383 "--xvfb", |
| 370 "--factory-properties", | 384 "--factory-properties", |
| 371 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 385 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 372 "--build-properties", | 386 "--build-properties", |
| 373 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 387 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 374 "--test-type=rtc_unittests", | 388 "--test-type=rtc_unittests", |
| 375 "--step-name=rtc_unittests", | 389 "--step-name=rtc_unittests", |
| 376 "--builder-name=Linux MSan", | 390 "--builder-name=Linux MSan", |
| 377 "--slave-name=slavename", | 391 "--slave-name=slavename", |
| 378 "--build-number=1337", | 392 "--build-number=1337", |
| 379 "--run-python-script", | 393 "--run-python-script", |
| 380 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 394 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 381 "--enable-msan", | 395 "--enable-msan", |
| 382 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 396 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 383 "[CWD]/src/out/Release/rtc_unittests", | 397 "[SLAVE_BUILD]/src/out/Release/rtc_unittests", |
| 384 "--" | 398 "--" |
| 385 ], | 399 ], |
| 400 "cwd": "[SLAVE_BUILD]", |
| 386 "name": "rtc_unittests" | 401 "name": "rtc_unittests" |
| 387 }, | 402 }, |
| 388 { | 403 { |
| 389 "cmd": [ | 404 "cmd": [ |
| 390 "python", | 405 "python", |
| 391 "-u", | 406 "-u", |
| 392 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 407 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 393 "--target", | 408 "--target", |
| 394 "Release", | 409 "Release", |
| 395 "--xvfb", | 410 "--xvfb", |
| 396 "--factory-properties", | 411 "--factory-properties", |
| 397 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 412 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 398 "--build-properties", | 413 "--build-properties", |
| 399 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 414 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 400 "--test-type=system_wrappers_unittests", | 415 "--test-type=system_wrappers_unittests", |
| 401 "--step-name=system_wrappers_unittests", | 416 "--step-name=system_wrappers_unittests", |
| 402 "--builder-name=Linux MSan", | 417 "--builder-name=Linux MSan", |
| 403 "--slave-name=slavename", | 418 "--slave-name=slavename", |
| 404 "--build-number=1337", | 419 "--build-number=1337", |
| 405 "--run-python-script", | 420 "--run-python-script", |
| 406 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 421 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 407 "--enable-msan", | 422 "--enable-msan", |
| 408 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 423 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 409 "[CWD]/src/out/Release/system_wrappers_unittests", | 424 "[SLAVE_BUILD]/src/out/Release/system_wrappers_unittests", |
| 410 "--" | 425 "--" |
| 411 ], | 426 ], |
| 427 "cwd": "[SLAVE_BUILD]", |
| 412 "name": "system_wrappers_unittests" | 428 "name": "system_wrappers_unittests" |
| 413 }, | 429 }, |
| 414 { | 430 { |
| 415 "cmd": [ | 431 "cmd": [ |
| 416 "python", | 432 "python", |
| 417 "-u", | 433 "-u", |
| 418 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 434 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 419 "--target", | 435 "--target", |
| 420 "Release", | 436 "Release", |
| 421 "--xvfb", | 437 "--xvfb", |
| 422 "--factory-properties", | 438 "--factory-properties", |
| 423 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 439 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 424 "--build-properties", | 440 "--build-properties", |
| 425 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 441 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 426 "--test-type=test_support_unittests", | 442 "--test-type=test_support_unittests", |
| 427 "--step-name=test_support_unittests", | 443 "--step-name=test_support_unittests", |
| 428 "--builder-name=Linux MSan", | 444 "--builder-name=Linux MSan", |
| 429 "--slave-name=slavename", | 445 "--slave-name=slavename", |
| 430 "--build-number=1337", | 446 "--build-number=1337", |
| 431 "--run-python-script", | 447 "--run-python-script", |
| 432 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 448 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 433 "--enable-msan", | 449 "--enable-msan", |
| 434 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 450 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 435 "[CWD]/src/out/Release/test_support_unittests", | 451 "[SLAVE_BUILD]/src/out/Release/test_support_unittests", |
| 436 "--" | 452 "--" |
| 437 ], | 453 ], |
| 454 "cwd": "[SLAVE_BUILD]", |
| 438 "name": "test_support_unittests" | 455 "name": "test_support_unittests" |
| 439 }, | 456 }, |
| 440 { | 457 { |
| 441 "cmd": [ | 458 "cmd": [ |
| 442 "python", | 459 "python", |
| 443 "-u", | 460 "-u", |
| 444 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 461 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 445 "--target", | 462 "--target", |
| 446 "Release", | 463 "Release", |
| 447 "--xvfb", | 464 "--xvfb", |
| 448 "--factory-properties", | 465 "--factory-properties", |
| 449 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 466 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 450 "--build-properties", | 467 "--build-properties", |
| 451 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 468 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 452 "--test-type=tools_unittests", | 469 "--test-type=tools_unittests", |
| 453 "--step-name=tools_unittests", | 470 "--step-name=tools_unittests", |
| 454 "--builder-name=Linux MSan", | 471 "--builder-name=Linux MSan", |
| 455 "--slave-name=slavename", | 472 "--slave-name=slavename", |
| 456 "--build-number=1337", | 473 "--build-number=1337", |
| 457 "--run-python-script", | 474 "--run-python-script", |
| 458 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 475 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 459 "--enable-msan", | 476 "--enable-msan", |
| 460 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 477 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 461 "[CWD]/src/out/Release/tools_unittests", | 478 "[SLAVE_BUILD]/src/out/Release/tools_unittests", |
| 462 "--" | 479 "--" |
| 463 ], | 480 ], |
| 481 "cwd": "[SLAVE_BUILD]", |
| 464 "name": "tools_unittests" | 482 "name": "tools_unittests" |
| 465 }, | 483 }, |
| 466 { | 484 { |
| 467 "cmd": [ | 485 "cmd": [ |
| 468 "python", | 486 "python", |
| 469 "-u", | 487 "-u", |
| 470 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 488 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 471 "--target", | 489 "--target", |
| 472 "Release", | 490 "Release", |
| 473 "--xvfb", | 491 "--xvfb", |
| 474 "--factory-properties", | 492 "--factory-properties", |
| 475 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 493 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 476 "--build-properties", | 494 "--build-properties", |
| 477 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 495 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 478 "--test-type=video_engine_tests", | 496 "--test-type=video_engine_tests", |
| 479 "--step-name=video_engine_tests", | 497 "--step-name=video_engine_tests", |
| 480 "--builder-name=Linux MSan", | 498 "--builder-name=Linux MSan", |
| 481 "--slave-name=slavename", | 499 "--slave-name=slavename", |
| 482 "--build-number=1337", | 500 "--build-number=1337", |
| 483 "--run-python-script", | 501 "--run-python-script", |
| 484 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 502 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 485 "--enable-msan", | 503 "--enable-msan", |
| 486 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 504 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 487 "[CWD]/src/out/Release/video_engine_tests", | 505 "[SLAVE_BUILD]/src/out/Release/video_engine_tests", |
| 488 "--" | 506 "--" |
| 489 ], | 507 ], |
| 508 "cwd": "[SLAVE_BUILD]", |
| 490 "name": "video_engine_tests" | 509 "name": "video_engine_tests" |
| 491 }, | 510 }, |
| 492 { | 511 { |
| 493 "cmd": [ | 512 "cmd": [ |
| 494 "python", | 513 "python", |
| 495 "-u", | 514 "-u", |
| 496 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 515 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 497 "--target", | 516 "--target", |
| 498 "Release", | 517 "Release", |
| 499 "--xvfb", | 518 "--xvfb", |
| 500 "--factory-properties", | 519 "--factory-properties", |
| 501 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 520 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 502 "--build-properties", | 521 "--build-properties", |
| 503 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 522 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 504 "--test-type=voice_engine_unittests", | 523 "--test-type=voice_engine_unittests", |
| 505 "--step-name=voice_engine_unittests", | 524 "--step-name=voice_engine_unittests", |
| 506 "--builder-name=Linux MSan", | 525 "--builder-name=Linux MSan", |
| 507 "--slave-name=slavename", | 526 "--slave-name=slavename", |
| 508 "--build-number=1337", | 527 "--build-number=1337", |
| 509 "--run-python-script", | 528 "--run-python-script", |
| 510 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 529 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 511 "--enable-msan", | 530 "--enable-msan", |
| 512 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", | 531 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 513 "[CWD]/src/out/Release/voice_engine_unittests", | 532 "[SLAVE_BUILD]/src/out/Release/voice_engine_unittests", |
| 514 "--" | 533 "--" |
| 515 ], | 534 ], |
| 535 "cwd": "[SLAVE_BUILD]", |
| 516 "name": "voice_engine_unittests" | 536 "name": "voice_engine_unittests" |
| 517 }, | 537 }, |
| 518 { | 538 { |
| 519 "allow_subannotations": true, | 539 "allow_subannotations": true, |
| 520 "cmd": [ | 540 "cmd": [ |
| 521 "python", | 541 "python", |
| 522 "-u", | 542 "-u", |
| 523 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 543 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 524 "--target", | 544 "--target", |
| 525 "Release", | 545 "Release", |
| 526 "--xvfb", | 546 "--xvfb", |
| 527 "--factory-properties", | 547 "--factory-properties", |
| 528 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 548 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 529 "--build-properties", | 549 "--build-properties", |
| 530 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 550 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux MSan\", \"buildn
umber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalon
e\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 531 "--annotate=gtest", | 551 "--annotate=gtest", |
| 532 "--test-type=webrtc_nonparallel_tests", | 552 "--test-type=webrtc_nonparallel_tests", |
| 533 "--step-name=webrtc_nonparallel_tests", | 553 "--step-name=webrtc_nonparallel_tests", |
| 534 "--generate-json-file", | 554 "--generate-json-file", |
| 535 "-o", | 555 "-o", |
| 536 "gtest-results/webrtc_nonparallel_tests", | 556 "gtest-results/webrtc_nonparallel_tests", |
| 537 "--builder-name=Linux MSan", | 557 "--builder-name=Linux MSan", |
| 538 "--slave-name=slavename", | 558 "--slave-name=slavename", |
| 539 "--build-number=1337", | 559 "--build-number=1337", |
| 540 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 560 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 541 "--enable-msan", | 561 "--enable-msan", |
| 542 "webrtc_nonparallel_tests" | 562 "webrtc_nonparallel_tests" |
| 543 ], | 563 ], |
| 564 "cwd": "[SLAVE_BUILD]", |
| 544 "name": "webrtc_nonparallel_tests" | 565 "name": "webrtc_nonparallel_tests" |
| 545 }, | 566 }, |
| 546 { | 567 { |
| 547 "name": "$result", | 568 "name": "$result", |
| 548 "recipe_result": null, | 569 "recipe_result": null, |
| 549 "status_code": 0 | 570 "status_code": 0 |
| 550 } | 571 } |
| 551 ] | 572 ] |
| OLD | NEW |