| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | |
| 9 "name": "taskkill" | 8 "name": "taskkill" |
| 10 }, | 9 }, |
| 11 { | 10 { |
| 12 "cmd": [ | 11 "cmd": [ |
| 13 "python", | 12 "python", |
| 14 "-u", | 13 "-u", |
| 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 16 "--master", | 15 "--master", |
| 17 "chromium.webrtc.fyi", | 16 "chromium.webrtc.fyi", |
| 18 "--builder", | 17 "--builder", |
| 19 "Win Builder", | 18 "Win Builder", |
| 20 "--slave", | 19 "--slave", |
| 21 "TestSlavename", | 20 "TestSlavename", |
| 22 "--spec", | 21 "--spec", |
| 23 "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'}]", | 22 "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_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
| 24 "--root", | 23 "--root", |
| 25 "src", | 24 "src", |
| 26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
| 27 "{\"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\"}", | 26 "{\"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\"}", |
| 28 "--git-cache-dir", | 27 "--git-cache-dir", |
| 29 "[GIT_CACHE]", | 28 "[ROOT]\\b\\build\\slave\\cache_dir", |
| 30 "--output_json", | 29 "--output_json", |
| 31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
| 32 "--revision", | 31 "--revision", |
| 33 "src@HEAD", | 32 "src@HEAD", |
| 34 "--revision", | 33 "--revision", |
| 35 "src/third_party/libjingle/source/talk@HEAD", | 34 "src/third_party/libjingle/source/talk@HEAD", |
| 36 "--revision", | 35 "--revision", |
| 37 "src/third_party/webrtc@HEAD", | 36 "src/third_party/webrtc@HEAD", |
| 38 "--force", | 37 "--force", |
| 39 "--output_manifest" | 38 "--output_manifest" |
| 40 ], | 39 ], |
| 41 "cwd": "[SLAVE_BUILD]", | |
| 42 "env": { | 40 "env": { |
| 43 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 41 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 44 }, | 42 }, |
| 45 "name": "bot_update", | 43 "name": "bot_update", |
| 46 "~followup_annotations": [ | 44 "~followup_annotations": [ |
| 47 "@@@STEP_TEXT@Some step text@@@", | 45 "@@@STEP_TEXT@Some step text@@@", |
| 48 "@@@STEP_LOG_LINE@json.output@{@@@", | 46 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 50 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 121 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 124 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 122 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 125 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", | 123 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", |
| 126 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 124 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 127 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", | 125 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", |
| 128 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 126 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 129 ] | 127 ] |
| 130 }, | 128 }, |
| 131 { | 129 { |
| 132 "cmd": [], | 130 "cmd": [], |
| 133 "cwd": "[SLAVE_BUILD]", | |
| 134 "name": "ensure_goma" | 131 "name": "ensure_goma" |
| 135 }, | 132 }, |
| 136 { | 133 { |
| 137 "cmd": [ | 134 "cmd": [ |
| 138 "python", | 135 "python", |
| 139 "-u", | 136 "-u", |
| 140 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 137 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 141 "--platform", | 138 "--platform", |
| 142 "windows-386", | 139 "windows-386", |
| 143 "--dest-directory", | 140 "--dest-directory", |
| 144 "[SLAVE_BUILD]\\cipd", | 141 "[CWD]\\cipd", |
| 145 "--json-output", | 142 "--json-output", |
| 146 "/path/to/tmp/json" | 143 "/path/to/tmp/json" |
| 147 ], | 144 ], |
| 148 "cwd": "[SLAVE_BUILD]", | |
| 149 "name": "ensure_goma.install cipd", | 145 "name": "ensure_goma.install cipd", |
| 150 "~followup_annotations": [ | 146 "~followup_annotations": [ |
| 151 "@@@STEP_NEST_LEVEL@1@@@", | 147 "@@@STEP_NEST_LEVEL@1@@@", |
| 152 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 148 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 153 "@@@STEP_LOG_LINE@json.output@{@@@", | 149 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 151 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@}@@@", | 152 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 157 "@@@STEP_LOG_END@json.output@@@" | 153 "@@@STEP_LOG_END@json.output@@@" |
| 158 ] | 154 ] |
| 159 }, | 155 }, |
| 160 { | 156 { |
| 161 "cmd": [ | 157 "cmd": [ |
| 162 "[SLAVE_BUILD]\\cipd\\cipd", | 158 "fake_slave_build/cipd", |
| 163 "ensure", | 159 "ensure", |
| 164 "--root", | 160 "--root", |
| 165 "[CACHE]\\cipd\\goma", | 161 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", |
| 166 "--list", | 162 "--list", |
| 167 "infra_internal/goma/client/windows-amd64 release", | 163 "infra_internal/goma/client/windows-amd64 release", |
| 168 "--json-output", | 164 "--json-output", |
| 169 "/path/to/tmp/json", | 165 "/path/to/tmp/json", |
| 170 "--service-account-json", | 166 "--service-account-json", |
| 171 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 167 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 172 ], | 168 ], |
| 173 "cwd": "[SLAVE_BUILD]", | |
| 174 "name": "ensure_goma.ensure_installed", | 169 "name": "ensure_goma.ensure_installed", |
| 175 "~followup_annotations": [ | 170 "~followup_annotations": [ |
| 176 "@@@STEP_NEST_LEVEL@1@@@", | 171 "@@@STEP_NEST_LEVEL@1@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@{@@@", | 172 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 178 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 173 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 179 "@@@STEP_LOG_LINE@json.output@ {@@@", | 174 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 180 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 175 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 176 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ }@@@", | 177 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 183 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 178 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 184 "@@@STEP_LOG_LINE@json.output@}@@@", | 179 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 185 "@@@STEP_LOG_END@json.output@@@" | 180 "@@@STEP_LOG_END@json.output@@@" |
| 186 ] | 181 ] |
| 187 }, | 182 }, |
| 188 { | 183 { |
| 189 "cmd": [ | 184 "cmd": [ |
| 190 "python", | 185 "python", |
| 191 "-u", | 186 "-u", |
| 192 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 187 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 193 "runhooks" | 188 "runhooks" |
| 194 ], | 189 ], |
| 195 "cwd": "[SLAVE_BUILD]", | |
| 196 "env": { | 190 "env": { |
| 197 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 198 "GYP_DEFINES": "blink_logging_always_on=1 chromium_win_pch=0 component=sta
tic_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACH
E]\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1", | 192 "GYP_DEFINES": "blink_logging_always_on=1 chromium_win_pch=0 component=sta
tic_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT
]\\b\\build\\slave\\cache\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use
_goma=1", |
| 199 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 193 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 200 }, | 194 }, |
| 201 "name": "gclient runhooks" | 195 "name": "gclient runhooks" |
| 202 }, | 196 }, |
| 203 { | 197 { |
| 204 "cmd": [ | 198 "cmd": [ |
| 205 "python", | 199 "python", |
| 206 "-u", | 200 "-u", |
| 207 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 201 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 208 "--output", | 202 "--output", |
| 209 "/path/to/tmp/json", | 203 "/path/to/tmp/json", |
| 210 "--", | 204 "--", |
| 211 "--build-config-fs", | 205 "--build-config-fs", |
| 212 "Release", | 206 "Release", |
| 213 "--paths", | 207 "--paths", |
| 214 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 208 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 215 "--properties", | 209 "--properties", |
| 216 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\":
\"chromium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"win\"}" | 210 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\":
\"chromium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"win\"}" |
| 217 ], | 211 ], |
| 218 "cwd": "[SLAVE_BUILD]", | |
| 219 "name": "get compile targets for scripts", | 212 "name": "get compile targets for scripts", |
| 220 "~followup_annotations": [ | 213 "~followup_annotations": [ |
| 221 "@@@STEP_LOG_LINE@json.output@{}@@@", | 214 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 222 "@@@STEP_LOG_END@json.output@@@" | 215 "@@@STEP_LOG_END@json.output@@@" |
| 223 ] | 216 ] |
| 224 }, | 217 }, |
| 225 { | 218 { |
| 226 "cmd": [ | 219 "cmd": [ |
| 227 "python", | 220 "python", |
| 228 "-u", | 221 "-u", |
| 229 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 222 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 230 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webrtc.fyi.json", | 223 "[CWD]\\src\\testing\\buildbot\\chromium.webrtc.fyi.json", |
| 231 "/path/to/tmp/json" | 224 "/path/to/tmp/json" |
| 232 ], | 225 ], |
| 233 "cwd": "[SLAVE_BUILD]", | |
| 234 "name": "read test spec", | 226 "name": "read test spec", |
| 235 "~followup_annotations": [ | 227 "~followup_annotations": [ |
| 236 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webrtc
.fyi.json@@@", | 228 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.webrtc.fyi.jso
n@@@", |
| 237 "@@@STEP_LOG_LINE@json.output@{}@@@", | 229 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 238 "@@@STEP_LOG_END@json.output@@@" | 230 "@@@STEP_LOG_END@json.output@@@" |
| 239 ] | 231 ] |
| 240 }, | 232 }, |
| 241 { | 233 { |
| 242 "cmd": [ | 234 "cmd": [ |
| 243 "python", | 235 "python", |
| 244 "-u", | 236 "-u", |
| 245 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 237 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 246 "--show-path", | 238 "--show-path", |
| 247 "python", | 239 "python", |
| 248 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 240 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 249 ], | 241 ], |
| 250 "cwd": "[SLAVE_BUILD]", | |
| 251 "name": "cleanup_temp" | 242 "name": "cleanup_temp" |
| 252 }, | 243 }, |
| 253 { | 244 { |
| 254 "cmd": [ | 245 "cmd": [ |
| 255 "python", | 246 "python", |
| 256 "-u", | 247 "-u", |
| 257 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 248 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 258 "--show-path", | 249 "--show-path", |
| 259 "python", | 250 "python", |
| 260 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 251 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 261 "--gsutil-py-path", | 252 "--gsutil-py-path", |
| 262 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 253 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 263 "--ninja-path", | 254 "--ninja-path", |
| 264 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 255 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 265 "--target", | 256 "--target", |
| 266 "Release", | 257 "Release", |
| 267 "--src-dir", | 258 "--src-dir", |
| 268 "[SLAVE_BUILD]\\src", | 259 "[CWD]\\src", |
| 269 "--goma-cache-dir", | 260 "--goma-cache-dir", |
| 270 "[GOMA_CACHE]", | 261 "[ROOT]\\b\\build\\slave\\goma_cache", |
| 271 "--build-tool", | 262 "--build-tool", |
| 272 "ninja", | 263 "ninja", |
| 273 "--build-data-dir", | 264 "--build-data-dir", |
| 274 "[ROOT]\\build_data_dir", | 265 "[ROOT]\\build_data_dir", |
| 275 "--compiler", | 266 "--compiler", |
| 276 "goma", | 267 "goma", |
| 277 "--goma-jsonstatus", | 268 "--goma-jsonstatus", |
| 278 "/path/to/tmp/json", | 269 "/path/to/tmp/json", |
| 279 "--goma-service-account-json-file", | 270 "--goma-service-account-json-file", |
| 280 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 271 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 281 "--goma-dir", | 272 "--goma-dir", |
| 282 "[CACHE]\\cipd\\goma", | 273 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", |
| 283 "--", | 274 "--", |
| 284 "browser_tests", | 275 "browser_tests", |
| 285 "chromium_builder_webrtc", | 276 "chromium_builder_webrtc", |
| 286 "content_browsertests", | 277 "content_browsertests", |
| 287 "content_unittests", | 278 "content_unittests", |
| 288 "media_unittests", | 279 "media_unittests", |
| 289 "remoting_unittests" | 280 "remoting_unittests" |
| 290 ], | 281 ], |
| 291 "cwd": "[SLAVE_BUILD]", | |
| 292 "env": { | 282 "env": { |
| 293 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 294 }, | 284 }, |
| 295 "name": "compile", | 285 "name": "compile", |
| 296 "~followup_annotations": [ | 286 "~followup_annotations": [ |
| 297 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 287 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 298 "@@@STEP_LOG_END@json.output (invalid)@@@" | 288 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 299 ] | 289 ] |
| 300 }, | 290 }, |
| 301 { | 291 { |
| 302 "allow_subannotations": true, | 292 "allow_subannotations": true, |
| 303 "cmd": [ | 293 "cmd": [ |
| 304 "python", | 294 "python", |
| 305 "-u", | 295 "-u", |
| 306 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 296 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 307 "--show-path", | 297 "--show-path", |
| 308 "python", | 298 "python", |
| 309 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", | 299 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", |
| 310 "--target", | 300 "--target", |
| 311 "Release", | 301 "Release", |
| 312 "--build-url", | 302 "--build-url", |
| 313 "gs://chromium-webrtc/chromium.webrtc.fyi/Win Builder", | 303 "gs://chromium-webrtc/chromium.webrtc.fyi/Win Builder", |
| 314 "--build_revision", | 304 "--build_revision", |
| 315 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 305 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 316 "--factory-properties", | 306 "--factory-properties", |
| 317 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builde
rname\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wor
kdir\": \"/path/to/workdir/TestSlavename\"}", | 307 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builde
rname\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wor
kdir\": \"/path/to/workdir/TestSlavename\"}", |
| 318 "--build-properties", | 308 "--build-properties", |
| 319 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builde
rname\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wor
kdir\": \"/path/to/workdir/TestSlavename\"}" | 309 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\"
, \"buildnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_builde
rname\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wor
kdir\": \"/path/to/workdir/TestSlavename\"}" |
| 320 ], | 310 ], |
| 321 "cwd": "[SLAVE_BUILD]", | |
| 322 "name": "package build" | 311 "name": "package build" |
| 323 }, | 312 }, |
| 324 { | 313 { |
| 325 "cmd": [], | 314 "cmd": [], |
| 326 "cwd": "[SLAVE_BUILD]", | |
| 327 "name": "trigger", | 315 "name": "trigger", |
| 328 "trigger_specs": [ | 316 "trigger_specs": [ |
| 329 { | 317 { |
| 330 "builder_name": "Win10 Tester", | 318 "builder_name": "Win10 Tester", |
| 331 "properties": { | 319 "properties": { |
| 332 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 320 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
| 333 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 321 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
| 334 "parent_got_libjingle_revision": "8e938c8836c7ed23d7fbcddf1dcc2abcb136
67d7", | 322 "parent_got_libjingle_revision": "8e938c8836c7ed23d7fbcddf1dcc2abcb136
67d7", |
| 335 "parent_got_libjingle_revision_cp": "refs/heads/master@{#134440}", | 323 "parent_got_libjingle_revision_cp": "refs/heads/master@{#134440}", |
| 336 "parent_got_libvpx_revision": "9240a98dab275a8a92a3631502866a58dceb2a4
9", | 324 "parent_got_libvpx_revision": "9240a98dab275a8a92a3631502866a58dceb2a4
9", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 347 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" | 335 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" |
| 348 } | 336 } |
| 349 } | 337 } |
| 350 ], | 338 ], |
| 351 "~followup_annotations": [ | 339 "~followup_annotations": [ |
| 352 "@@@STEP_TEXT@Win10 Tester@@@" | 340 "@@@STEP_TEXT@Win10 Tester@@@" |
| 353 ] | 341 ] |
| 354 }, | 342 }, |
| 355 { | 343 { |
| 356 "cmd": [], | 344 "cmd": [], |
| 357 "cwd": "[SLAVE_BUILD]", | |
| 358 "name": "trigger (2)", | 345 "name": "trigger (2)", |
| 359 "trigger_specs": [ | 346 "trigger_specs": [ |
| 360 { | 347 { |
| 361 "builder_name": "Win7 Tester", | 348 "builder_name": "Win7 Tester", |
| 362 "properties": { | 349 "properties": { |
| 363 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 350 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
| 364 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 351 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
| 365 "parent_got_libjingle_revision": "8e938c8836c7ed23d7fbcddf1dcc2abcb136
67d7", | 352 "parent_got_libjingle_revision": "8e938c8836c7ed23d7fbcddf1dcc2abcb136
67d7", |
| 366 "parent_got_libjingle_revision_cp": "refs/heads/master@{#134440}", | 353 "parent_got_libjingle_revision_cp": "refs/heads/master@{#134440}", |
| 367 "parent_got_libvpx_revision": "9240a98dab275a8a92a3631502866a58dceb2a4
9", | 354 "parent_got_libvpx_revision": "9240a98dab275a8a92a3631502866a58dceb2a4
9", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 382 "~followup_annotations": [ | 369 "~followup_annotations": [ |
| 383 "@@@STEP_TEXT@Win7 Tester@@@" | 370 "@@@STEP_TEXT@Win7 Tester@@@" |
| 384 ] | 371 ] |
| 385 }, | 372 }, |
| 386 { | 373 { |
| 387 "name": "$result", | 374 "name": "$result", |
| 388 "recipe_result": null, | 375 "recipe_result": null, |
| 389 "status_code": 0 | 376 "status_code": 0 |
| 390 } | 377 } |
| 391 ] | 378 ] |
| OLD | NEW |