| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_baremetal", | 10 "linux_baremetal", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://fake.rietveld.url", | 26 "https://fake.rietveld.url", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "src@12345", | 30 "src@12345", |
| 31 "--output_manifest" | 31 "--output_manifest" |
| 32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", | |
| 34 "env": { | 33 "env": { |
| 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 36 }, | 35 }, |
| 37 "name": "bot_update", | 36 "name": "bot_update", |
| 38 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 39 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 63 ] | 62 ] |
| 64 }, | 63 }, |
| 65 { | 64 { |
| 66 "cmd": [ | 65 "cmd": [ |
| 67 "python", | 66 "python", |
| 68 "-u", | 67 "-u", |
| 69 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 68 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 70 "[SLAVE_BUILD]/src/out" | 69 "[SLAVE_BUILD]/src/out" |
| 71 ], | 70 ], |
| 72 "cwd": "[SLAVE_BUILD]", | |
| 73 "name": "clean test output files" | 71 "name": "clean test output files" |
| 74 }, | 72 }, |
| 75 { | 73 { |
| 76 "cmd": [ | 74 "cmd": [ |
| 77 "python", | 75 "python", |
| 78 "-u", | 76 "-u", |
| 79 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 77 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 80 "--show-path", | 78 "--show-path", |
| 81 "python", | 79 "python", |
| 82 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 80 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 83 ], | 81 ], |
| 84 "cwd": "[SLAVE_BUILD]", | |
| 85 "name": "cleanup_temp" | 82 "name": "cleanup_temp" |
| 86 }, | 83 }, |
| 87 { | 84 { |
| 88 "cmd": [ | 85 "cmd": [ |
| 89 "python", | 86 "python", |
| 90 "-u", | 87 "-u", |
| 91 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 88 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 92 "runhooks" | 89 "runhooks" |
| 93 ], | 90 ], |
| 94 "cwd": "[SLAVE_BUILD]", | |
| 95 "env": { | 91 "env": { |
| 96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 92 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 97 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_go
ma=1", | 93 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_go
ma=1", |
| 98 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 99 }, | 95 }, |
| 100 "name": "gclient runhooks" | 96 "name": "gclient runhooks" |
| 101 }, | 97 }, |
| 102 { | 98 { |
| 103 "cmd": [ | 99 "cmd": [ |
| 104 "python", | 100 "python", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 125 "/path/to/tmp/json", | 121 "/path/to/tmp/json", |
| 126 "--goma-service-account-json-file", | 122 "--goma-service-account-json-file", |
| 127 "/creds/service_accounts/service-account-goma-client.json", | 123 "/creds/service_accounts/service-account-goma-client.json", |
| 128 "--goma-dir", | 124 "--goma-dir", |
| 129 "[BUILD]/goma", | 125 "[BUILD]/goma", |
| 130 "--goma-fail-fast", | 126 "--goma-fail-fast", |
| 131 "--goma-disable-local-fallback", | 127 "--goma-disable-local-fallback", |
| 132 "--", | 128 "--", |
| 133 "All" | 129 "All" |
| 134 ], | 130 ], |
| 135 "cwd": "[SLAVE_BUILD]", | |
| 136 "env": { | 131 "env": { |
| 137 "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" |
| 138 }, | 133 }, |
| 139 "name": "compile", | 134 "name": "compile", |
| 140 "~followup_annotations": [ | 135 "~followup_annotations": [ |
| 141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 136 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 142 "@@@STEP_LOG_END@json.output (invalid)@@@" | 137 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 143 ] | 138 ] |
| 144 }, | 139 }, |
| 145 { | 140 { |
| 146 "cmd": [ | 141 "cmd": [ |
| 147 "python", | 142 "python", |
| 148 "-u", | 143 "-u", |
| 149 "RECIPE_MODULE[build::webrtc]/resources/ensure_webcam_is_running.py" | 144 "RECIPE_MODULE[build::webrtc]/resources/ensure_webcam_is_running.py" |
| 150 ], | 145 ], |
| 151 "cwd": "[SLAVE_BUILD]", | |
| 152 "name": "webcam_check" | 146 "name": "webcam_check" |
| 153 }, | 147 }, |
| 154 { | 148 { |
| 155 "allow_subannotations": true, | 149 "allow_subannotations": true, |
| 156 "cmd": [ | 150 "cmd": [ |
| 157 "python", | 151 "python", |
| 158 "-u", | 152 "-u", |
| 159 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 153 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 160 "--target", | 154 "--target", |
| 161 "Release", | 155 "Release", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 173 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 167 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 174 "audioproc", | 168 "audioproc", |
| 175 "-aecm", | 169 "-aecm", |
| 176 "-ns", | 170 "-ns", |
| 177 "-agc", | 171 "-agc", |
| 178 "--fixed_digital", | 172 "--fixed_digital", |
| 179 "--perf", | 173 "--perf", |
| 180 "-pb", | 174 "-pb", |
| 181 "[SLAVE_BUILD]/src/resources/audioproc.aecdump" | 175 "[SLAVE_BUILD]/src/resources/audioproc.aecdump" |
| 182 ], | 176 ], |
| 183 "cwd": "[SLAVE_BUILD]", | |
| 184 "name": "audioproc" | 177 "name": "audioproc" |
| 185 }, | 178 }, |
| 186 { | 179 { |
| 187 "allow_subannotations": true, | 180 "allow_subannotations": true, |
| 188 "cmd": [ | 181 "cmd": [ |
| 189 "python", | 182 "python", |
| 190 "-u", | 183 "-u", |
| 191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 192 "--target", | 185 "--target", |
| 193 "Release", | 186 "Release", |
| 194 "--xvfb", | 187 "--xvfb", |
| 195 "--factory-properties", | 188 "--factory-properties", |
| 196 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b
uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p
atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet
veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 189 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b
uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p
atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet
veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 197 "--build-properties", | 190 "--build-properties", |
| 198 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b
uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p
atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet
veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 191 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b
uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p
atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet
veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 199 "--annotate=gtest", | 192 "--annotate=gtest", |
| 200 "--test-type=isac_fix_test", | 193 "--test-type=isac_fix_test", |
| 201 "--step-name=isac_fix_test", | 194 "--step-name=isac_fix_test", |
| 202 "--builder-name=linux_baremetal", | 195 "--builder-name=linux_baremetal", |
| 203 "--slave-name=slavename", | 196 "--slave-name=slavename", |
| 204 "--build-number=1337", | 197 "--build-number=1337", |
| 205 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 198 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 206 "isac_fix_test", | 199 "isac_fix_test", |
| 207 "32000", | 200 "32000", |
| 208 "[SLAVE_BUILD]/src/resources/speech_and_misc_wb.pcm", | 201 "[SLAVE_BUILD]/src/resources/speech_and_misc_wb.pcm", |
| 209 "isac_speech_and_misc_wb.pcm" | 202 "isac_speech_and_misc_wb.pcm" |
| 210 ], | 203 ], |
| 211 "cwd": "[SLAVE_BUILD]", | |
| 212 "name": "isac_fix_test" | 204 "name": "isac_fix_test" |
| 213 }, | 205 }, |
| 214 { | 206 { |
| 215 "allow_subannotations": true, | 207 "allow_subannotations": true, |
| 216 "cmd": [ | 208 "cmd": [ |
| 217 "python", | 209 "python", |
| 218 "-u", | 210 "-u", |
| 219 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 220 "--target", | 212 "--target", |
| 221 "Release", | 213 "Release", |
| 222 "--xvfb", | 214 "--xvfb", |
| 223 "--factory-properties", | 215 "--factory-properties", |
| 224 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b
uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p
atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet
veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 216 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b
uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p
atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet
veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 225 "--build-properties", | 217 "--build-properties", |
| 226 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b
uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p
atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet
veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 218 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b
uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p
atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet
veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 227 "--annotate=gtest", | 219 "--annotate=gtest", |
| 228 "--test-type=voe_auto_test", | 220 "--test-type=voe_auto_test", |
| 229 "--step-name=voe_auto_test", | 221 "--step-name=voe_auto_test", |
| 230 "--builder-name=linux_baremetal", | 222 "--builder-name=linux_baremetal", |
| 231 "--slave-name=slavename", | 223 "--slave-name=slavename", |
| 232 "--build-number=1337", | 224 "--build-number=1337", |
| 233 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 225 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 234 "voe_auto_test", | 226 "voe_auto_test", |
| 235 "--automated" | 227 "--automated" |
| 236 ], | 228 ], |
| 237 "cwd": "[SLAVE_BUILD]", | |
| 238 "name": "voe_auto_test" | 229 "name": "voe_auto_test" |
| 239 }, | 230 }, |
| 240 { | 231 { |
| 241 "allow_subannotations": true, | 232 "allow_subannotations": true, |
| 242 "cmd": [ | 233 "cmd": [ |
| 243 "python", | 234 "python", |
| 244 "-u", | 235 "-u", |
| 245 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 236 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 246 "--target", | 237 "--target", |
| 247 "Release", | 238 "Release", |
| 248 "--xvfb", | 239 "--xvfb", |
| 249 "--factory-properties", | 240 "--factory-properties", |
| 250 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b
uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p
atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet
veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 241 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b
uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p
atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet
veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 251 "--build-properties", | 242 "--build-properties", |
| 252 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b
uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p
atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet
veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 243 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b
uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p
atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet
veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 253 "--annotate=gtest", | 244 "--annotate=gtest", |
| 254 "--test-type=video_capture_tests", | 245 "--test-type=video_capture_tests", |
| 255 "--step-name=video_capture_tests", | 246 "--step-name=video_capture_tests", |
| 256 "--builder-name=linux_baremetal", | 247 "--builder-name=linux_baremetal", |
| 257 "--slave-name=slavename", | 248 "--slave-name=slavename", |
| 258 "--build-number=1337", | 249 "--build-number=1337", |
| 259 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 250 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 260 "video_capture_tests" | 251 "video_capture_tests" |
| 261 ], | 252 ], |
| 262 "cwd": "[SLAVE_BUILD]", | |
| 263 "name": "video_capture_tests" | 253 "name": "video_capture_tests" |
| 264 }, | 254 }, |
| 265 { | 255 { |
| 266 "allow_subannotations": true, | 256 "allow_subannotations": true, |
| 267 "cmd": [ | 257 "cmd": [ |
| 268 "python", | 258 "python", |
| 269 "-u", | 259 "-u", |
| 270 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 260 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 271 "--target", | 261 "--target", |
| 272 "Release", | 262 "Release", |
| 273 "--xvfb", | 263 "--xvfb", |
| 274 "--factory-properties", | 264 "--factory-properties", |
| 275 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b
uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p
atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet
veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 265 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b
uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p
atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet
veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 276 "--build-properties", | 266 "--build-properties", |
| 277 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b
uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p
atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet
veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 267 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b
uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p
atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet
veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
| 278 "--annotate=gtest", | 268 "--annotate=gtest", |
| 279 "--test-type=webrtc_perf_tests", | 269 "--test-type=webrtc_perf_tests", |
| 280 "--step-name=webrtc_perf_tests", | 270 "--step-name=webrtc_perf_tests", |
| 281 "--builder-name=linux_baremetal", | 271 "--builder-name=linux_baremetal", |
| 282 "--slave-name=slavename", | 272 "--slave-name=slavename", |
| 283 "--build-number=1337", | 273 "--build-number=1337", |
| 284 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 274 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 285 "webrtc_perf_tests" | 275 "webrtc_perf_tests" |
| 286 ], | 276 ], |
| 287 "cwd": "[SLAVE_BUILD]", | |
| 288 "name": "webrtc_perf_tests" | 277 "name": "webrtc_perf_tests" |
| 289 }, | 278 }, |
| 290 { | 279 { |
| 291 "name": "$result", | 280 "name": "$result", |
| 292 "recipe_result": null, | 281 "recipe_result": null, |
| 293 "status_code": 0 | 282 "status_code": 0 |
| 294 } | 283 } |
| 295 ] | 284 ] |
| OLD | NEW |