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", | 17 "chromium", |
17 "--builder", | 18 "--builder", |
18 "Win x64", | 19 "Win x64", |
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/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_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 "--force", | 34 "--force", |
34 "--output_manifest" | 35 "--output_manifest" |
35 ], | 36 ], |
| 37 "cwd": "[SLAVE_BUILD]", |
36 "env": { | 38 "env": { |
37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
38 }, | 40 }, |
39 "name": "bot_update", | 41 "name": "bot_update", |
40 "~followup_annotations": [ | 42 "~followup_annotations": [ |
41 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
42 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 101 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
100 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
101 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
102 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
103 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
104 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
105 ] | 107 ] |
106 }, | 108 }, |
107 { | 109 { |
108 "cmd": [], | 110 "cmd": [], |
| 111 "cwd": "[SLAVE_BUILD]", |
109 "name": "ensure_goma" | 112 "name": "ensure_goma" |
110 }, | 113 }, |
111 { | 114 { |
112 "cmd": [ | 115 "cmd": [ |
113 "python", | 116 "python", |
114 "-u", | 117 "-u", |
115 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 118 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
116 "--platform", | 119 "--platform", |
117 "windows-amd64", | 120 "windows-amd64", |
118 "--dest-directory", | 121 "--dest-directory", |
119 "[CWD]\\cipd", | 122 "[SLAVE_BUILD]\\cipd", |
120 "--json-output", | 123 "--json-output", |
121 "/path/to/tmp/json" | 124 "/path/to/tmp/json" |
122 ], | 125 ], |
| 126 "cwd": "[SLAVE_BUILD]", |
123 "name": "ensure_goma.install cipd", | 127 "name": "ensure_goma.install cipd", |
124 "~followup_annotations": [ | 128 "~followup_annotations": [ |
125 "@@@STEP_NEST_LEVEL@1@@@", | 129 "@@@STEP_NEST_LEVEL@1@@@", |
126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 130 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
127 "@@@STEP_LOG_LINE@json.output@{@@@", | 131 "@@@STEP_LOG_LINE@json.output@{@@@", |
128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 132 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 133 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
130 "@@@STEP_LOG_LINE@json.output@}@@@", | 134 "@@@STEP_LOG_LINE@json.output@}@@@", |
131 "@@@STEP_LOG_END@json.output@@@" | 135 "@@@STEP_LOG_END@json.output@@@" |
132 ] | 136 ] |
133 }, | 137 }, |
134 { | 138 { |
135 "cmd": [ | 139 "cmd": [ |
136 "fake_slave_build/cipd", | 140 "[SLAVE_BUILD]\\cipd\\cipd", |
137 "ensure", | 141 "ensure", |
138 "--root", | 142 "--root", |
139 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 143 "[CACHE]\\cipd\\goma", |
140 "--list", | 144 "--list", |
141 "infra_internal/goma/client/windows-amd64 release", | 145 "infra_internal/goma/client/windows-amd64 release", |
142 "--json-output", | 146 "--json-output", |
143 "/path/to/tmp/json", | 147 "/path/to/tmp/json", |
144 "--service-account-json", | 148 "--service-account-json", |
145 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 149 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
146 ], | 150 ], |
| 151 "cwd": "[SLAVE_BUILD]", |
147 "name": "ensure_goma.ensure_installed", | 152 "name": "ensure_goma.ensure_installed", |
148 "~followup_annotations": [ | 153 "~followup_annotations": [ |
149 "@@@STEP_NEST_LEVEL@1@@@", | 154 "@@@STEP_NEST_LEVEL@1@@@", |
150 "@@@STEP_LOG_LINE@json.output@{@@@", | 155 "@@@STEP_LOG_LINE@json.output@{@@@", |
151 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
152 "@@@STEP_LOG_LINE@json.output@ {@@@", | 157 "@@@STEP_LOG_LINE@json.output@ {@@@", |
153 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
154 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
155 "@@@STEP_LOG_LINE@json.output@ }@@@", | 160 "@@@STEP_LOG_LINE@json.output@ }@@@", |
156 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 161 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
157 "@@@STEP_LOG_LINE@json.output@}@@@", | 162 "@@@STEP_LOG_LINE@json.output@}@@@", |
158 "@@@STEP_LOG_END@json.output@@@" | 163 "@@@STEP_LOG_END@json.output@@@" |
159 ] | 164 ] |
160 }, | 165 }, |
161 { | 166 { |
162 "cmd": [ | 167 "cmd": [ |
163 "python", | 168 "python", |
164 "-u", | 169 "-u", |
165 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 170 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
166 "runhooks" | 171 "runhooks" |
167 ], | 172 ], |
| 173 "cwd": "[SLAVE_BUILD]", |
168 "env": { | 174 "env": { |
169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
170 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[ROOT]\\b\\build\\slave\\cache\\cipd\\goma' linux_dump_symbols=0 target_a
rch=x64 test_isolation_mode=noop use_goma=1", | 176 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' linux_dump_symbols=0 target_arch=x64 test_isolation_
mode=noop use_goma=1", |
171 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 177 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
172 }, | 178 }, |
173 "name": "gclient runhooks" | 179 "name": "gclient runhooks" |
174 }, | 180 }, |
175 { | 181 { |
176 "cmd": [ | 182 "cmd": [ |
177 "python", | 183 "python", |
178 "-u", | 184 "-u", |
179 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 185 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
180 "--output", | 186 "--output", |
181 "/path/to/tmp/json", | 187 "/path/to/tmp/json", |
182 "--", | 188 "--", |
183 "--build-config-fs", | 189 "--build-config-fs", |
184 "Release_x64", | 190 "Release_x64", |
185 "--paths", | 191 "--paths", |
186 "{\"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\"}", | 192 "{\"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\"}", |
187 "--properties", | 193 "--properties", |
188 "{\"buildername\": \"Win x64\", \"buildnumber\": 571, \"mastername\": \"ch
romium\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" | 194 "{\"buildername\": \"Win x64\", \"buildnumber\": 571, \"mastername\": \"ch
romium\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" |
189 ], | 195 ], |
| 196 "cwd": "[SLAVE_BUILD]", |
190 "name": "get compile targets for scripts", | 197 "name": "get compile targets for scripts", |
191 "~followup_annotations": [ | 198 "~followup_annotations": [ |
192 "@@@STEP_LOG_LINE@json.output@{}@@@", | 199 "@@@STEP_LOG_LINE@json.output@{}@@@", |
193 "@@@STEP_LOG_END@json.output@@@" | 200 "@@@STEP_LOG_END@json.output@@@" |
194 ] | 201 ] |
195 }, | 202 }, |
196 { | 203 { |
197 "cmd": [ | 204 "cmd": [ |
198 "python", | 205 "python", |
199 "-u", | 206 "-u", |
200 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 207 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
201 "[CWD]\\src\\testing\\buildbot\\chromium.json", | 208 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.json", |
202 "/path/to/tmp/json" | 209 "/path/to/tmp/json" |
203 ], | 210 ], |
| 211 "cwd": "[SLAVE_BUILD]", |
204 "name": "read test spec", | 212 "name": "read test spec", |
205 "~followup_annotations": [ | 213 "~followup_annotations": [ |
206 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.json@@@", | 214 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.json@@
@", |
207 "@@@STEP_LOG_LINE@json.output@{}@@@", | 215 "@@@STEP_LOG_LINE@json.output@{}@@@", |
208 "@@@STEP_LOG_END@json.output@@@" | 216 "@@@STEP_LOG_END@json.output@@@" |
209 ] | 217 ] |
210 }, | 218 }, |
211 { | 219 { |
212 "cmd": [ | 220 "cmd": [ |
213 "python", | 221 "python", |
214 "-u", | 222 "-u", |
215 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 223 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
216 "--show-path", | 224 "--show-path", |
217 "python", | 225 "python", |
218 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 226 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
219 ], | 227 ], |
| 228 "cwd": "[SLAVE_BUILD]", |
220 "name": "cleanup_temp" | 229 "name": "cleanup_temp" |
221 }, | 230 }, |
222 { | 231 { |
223 "cmd": [ | 232 "cmd": [ |
224 "python", | 233 "python", |
225 "-u", | 234 "-u", |
226 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 235 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
227 "--show-path", | 236 "--show-path", |
228 "python", | 237 "python", |
229 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 238 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
230 "--gsutil-py-path", | 239 "--gsutil-py-path", |
231 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 240 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
232 "--ninja-path", | 241 "--ninja-path", |
233 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 242 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
234 "--target", | 243 "--target", |
235 "Release_x64", | 244 "Release_x64", |
236 "--src-dir", | 245 "--src-dir", |
237 "[CWD]\\src", | 246 "[SLAVE_BUILD]\\src", |
238 "--goma-cache-dir", | 247 "--goma-cache-dir", |
239 "[ROOT]\\b\\build\\slave\\goma_cache", | 248 "[GOMA_CACHE]", |
240 "--build-tool", | 249 "--build-tool", |
241 "ninja", | 250 "ninja", |
242 "--build-data-dir", | 251 "--build-data-dir", |
243 "[ROOT]\\build_data_dir", | 252 "[ROOT]\\build_data_dir", |
244 "--compiler", | 253 "--compiler", |
245 "goma", | 254 "goma", |
246 "--goma-jsonstatus", | 255 "--goma-jsonstatus", |
247 "/path/to/tmp/json", | 256 "/path/to/tmp/json", |
248 "--goma-service-account-json-file", | 257 "--goma-service-account-json-file", |
249 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 258 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
250 "--goma-dir", | 259 "--goma-dir", |
251 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 260 "[CACHE]\\cipd\\goma", |
252 "--ninja-ensure-up-to-date", | 261 "--ninja-ensure-up-to-date", |
253 "--clobber", | 262 "--clobber", |
254 "--", | 263 "--", |
255 "all" | 264 "all" |
256 ], | 265 ], |
| 266 "cwd": "[SLAVE_BUILD]", |
257 "env": { | 267 "env": { |
258 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 268 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
259 }, | 269 }, |
260 "name": "compile", | 270 "name": "compile", |
261 "~followup_annotations": [ | 271 "~followup_annotations": [ |
262 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 272 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
263 "@@@STEP_LOG_END@json.output (invalid)@@@" | 273 "@@@STEP_LOG_END@json.output (invalid)@@@" |
264 ] | 274 ] |
265 }, | 275 }, |
266 { | 276 { |
267 "cmd": [ | 277 "cmd": [ |
268 "python", | 278 "python", |
269 "-u", | 279 "-u", |
270 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\archive_build.py", | 280 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\archive_build.py", |
271 "--target", | 281 "--target", |
272 "Release_x64", | 282 "Release_x64", |
273 "--factory-properties", | 283 "--factory-properties", |
274 "{\"gclient_env\": {\"GYP_DEFINES\": \"chromium_win_pch=0 component=static
_library fastbuild=1 gomadir='[ROOT]\\\\b\\\\build\\\\slave\\\\cache\\\\cipd\\\\
goma' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=noop use_goma=1\"
}, \"gs_acl\": \"public-read\", \"gs_bucket\": \"gs://chromium-browser-snapshots
\"}", | 284 "{\"gclient_env\": {\"GYP_DEFINES\": \"chromium_win_pch=0 component=static
_library fastbuild=1 gomadir='[CACHE]\\\\cipd\\\\goma' linux_dump_symbols=0 targ
et_arch=x64 test_isolation_mode=noop use_goma=1\"}, \"gs_acl\": \"public-read\",
\"gs_bucket\": \"gs://chromium-browser-snapshots\"}", |
275 "--build-properties", | 285 "--build-properties", |
276 "{\"got_angle_revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\", \"
got_angle_revision_cp\": \"refs/heads/master@{#297276}\", \"got_nacl_revision\":
\"d998e125e8253980d76e269b7982aeeefc1b9b50\", \"got_nacl_revision_cp\": \"refs/
heads/master@{#274981}\", \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0f
e58cb9\", \"got_revision_cp\": \"refs/heads/master@{#170242}\", \"got_swarming_c
lient_revision\": \"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\", \"got_swarming_c
lient_revision_cp\": \"refs/heads/master@{#276089}\", \"got_v8_revision\": \"801
ada225ddc271c132c3a35f03975671d43e399\", \"got_v8_revision_cp\": \"refs/heads/ma
ster@{#43426}\", \"got_webrtc_revision\": \"0f90628433546e61d9268596da93418c6231
37f4\", \"got_webrtc_revision_cp\": \"refs/heads/master@{#120644}\"}", | 286 "{\"got_angle_revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\", \"
got_angle_revision_cp\": \"refs/heads/master@{#297276}\", \"got_nacl_revision\":
\"d998e125e8253980d76e269b7982aeeefc1b9b50\", \"got_nacl_revision_cp\": \"refs/
heads/master@{#274981}\", \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0f
e58cb9\", \"got_revision_cp\": \"refs/heads/master@{#170242}\", \"got_swarming_c
lient_revision\": \"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\", \"got_swarming_c
lient_revision_cp\": \"refs/heads/master@{#276089}\", \"got_v8_revision\": \"801
ada225ddc271c132c3a35f03975671d43e399\", \"got_v8_revision_cp\": \"refs/heads/ma
ster@{#43426}\", \"got_webrtc_revision\": \"0f90628433546e61d9268596da93418c6231
37f4\", \"got_webrtc_revision_cp\": \"refs/heads/master@{#120644}\"}", |
277 "--mode", | 287 "--mode", |
278 "dev" | 288 "dev" |
279 ], | 289 ], |
| 290 "cwd": "[SLAVE_BUILD]", |
280 "name": "archive_build" | 291 "name": "archive_build" |
281 }, | 292 }, |
282 { | 293 { |
283 "name": "$result", | 294 "name": "$result", |
284 "recipe_result": null, | 295 "recipe_result": null, |
285 "status_code": 0 | 296 "status_code": 0 |
286 } | 297 } |
287 ] | 298 ] |
OLD | NEW |