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