| 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]", | |
| 9 "name": "host and tools info", | 8 "name": "host and tools info", |
| 10 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| 12 "@@@STEP_LOG_LINE@json.output@{@@@", | 11 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", | 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", | 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", |
| 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", |
| 18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 46 "--patchset", | 45 "--patchset", |
| 47 "1", | 46 "1", |
| 48 "--rietveld_server", | 47 "--rietveld_server", |
| 49 "https://fake.rietveld.url", | 48 "https://fake.rietveld.url", |
| 50 "--output_json", | 49 "--output_json", |
| 51 "/path/to/tmp/json", | 50 "/path/to/tmp/json", |
| 52 "--revision", | 51 "--revision", |
| 53 "src@12345", | 52 "src@12345", |
| 54 "--output_manifest" | 53 "--output_manifest" |
| 55 ], | 54 ], |
| 56 "cwd": "[SLAVE_BUILD]", | |
| 57 "env": { | 55 "env": { |
| 58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 56 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 59 }, | 57 }, |
| 60 "name": "bot_update", | 58 "name": "bot_update", |
| 61 "~followup_annotations": [ | 59 "~followup_annotations": [ |
| 62 "@@@STEP_TEXT@Some step text@@@", | 60 "@@@STEP_TEXT@Some step text@@@", |
| 63 "@@@STEP_LOG_LINE@json.output@{@@@", | 61 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 65 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 85 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 83 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 86 ] | 84 ] |
| 87 }, | 85 }, |
| 88 { | 86 { |
| 89 "cmd": [ | 87 "cmd": [ |
| 90 "python", | 88 "python", |
| 91 "-u", | 89 "-u", |
| 92 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 90 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 93 "[SLAVE_BUILD]/src/out" | 91 "[SLAVE_BUILD]/src/out" |
| 94 ], | 92 ], |
| 95 "cwd": "[SLAVE_BUILD]", | |
| 96 "name": "clean test output files" | 93 "name": "clean test output files" |
| 97 }, | 94 }, |
| 98 { | 95 { |
| 99 "cmd": [ | 96 "cmd": [ |
| 100 "python", | 97 "python", |
| 101 "-u", | 98 "-u", |
| 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 103 "--show-path", | 100 "--show-path", |
| 104 "python", | 101 "python", |
| 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 106 ], | 103 ], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "name": "cleanup_temp" | 104 "name": "cleanup_temp" |
| 109 }, | 105 }, |
| 110 { | 106 { |
| 111 "cmd": [ | 107 "cmd": [ |
| 112 "python", | 108 "python", |
| 113 "-u", | 109 "-u", |
| 114 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 110 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 115 "runhooks" | 111 "runhooks" |
| 116 ], | 112 ], |
| 117 "cwd": "[SLAVE_BUILD]", | |
| 118 "env": { | 113 "env": { |
| 119 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 114 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 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", | 115 "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", |
| 121 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 122 }, | 117 }, |
| 123 "name": "gclient runhooks" | 118 "name": "gclient runhooks" |
| 124 }, | 119 }, |
| 125 { | 120 { |
| 126 "allow_subannotations": true, | 121 "allow_subannotations": true, |
| 127 "cmd": [ | 122 "cmd": [ |
| 128 "python", | 123 "python", |
| 129 "-u", | 124 "-u", |
| 130 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 125 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 131 "--src-dir", | 126 "--src-dir", |
| 132 "[SLAVE_BUILD]/src", | 127 "[SLAVE_BUILD]/src", |
| 133 "--output-json", | 128 "--output-json", |
| 134 "/path/to/tmp/json" | 129 "/path/to/tmp/json" |
| 135 ], | 130 ], |
| 136 "cwd": "[SLAVE_BUILD]", | |
| 137 "env": { | 131 "env": { |
| 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 139 }, | 133 }, |
| 140 "name": "clang_revision", | 134 "name": "clang_revision", |
| 141 "~followup_annotations": [ | 135 "~followup_annotations": [ |
| 142 "@@@STEP_LOG_LINE@json.output@{@@@", | 136 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 143 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 144 "@@@STEP_LOG_LINE@json.output@}@@@", | 138 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 145 "@@@STEP_LOG_END@json.output@@@" | 139 "@@@STEP_LOG_END@json.output@@@" |
| 146 ] | 140 ] |
| (...skipping 24 matching lines...) Expand all Loading... |
| 171 "/path/to/tmp/json", | 165 "/path/to/tmp/json", |
| 172 "--goma-service-account-json-file", | 166 "--goma-service-account-json-file", |
| 173 "/creds/service_accounts/service-account-goma-client.json", | 167 "/creds/service_accounts/service-account-goma-client.json", |
| 174 "--goma-dir", | 168 "--goma-dir", |
| 175 "[BUILD]/goma", | 169 "[BUILD]/goma", |
| 176 "--goma-fail-fast", | 170 "--goma-fail-fast", |
| 177 "--goma-disable-local-fallback", | 171 "--goma-disable-local-fallback", |
| 178 "--", | 172 "--", |
| 179 "All" | 173 "All" |
| 180 ], | 174 ], |
| 181 "cwd": "[SLAVE_BUILD]", | |
| 182 "env": { | 175 "env": { |
| 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 176 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 184 }, | 177 }, |
| 185 "name": "compile", | 178 "name": "compile", |
| 186 "~followup_annotations": [ | 179 "~followup_annotations": [ |
| 187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 180 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 188 "@@@STEP_LOG_END@json.output (invalid)@@@" | 181 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 189 ] | 182 ] |
| 190 }, | 183 }, |
| 191 { | 184 { |
| 192 "cmd": [ | 185 "cmd": [ |
| 193 "python", | 186 "python", |
| 194 "-u", | 187 "-u", |
| 195 "RECIPE_MODULE[build::webrtc]/resources/ensure_webcam_is_running.py" | 188 "RECIPE_MODULE[build::webrtc]/resources/ensure_webcam_is_running.py" |
| 196 ], | 189 ], |
| 197 "cwd": "[SLAVE_BUILD]", | |
| 198 "name": "webcam_check" | 190 "name": "webcam_check" |
| 199 }, | 191 }, |
| 200 { | 192 { |
| 201 "allow_subannotations": true, | 193 "allow_subannotations": true, |
| 202 "cmd": [ | 194 "cmd": [ |
| 203 "python", | 195 "python", |
| 204 "-u", | 196 "-u", |
| 205 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 197 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 206 "--target", | 198 "--target", |
| 207 "Release", | 199 "Release", |
| 208 "--factory-properties", | 200 "--factory-properties", |
| 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\"}", | 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\"}", |
| 210 "--build-properties", | 202 "--build-properties", |
| 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\"}", | 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\"}", |
| 212 "--annotate=gtest", | 204 "--annotate=gtest", |
| 213 "--test-type=audio_device_tests", | 205 "--test-type=audio_device_tests", |
| 214 "--step-name=audio_device_tests", | 206 "--step-name=audio_device_tests", |
| 215 "--builder-name=mac_baremetal", | 207 "--builder-name=mac_baremetal", |
| 216 "--slave-name=slavename", | 208 "--slave-name=slavename", |
| 217 "--build-number=1337", | 209 "--build-number=1337", |
| 218 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 210 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 219 "audio_device_tests" | 211 "audio_device_tests" |
| 220 ], | 212 ], |
| 221 "cwd": "[SLAVE_BUILD]", | |
| 222 "name": "audio_device_tests" | 213 "name": "audio_device_tests" |
| 223 }, | 214 }, |
| 224 { | 215 { |
| 225 "allow_subannotations": true, | 216 "allow_subannotations": true, |
| 226 "cmd": [ | 217 "cmd": [ |
| 227 "python", | 218 "python", |
| 228 "-u", | 219 "-u", |
| 229 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 220 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 230 "--target", | 221 "--target", |
| 231 "Release", | 222 "Release", |
| 232 "--factory-properties", | 223 "--factory-properties", |
| 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\"}", | 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\"}", |
| 234 "--build-properties", | 225 "--build-properties", |
| 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\"}", | 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\"}", |
| 236 "--annotate=gtest", | 227 "--annotate=gtest", |
| 237 "--test-type=voe_auto_test", | 228 "--test-type=voe_auto_test", |
| 238 "--step-name=voe_auto_test", | 229 "--step-name=voe_auto_test", |
| 239 "--builder-name=mac_baremetal", | 230 "--builder-name=mac_baremetal", |
| 240 "--slave-name=slavename", | 231 "--slave-name=slavename", |
| 241 "--build-number=1337", | 232 "--build-number=1337", |
| 242 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 233 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 243 "voe_auto_test", | 234 "voe_auto_test", |
| 244 "--automated" | 235 "--automated" |
| 245 ], | 236 ], |
| 246 "cwd": "[SLAVE_BUILD]", | |
| 247 "name": "voe_auto_test" | 237 "name": "voe_auto_test" |
| 248 }, | 238 }, |
| 249 { | 239 { |
| 250 "allow_subannotations": true, | 240 "allow_subannotations": true, |
| 251 "cmd": [ | 241 "cmd": [ |
| 252 "python", | 242 "python", |
| 253 "-u", | 243 "-u", |
| 254 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 244 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 255 "--target", | 245 "--target", |
| 256 "Release", | 246 "Release", |
| 257 "--factory-properties", | 247 "--factory-properties", |
| 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\"}", | 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\"}", |
| 259 "--build-properties", | 249 "--build-properties", |
| 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\"}", | 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\"}", |
| 261 "--annotate=gtest", | 251 "--annotate=gtest", |
| 262 "--test-type=video_capture_tests", | 252 "--test-type=video_capture_tests", |
| 263 "--step-name=video_capture_tests", | 253 "--step-name=video_capture_tests", |
| 264 "--builder-name=mac_baremetal", | 254 "--builder-name=mac_baremetal", |
| 265 "--slave-name=slavename", | 255 "--slave-name=slavename", |
| 266 "--build-number=1337", | 256 "--build-number=1337", |
| 267 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 257 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 268 "video_capture_tests" | 258 "video_capture_tests" |
| 269 ], | 259 ], |
| 270 "cwd": "[SLAVE_BUILD]", | |
| 271 "name": "video_capture_tests" | 260 "name": "video_capture_tests" |
| 272 }, | 261 }, |
| 273 { | 262 { |
| 274 "allow_subannotations": true, | 263 "allow_subannotations": true, |
| 275 "cmd": [ | 264 "cmd": [ |
| 276 "python", | 265 "python", |
| 277 "-u", | 266 "-u", |
| 278 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 267 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 279 "--target", | 268 "--target", |
| 280 "Release", | 269 "Release", |
| 281 "--factory-properties", | 270 "--factory-properties", |
| 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\"}", | 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\"}", |
| 283 "--build-properties", | 272 "--build-properties", |
| 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\"}", | 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\"}", |
| 285 "--annotate=gtest", | 274 "--annotate=gtest", |
| 286 "--test-type=webrtc_perf_tests", | 275 "--test-type=webrtc_perf_tests", |
| 287 "--step-name=webrtc_perf_tests", | 276 "--step-name=webrtc_perf_tests", |
| 288 "--builder-name=mac_baremetal", | 277 "--builder-name=mac_baremetal", |
| 289 "--slave-name=slavename", | 278 "--slave-name=slavename", |
| 290 "--build-number=1337", | 279 "--build-number=1337", |
| 291 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 280 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 292 "webrtc_perf_tests" | 281 "webrtc_perf_tests" |
| 293 ], | 282 ], |
| 294 "cwd": "[SLAVE_BUILD]", | |
| 295 "name": "webrtc_perf_tests" | 283 "name": "webrtc_perf_tests" |
| 296 }, | 284 }, |
| 297 { | 285 { |
| 298 "name": "$result", | 286 "name": "$result", |
| 299 "recipe_result": null, | 287 "recipe_result": null, |
| 300 "status_code": 0 | 288 "status_code": 0 |
| 301 } | 289 } |
| 302 ] | 290 ] |
| OLD | NEW |