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