| 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 "chromium.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tester", | 10 "Linux Tester", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'deps_file': 'DE
PS', 'managed': True, 'name': 'webrtc.DEPS', 'url': 'https://chromium.googlesour
ce.com/chromium/deps/webrtc/webrtc.DEPS'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}, {'deps_file': 'DEPS', 'managed': Tru
e, 'name': 'webrtc.DEPS', 'url': 'https://chromium.googlesource.com/chromium/dep
s/webrtc/webrtc.DEPS'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/libjingle/
source/talk\": \"got_libjingle_revision\", \"src/third_party/libvpx/source\": \"
got_libvpx_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"sr
c/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v
8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/libjingle/
source/talk\": \"got_libjingle_revision\", \"src/third_party/libvpx/source\": \"
got_libvpx_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"sr
c/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v
8_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@HEAD", | 24 "src@HEAD", |
| 25 "--revision", | 25 "--revision", |
| 26 "src/third_party/libjingle/source/talk@HEAD", | 26 "src/third_party/libjingle/source/talk@HEAD", |
| 27 "--revision", | 27 "--revision", |
| 28 "src/third_party/webrtc@HEAD", | 28 "src/third_party/webrtc@HEAD", |
| 29 "--force", | 29 "--force", |
| 30 "--output_manifest" | 30 "--output_manifest" |
| 31 ], | 31 ], |
| 32 "cwd": "[SLAVE_BUILD]", |
| 32 "env": { | 33 "env": { |
| 33 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 34 }, | 35 }, |
| 35 "name": "bot_update", | 36 "name": "bot_update", |
| 36 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 37 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 114 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 114 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 115 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 115 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", | 116 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", |
| 116 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 117 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 117 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", | 118 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", |
| 118 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 119 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 119 ] | 120 ] |
| 120 }, | 121 }, |
| 121 { | 122 { |
| 122 "cmd": [], | 123 "cmd": [], |
| 124 "cwd": "[SLAVE_BUILD]", |
| 123 "name": "ensure_goma" | 125 "name": "ensure_goma" |
| 124 }, | 126 }, |
| 125 { | 127 { |
| 126 "cmd": [ | 128 "cmd": [ |
| 127 "python", | 129 "python", |
| 128 "-u", | 130 "-u", |
| 129 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 131 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 130 "--platform", | 132 "--platform", |
| 131 "linux-amd64", | 133 "linux-amd64", |
| 132 "--dest-directory", | 134 "--dest-directory", |
| 133 "[CWD]/cipd", | 135 "[SLAVE_BUILD]/cipd", |
| 134 "--json-output", | 136 "--json-output", |
| 135 "/path/to/tmp/json" | 137 "/path/to/tmp/json" |
| 136 ], | 138 ], |
| 139 "cwd": "[SLAVE_BUILD]", |
| 137 "name": "ensure_goma.install cipd", | 140 "name": "ensure_goma.install cipd", |
| 138 "~followup_annotations": [ | 141 "~followup_annotations": [ |
| 139 "@@@STEP_NEST_LEVEL@1@@@", | 142 "@@@STEP_NEST_LEVEL@1@@@", |
| 140 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 143 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 141 "@@@STEP_LOG_LINE@json.output@{@@@", | 144 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 142 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 145 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 143 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 144 "@@@STEP_LOG_LINE@json.output@}@@@", | 147 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 145 "@@@STEP_LOG_END@json.output@@@" | 148 "@@@STEP_LOG_END@json.output@@@" |
| 146 ] | 149 ] |
| 147 }, | 150 }, |
| 148 { | 151 { |
| 149 "cmd": [ | 152 "cmd": [ |
| 150 "fake_slave_build/cipd", | 153 "[SLAVE_BUILD]/cipd/cipd", |
| 151 "ensure", | 154 "ensure", |
| 152 "--root", | 155 "--root", |
| 153 "[ROOT]/b/build/slave/cache/cipd/goma", | 156 "[CACHE]/cipd/goma", |
| 154 "--list", | 157 "--list", |
| 155 "infra_internal/goma/client/linux-amd64 release", | 158 "infra_internal/goma/client/linux-amd64 release", |
| 156 "--json-output", | 159 "--json-output", |
| 157 "/path/to/tmp/json", | 160 "/path/to/tmp/json", |
| 158 "--service-account-json", | 161 "--service-account-json", |
| 159 "/creds/service_accounts/service-account-goma-client.json" | 162 "/creds/service_accounts/service-account-goma-client.json" |
| 160 ], | 163 ], |
| 164 "cwd": "[SLAVE_BUILD]", |
| 161 "name": "ensure_goma.ensure_installed", | 165 "name": "ensure_goma.ensure_installed", |
| 162 "~followup_annotations": [ | 166 "~followup_annotations": [ |
| 163 "@@@STEP_NEST_LEVEL@1@@@", | 167 "@@@STEP_NEST_LEVEL@1@@@", |
| 164 "@@@STEP_LOG_LINE@json.output@{@@@", | 168 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 169 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ {@@@", | 170 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 171 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 172 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ }@@@", | 173 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 174 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 171 "@@@STEP_LOG_LINE@json.output@}@@@", | 175 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 172 "@@@STEP_LOG_END@json.output@@@" | 176 "@@@STEP_LOG_END@json.output@@@" |
| 173 ] | 177 ] |
| 174 }, | 178 }, |
| 175 { | 179 { |
| 176 "cmd": [ | 180 "cmd": [ |
| 177 "python", | 181 "python", |
| 178 "-u", | 182 "-u", |
| 179 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 183 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 180 "runhooks" | 184 "runhooks" |
| 181 ], | 185 ], |
| 186 "cwd": "[SLAVE_BUILD]", |
| 182 "env": { | 187 "env": { |
| 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 184 "GYP_DEFINES": "component=static_library ffmpeg_branding=Chrome gomadir='[
ROOT]/b/build/slave/cache/cipd/goma' proprietary_codecs=1 target_arch=x64 use_go
ma=1", | 189 "GYP_DEFINES": "component=static_library ffmpeg_branding=Chrome gomadir='[
CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 use_goma=1", |
| 185 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 190 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 186 }, | 191 }, |
| 187 "name": "gclient runhooks" | 192 "name": "gclient runhooks" |
| 188 }, | 193 }, |
| 189 { | 194 { |
| 190 "cmd": [ | 195 "cmd": [ |
| 191 "python", | 196 "python", |
| 192 "-u", | 197 "-u", |
| 193 "[CWD]/src/testing/scripts/get_compile_targets.py", | 198 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 194 "--output", | 199 "--output", |
| 195 "/path/to/tmp/json", | 200 "/path/to/tmp/json", |
| 196 "--", | 201 "--", |
| 197 "--build-config-fs", | 202 "--build-config-fs", |
| 198 "Release", | 203 "Release", |
| 199 "--paths", | 204 "--paths", |
| 200 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 205 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
| 201 "--properties", | 206 "--properties", |
| 202 "{\"buildername\": \"Linux Tester\", \"buildnumber\": 571, \"mastername\":
\"chromium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"linux\"}" | 207 "{\"buildername\": \"Linux Tester\", \"buildnumber\": 571, \"mastername\":
\"chromium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"linux\"}" |
| 203 ], | 208 ], |
| 209 "cwd": "[SLAVE_BUILD]", |
| 204 "name": "get compile targets for scripts", | 210 "name": "get compile targets for scripts", |
| 205 "~followup_annotations": [ | 211 "~followup_annotations": [ |
| 206 "@@@STEP_LOG_LINE@json.output@{}@@@", | 212 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 207 "@@@STEP_LOG_END@json.output@@@" | 213 "@@@STEP_LOG_END@json.output@@@" |
| 208 ] | 214 ] |
| 209 }, | 215 }, |
| 210 { | 216 { |
| 211 "cmd": [ | 217 "cmd": [ |
| 212 "python", | 218 "python", |
| 213 "-u", | 219 "-u", |
| 214 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 220 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 215 "[CWD]/src/testing/buildbot/chromium.webrtc.fyi.json", | 221 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webrtc.fyi.json", |
| 216 "/path/to/tmp/json" | 222 "/path/to/tmp/json" |
| 217 ], | 223 ], |
| 224 "cwd": "[SLAVE_BUILD]", |
| 218 "name": "read test spec", | 225 "name": "read test spec", |
| 219 "~followup_annotations": [ | 226 "~followup_annotations": [ |
| 220 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.webrtc.fyi.json@@@
", | 227 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webrtc.fyi
.json@@@", |
| 221 "@@@STEP_LOG_LINE@json.output@{}@@@", | 228 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 222 "@@@STEP_LOG_END@json.output@@@" | 229 "@@@STEP_LOG_END@json.output@@@" |
| 223 ] | 230 ] |
| 224 }, | 231 }, |
| 225 { | 232 { |
| 226 "cmd": [ | 233 "cmd": [ |
| 227 "python", | 234 "python", |
| 228 "-u", | 235 "-u", |
| 229 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 236 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 230 "--show-path", | 237 "--show-path", |
| 231 "python", | 238 "python", |
| 232 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 239 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 233 ], | 240 ], |
| 241 "cwd": "[SLAVE_BUILD]", |
| 234 "name": "cleanup_temp" | 242 "name": "cleanup_temp" |
| 235 }, | 243 }, |
| 236 { | 244 { |
| 237 "cmd": [ | 245 "cmd": [ |
| 238 "python", | 246 "python", |
| 239 "-u", | 247 "-u", |
| 240 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 248 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 241 "[CWD]/src/out/Release" | 249 "[SLAVE_BUILD]/src/out/Release" |
| 242 ], | 250 ], |
| 251 "cwd": "[SLAVE_BUILD]", |
| 243 "name": "rmtree build directory", | 252 "name": "rmtree build directory", |
| 244 "~followup_annotations": [ | 253 "~followup_annotations": [ |
| 245 "@@@STEP_LOG_LINE@python.inline@@@@", | 254 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 246 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 255 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 247 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 256 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 248 "@@@STEP_LOG_LINE@python.inline@@@@", | 257 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 249 "@@@STEP_LOG_LINE@python.inline@@@@", | 258 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 250 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 259 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 251 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 260 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 252 "@@@STEP_LOG_END@python.inline@@@" | 261 "@@@STEP_LOG_END@python.inline@@@" |
| 253 ] | 262 ] |
| 254 }, | 263 }, |
| 255 { | 264 { |
| 256 "cmd": [ | 265 "cmd": [ |
| 257 "python", | 266 "python", |
| 258 "-u", | 267 "-u", |
| 259 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 268 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 260 "--show-path", | 269 "--show-path", |
| 261 "python", | 270 "python", |
| 262 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", | 271 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", |
| 263 "--target", | 272 "--target", |
| 264 "Release", | 273 "Release", |
| 265 "--build-archive-url", | 274 "--build-archive-url", |
| 266 "gs://test-domain/test-archive.zip", | 275 "gs://test-domain/test-archive.zip", |
| 267 "--master-name", | 276 "--master-name", |
| 268 "chromium.webrtc.fyi", | 277 "chromium.webrtc.fyi", |
| 269 "--build-number", | 278 "--build-number", |
| 270 "571" | 279 "571" |
| 271 ], | 280 ], |
| 281 "cwd": "[SLAVE_BUILD]", |
| 272 "name": "extract build" | 282 "name": "extract build" |
| 273 }, | 283 }, |
| 274 { | 284 { |
| 275 "allow_subannotations": true, | 285 "allow_subannotations": true, |
| 276 "cmd": [ | 286 "cmd": [ |
| 277 "python", | 287 "python", |
| 278 "-u", | 288 "-u", |
| 279 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 289 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 280 "--target", | 290 "--target", |
| 281 "Release", | 291 "Release", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 294 "/path/to/tmp/json", | 304 "/path/to/tmp/json", |
| 295 "--builder-name=Linux Tester", | 305 "--builder-name=Linux Tester", |
| 296 "--slave-name=TestSlavename", | 306 "--slave-name=TestSlavename", |
| 297 "--build-number=571", | 307 "--build-number=571", |
| 298 "content_browsertests", | 308 "content_browsertests", |
| 299 "--gtest_filter=WebRtc*", | 309 "--gtest_filter=WebRtc*", |
| 300 "--run-manual", | 310 "--run-manual", |
| 301 "--test-launcher-print-test-stdio=always", | 311 "--test-launcher-print-test-stdio=always", |
| 302 "--test-launcher-bot-mode" | 312 "--test-launcher-bot-mode" |
| 303 ], | 313 ], |
| 314 "cwd": "[SLAVE_BUILD]", |
| 304 "name": "content_browsertests" | 315 "name": "content_browsertests" |
| 305 }, | 316 }, |
| 306 { | 317 { |
| 307 "allow_subannotations": true, | 318 "allow_subannotations": true, |
| 308 "cmd": [ | 319 "cmd": [ |
| 309 "python", | 320 "python", |
| 310 "-u", | 321 "-u", |
| 311 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 322 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 312 "--target", | 323 "--target", |
| 313 "Release", | 324 "Release", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 328 "--slave-name=TestSlavename", | 339 "--slave-name=TestSlavename", |
| 329 "--build-number=571", | 340 "--build-number=571", |
| 330 "browser_tests", | 341 "browser_tests", |
| 331 "--gtest_filter=WebRtc*:Webrtc*:TabCapture*:*MediaStream*", | 342 "--gtest_filter=WebRtc*:Webrtc*:TabCapture*:*MediaStream*", |
| 332 "--run-manual", | 343 "--run-manual", |
| 333 "--ui-test-action-max-timeout=350000", | 344 "--ui-test-action-max-timeout=350000", |
| 334 "--test-launcher-jobs=1", | 345 "--test-launcher-jobs=1", |
| 335 "--test-launcher-bot-mode", | 346 "--test-launcher-bot-mode", |
| 336 "--test-launcher-print-test-stdio=always" | 347 "--test-launcher-print-test-stdio=always" |
| 337 ], | 348 ], |
| 349 "cwd": "[SLAVE_BUILD]", |
| 338 "name": "browser_tests" | 350 "name": "browser_tests" |
| 339 }, | 351 }, |
| 340 { | 352 { |
| 341 "allow_subannotations": true, | 353 "allow_subannotations": true, |
| 342 "cmd": [ | 354 "cmd": [ |
| 343 "python", | 355 "python", |
| 344 "-u", | 356 "-u", |
| 345 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 357 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 346 "--target", | 358 "--target", |
| 347 "Release", | 359 "Release", |
| 348 "--xvfb", | 360 "--xvfb", |
| 349 "--factory-properties", | 361 "--factory-properties", |
| 350 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Tester\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_build_ar
chive_url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Li
nux Builder\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", | 362 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Tester\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_build_ar
chive_url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Li
nux Builder\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", |
| 351 "--build-properties", | 363 "--build-properties", |
| 352 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Tester\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_build_ar
chive_url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Li
nux Builder\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", | 364 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Tester\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_build_ar
chive_url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Li
nux Builder\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", |
| 353 "--annotate=gtest", | 365 "--annotate=gtest", |
| 354 "--test-type=content_unittests", | 366 "--test-type=content_unittests", |
| 355 "--step-name=content_unittests", | 367 "--step-name=content_unittests", |
| 356 "--test-launcher-summary-output", | 368 "--test-launcher-summary-output", |
| 357 "/path/to/tmp/json", | 369 "/path/to/tmp/json", |
| 358 "--builder-name=Linux Tester", | 370 "--builder-name=Linux Tester", |
| 359 "--slave-name=TestSlavename", | 371 "--slave-name=TestSlavename", |
| 360 "--build-number=571", | 372 "--build-number=571", |
| 361 "content_unittests" | 373 "content_unittests" |
| 362 ], | 374 ], |
| 375 "cwd": "[SLAVE_BUILD]", |
| 363 "name": "content_unittests" | 376 "name": "content_unittests" |
| 364 }, | 377 }, |
| 365 { | 378 { |
| 366 "allow_subannotations": true, | 379 "allow_subannotations": true, |
| 367 "cmd": [ | 380 "cmd": [ |
| 368 "python", | 381 "python", |
| 369 "-u", | 382 "-u", |
| 370 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 383 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 371 "--target", | 384 "--target", |
| 372 "Release", | 385 "Release", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 383 "--builder-name=Linux Tester", | 396 "--builder-name=Linux Tester", |
| 384 "--slave-name=TestSlavename", | 397 "--slave-name=TestSlavename", |
| 385 "--build-number=571", | 398 "--build-number=571", |
| 386 "media_unittests", | 399 "media_unittests", |
| 387 "--gtest_filter=VideoCaptureDeviceTest*", | 400 "--gtest_filter=VideoCaptureDeviceTest*", |
| 388 "--enable-logging", | 401 "--enable-logging", |
| 389 "--v=1", | 402 "--v=1", |
| 390 "--test-launcher-jobs=1", | 403 "--test-launcher-jobs=1", |
| 391 "--test-launcher-print-test-stdio=always" | 404 "--test-launcher-print-test-stdio=always" |
| 392 ], | 405 ], |
| 406 "cwd": "[SLAVE_BUILD]", |
| 393 "name": "media_unittests" | 407 "name": "media_unittests" |
| 394 }, | 408 }, |
| 395 { | 409 { |
| 396 "allow_subannotations": true, | 410 "allow_subannotations": true, |
| 397 "cmd": [ | 411 "cmd": [ |
| 398 "python", | 412 "python", |
| 399 "-u", | 413 "-u", |
| 400 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 414 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 401 "--target", | 415 "--target", |
| 402 "Release", | 416 "Release", |
| 403 "--xvfb", | 417 "--xvfb", |
| 404 "--factory-properties", | 418 "--factory-properties", |
| 405 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Tester\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_build_ar
chive_url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Li
nux Builder\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", | 419 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Tester\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_build_ar
chive_url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Li
nux Builder\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", |
| 406 "--build-properties", | 420 "--build-properties", |
| 407 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Tester\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_build_ar
chive_url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Li
nux Builder\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", | 421 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Tester\",
\"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_build_ar
chive_url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Li
nux Builder\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", |
| 408 "--annotate=gtest", | 422 "--annotate=gtest", |
| 409 "--test-type=remoting_unittests", | 423 "--test-type=remoting_unittests", |
| 410 "--step-name=remoting_unittests", | 424 "--step-name=remoting_unittests", |
| 411 "--test-launcher-summary-output", | 425 "--test-launcher-summary-output", |
| 412 "/path/to/tmp/json", | 426 "/path/to/tmp/json", |
| 413 "--builder-name=Linux Tester", | 427 "--builder-name=Linux Tester", |
| 414 "--slave-name=TestSlavename", | 428 "--slave-name=TestSlavename", |
| 415 "--build-number=571", | 429 "--build-number=571", |
| 416 "remoting_unittests", | 430 "remoting_unittests", |
| 417 "--gtest_filter=Webrtc*" | 431 "--gtest_filter=Webrtc*" |
| 418 ], | 432 ], |
| 433 "cwd": "[SLAVE_BUILD]", |
| 419 "name": "remoting_unittests" | 434 "name": "remoting_unittests" |
| 420 }, | 435 }, |
| 421 { | 436 { |
| 422 "name": "$result", | 437 "name": "$result", |
| 423 "recipe_result": null, | 438 "recipe_result": null, |
| 424 "status_code": 0 | 439 "status_code": 0 |
| 425 } | 440 } |
| 426 ] | 441 ] |
| OLD | NEW |