| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
| 5 "--json-file", | 5 "--json-file", |
| 6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "host and tools info", | 9 "name": "host and tools info", |
| 9 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| 11 "@@@STEP_LOG_LINE@json.output@{@@@", | 12 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", | 13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", |
| 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", | 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", |
| 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", | 18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", |
| 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 19 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", | 20 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", |
| 20 "@@@STEP_LOG_LINE@json.output@}@@@", | 21 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 21 "@@@STEP_LOG_END@json.output@@@" | 22 "@@@STEP_LOG_END@json.output@@@" |
| 22 ] | 23 ] |
| 23 }, | 24 }, |
| 24 { | 25 { |
| 25 "cmd": [ | 26 "cmd": [ |
| 26 "python", | 27 "python", |
| 27 "-u", | 28 "-u", |
| 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 29 "--master", | 30 "--master", |
| 30 "tryserver.webrtc", | 31 "tryserver.webrtc", |
| 31 "--builder", | 32 "--builder", |
| 32 "mac_baremetal", | 33 "mac_baremetal", |
| 33 "--slave", | 34 "--slave", |
| 34 "slavename", | 35 "slavename", |
| 35 "--spec", | 36 "--spec", |
| 36 "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'}]", | 37 "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'}]", |
| 37 "--root", | 38 "--root", |
| 38 "src", | 39 "src", |
| 39 "--revision_mapping_file", | 40 "--revision_mapping_file", |
| 40 "{\"src\": \"got_revision\"}", | 41 "{\"src\": \"got_revision\"}", |
| 41 "--git-cache-dir", | 42 "--git-cache-dir", |
| 42 "[ROOT]/b/build/slave/cache_dir", | 43 "[GIT_CACHE]", |
| 43 "--issue", | 44 "--issue", |
| 44 "666666", | 45 "666666", |
| 45 "--patchset", | 46 "--patchset", |
| 46 "1", | 47 "1", |
| 47 "--rietveld_server", | 48 "--rietveld_server", |
| 48 "https://fake.rietveld.url", | 49 "https://fake.rietveld.url", |
| 49 "--output_json", | 50 "--output_json", |
| 50 "/path/to/tmp/json", | 51 "/path/to/tmp/json", |
| 51 "--revision", | 52 "--revision", |
| 52 "src@12345", | 53 "src@12345", |
| 53 "--output_manifest" | 54 "--output_manifest" |
| 54 ], | 55 ], |
| 56 "cwd": "[SLAVE_BUILD]", |
| 55 "env": { | 57 "env": { |
| 56 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 57 }, | 59 }, |
| 58 "name": "bot_update", | 60 "name": "bot_update", |
| 59 "~followup_annotations": [ | 61 "~followup_annotations": [ |
| 60 "@@@STEP_TEXT@Some step text@@@", | 62 "@@@STEP_TEXT@Some step text@@@", |
| 61 "@@@STEP_LOG_LINE@json.output@{@@@", | 63 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 65 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 66 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 81 "@@@STEP_LOG_END@json.output@@@", | 83 "@@@STEP_LOG_END@json.output@@@", |
| 82 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 84 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 83 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 85 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 84 ] | 86 ] |
| 85 }, | 87 }, |
| 86 { | 88 { |
| 87 "cmd": [ | 89 "cmd": [ |
| 88 "python", | 90 "python", |
| 89 "-u", | 91 "-u", |
| 90 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 92 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 91 "[CWD]/src/out" | 93 "[SLAVE_BUILD]/src/out" |
| 92 ], | 94 ], |
| 95 "cwd": "[SLAVE_BUILD]", |
| 93 "name": "clean test output files" | 96 "name": "clean test output files" |
| 94 }, | 97 }, |
| 95 { | 98 { |
| 96 "cmd": [ | 99 "cmd": [ |
| 97 "python", | 100 "python", |
| 98 "-u", | 101 "-u", |
| 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 100 "--show-path", | 103 "--show-path", |
| 101 "python", | 104 "python", |
| 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 103 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
| 104 "name": "cleanup_temp" | 108 "name": "cleanup_temp" |
| 105 }, | 109 }, |
| 106 { | 110 { |
| 107 "cmd": [ | 111 "cmd": [ |
| 108 "python", | 112 "python", |
| 109 "-u", | 113 "-u", |
| 110 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 114 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 111 "runhooks" | 115 "runhooks" |
| 112 ], | 116 ], |
| 117 "cwd": "[SLAVE_BUILD]", |
| 113 "env": { | 118 "env": { |
| 114 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 119 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 115 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_
arch=x64 use_goma=1", | 120 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x6
4 use_goma=1", |
| 116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 121 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 117 }, | 122 }, |
| 118 "name": "gclient runhooks" | 123 "name": "gclient runhooks" |
| 119 }, | 124 }, |
| 120 { | 125 { |
| 121 "allow_subannotations": true, | 126 "allow_subannotations": true, |
| 122 "cmd": [ | 127 "cmd": [ |
| 123 "python", | 128 "python", |
| 124 "-u", | 129 "-u", |
| 125 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 130 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 126 "--src-dir", | 131 "--src-dir", |
| 127 "[CWD]/src", | 132 "[SLAVE_BUILD]/src", |
| 128 "--output-json", | 133 "--output-json", |
| 129 "/path/to/tmp/json" | 134 "/path/to/tmp/json" |
| 130 ], | 135 ], |
| 136 "cwd": "[SLAVE_BUILD]", |
| 131 "env": { | 137 "env": { |
| 132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 133 }, | 139 }, |
| 134 "name": "clang_revision", | 140 "name": "clang_revision", |
| 135 "~followup_annotations": [ | 141 "~followup_annotations": [ |
| 136 "@@@STEP_LOG_LINE@json.output@{@@@", | 142 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 137 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 143 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 138 "@@@STEP_LOG_LINE@json.output@}@@@", | 144 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 139 "@@@STEP_LOG_END@json.output@@@" | 145 "@@@STEP_LOG_END@json.output@@@" |
| 140 ] | 146 ] |
| 141 }, | 147 }, |
| 142 { | 148 { |
| 143 "cmd": [ | 149 "cmd": [ |
| 144 "python", | 150 "python", |
| 145 "-u", | 151 "-u", |
| 146 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 152 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 147 "--show-path", | 153 "--show-path", |
| 148 "python", | 154 "python", |
| 149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 150 "--gsutil-py-path", | 156 "--gsutil-py-path", |
| 151 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 152 "--ninja-path", | 158 "--ninja-path", |
| 153 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 154 "--target", | 160 "--target", |
| 155 "Release", | 161 "Release", |
| 156 "--src-dir", | 162 "--src-dir", |
| 157 "[CWD]/src", | 163 "[SLAVE_BUILD]/src", |
| 158 "--goma-cache-dir", | 164 "--goma-cache-dir", |
| 159 "[ROOT]/b/build/slave/goma_cache", | 165 "[GOMA_CACHE]", |
| 160 "--build-tool", | 166 "--build-tool", |
| 161 "ninja", | 167 "ninja", |
| 162 "--compiler", | 168 "--compiler", |
| 163 "goma-clang", | 169 "goma-clang", |
| 164 "--goma-jsonstatus", | 170 "--goma-jsonstatus", |
| 165 "/path/to/tmp/json", | 171 "/path/to/tmp/json", |
| 166 "--goma-service-account-json-file", | 172 "--goma-service-account-json-file", |
| 167 "/creds/service_accounts/service-account-goma-client.json", | 173 "/creds/service_accounts/service-account-goma-client.json", |
| 168 "--goma-dir", | 174 "--goma-dir", |
| 169 "[ROOT]/b/build/goma", | 175 "[BUILD]/goma", |
| 170 "--goma-fail-fast", | 176 "--goma-fail-fast", |
| 171 "--goma-disable-local-fallback", | 177 "--goma-disable-local-fallback", |
| 172 "--", | 178 "--", |
| 173 "All" | 179 "All" |
| 174 ], | 180 ], |
| 181 "cwd": "[SLAVE_BUILD]", |
| 175 "env": { | 182 "env": { |
| 176 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 177 }, | 184 }, |
| 178 "name": "compile", | 185 "name": "compile", |
| 179 "~followup_annotations": [ | 186 "~followup_annotations": [ |
| 180 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 181 "@@@STEP_LOG_END@json.output (invalid)@@@" | 188 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 182 ] | 189 ] |
| 183 }, | 190 }, |
| 184 { | 191 { |
| 185 "cmd": [ | 192 "cmd": [ |
| 186 "python", | 193 "python", |
| 187 "-u", | 194 "-u", |
| 188 "RECIPE_MODULE[build::webrtc]/resources/ensure_webcam_is_running.py" | 195 "RECIPE_MODULE[build::webrtc]/resources/ensure_webcam_is_running.py" |
| 189 ], | 196 ], |
| 197 "cwd": "[SLAVE_BUILD]", |
| 190 "name": "webcam_check" | 198 "name": "webcam_check" |
| 191 }, | 199 }, |
| 192 { | 200 { |
| 193 "allow_subannotations": true, | 201 "allow_subannotations": true, |
| 194 "cmd": [ | 202 "cmd": [ |
| 195 "python", | 203 "python", |
| 196 "-u", | 204 "-u", |
| 197 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 205 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 198 "--target", | 206 "--target", |
| 199 "Release", | 207 "Release", |
| 200 "--factory-properties", | 208 "--factory-properties", |
| 201 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 209 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 202 "--build-properties", | 210 "--build-properties", |
| 203 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 211 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 204 "--annotate=gtest", | 212 "--annotate=gtest", |
| 205 "--test-type=audio_device_tests", | 213 "--test-type=audio_device_tests", |
| 206 "--step-name=audio_device_tests", | 214 "--step-name=audio_device_tests", |
| 207 "--builder-name=mac_baremetal", | 215 "--builder-name=mac_baremetal", |
| 208 "--slave-name=slavename", | 216 "--slave-name=slavename", |
| 209 "--build-number=1337", | 217 "--build-number=1337", |
| 210 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 218 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 211 "audio_device_tests" | 219 "audio_device_tests" |
| 212 ], | 220 ], |
| 221 "cwd": "[SLAVE_BUILD]", |
| 213 "name": "audio_device_tests" | 222 "name": "audio_device_tests" |
| 214 }, | 223 }, |
| 215 { | 224 { |
| 216 "allow_subannotations": true, | 225 "allow_subannotations": true, |
| 217 "cmd": [ | 226 "cmd": [ |
| 218 "python", | 227 "python", |
| 219 "-u", | 228 "-u", |
| 220 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 229 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 221 "--target", | 230 "--target", |
| 222 "Release", | 231 "Release", |
| 223 "--factory-properties", | 232 "--factory-properties", |
| 224 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 233 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 225 "--build-properties", | 234 "--build-properties", |
| 226 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 235 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 227 "--annotate=gtest", | 236 "--annotate=gtest", |
| 228 "--test-type=voe_auto_test", | 237 "--test-type=voe_auto_test", |
| 229 "--step-name=voe_auto_test", | 238 "--step-name=voe_auto_test", |
| 230 "--builder-name=mac_baremetal", | 239 "--builder-name=mac_baremetal", |
| 231 "--slave-name=slavename", | 240 "--slave-name=slavename", |
| 232 "--build-number=1337", | 241 "--build-number=1337", |
| 233 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 242 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 234 "voe_auto_test", | 243 "voe_auto_test", |
| 235 "--automated" | 244 "--automated" |
| 236 ], | 245 ], |
| 246 "cwd": "[SLAVE_BUILD]", |
| 237 "name": "voe_auto_test" | 247 "name": "voe_auto_test" |
| 238 }, | 248 }, |
| 239 { | 249 { |
| 240 "allow_subannotations": true, | 250 "allow_subannotations": true, |
| 241 "cmd": [ | 251 "cmd": [ |
| 242 "python", | 252 "python", |
| 243 "-u", | 253 "-u", |
| 244 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 254 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 245 "--target", | 255 "--target", |
| 246 "Release", | 256 "Release", |
| 247 "--factory-properties", | 257 "--factory-properties", |
| 248 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 258 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 249 "--build-properties", | 259 "--build-properties", |
| 250 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 260 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 251 "--annotate=gtest", | 261 "--annotate=gtest", |
| 252 "--test-type=video_capture_tests", | 262 "--test-type=video_capture_tests", |
| 253 "--step-name=video_capture_tests", | 263 "--step-name=video_capture_tests", |
| 254 "--builder-name=mac_baremetal", | 264 "--builder-name=mac_baremetal", |
| 255 "--slave-name=slavename", | 265 "--slave-name=slavename", |
| 256 "--build-number=1337", | 266 "--build-number=1337", |
| 257 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 267 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 258 "video_capture_tests" | 268 "video_capture_tests" |
| 259 ], | 269 ], |
| 270 "cwd": "[SLAVE_BUILD]", |
| 260 "name": "video_capture_tests" | 271 "name": "video_capture_tests" |
| 261 }, | 272 }, |
| 262 { | 273 { |
| 263 "allow_subannotations": true, | 274 "allow_subannotations": true, |
| 264 "cmd": [ | 275 "cmd": [ |
| 265 "python", | 276 "python", |
| 266 "-u", | 277 "-u", |
| 267 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 278 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 268 "--target", | 279 "--target", |
| 269 "Release", | 280 "Release", |
| 270 "--factory-properties", | 281 "--factory-properties", |
| 271 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 282 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 272 "--build-properties", | 283 "--build-properties", |
| 273 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 284 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 274 "--annotate=gtest", | 285 "--annotate=gtest", |
| 275 "--test-type=webrtc_perf_tests", | 286 "--test-type=webrtc_perf_tests", |
| 276 "--step-name=webrtc_perf_tests", | 287 "--step-name=webrtc_perf_tests", |
| 277 "--builder-name=mac_baremetal", | 288 "--builder-name=mac_baremetal", |
| 278 "--slave-name=slavename", | 289 "--slave-name=slavename", |
| 279 "--build-number=1337", | 290 "--build-number=1337", |
| 280 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 291 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 281 "webrtc_perf_tests" | 292 "webrtc_perf_tests" |
| 282 ], | 293 ], |
| 294 "cwd": "[SLAVE_BUILD]", |
| 283 "name": "webrtc_perf_tests" | 295 "name": "webrtc_perf_tests" |
| 284 }, | 296 }, |
| 285 { | 297 { |
| 286 "name": "$result", | 298 "name": "$result", |
| 287 "recipe_result": null, | 299 "recipe_result": null, |
| 288 "status_code": 0 | 300 "status_code": 0 |
| 289 } | 301 } |
| 290 ] | 302 ] |
| OLD | NEW |