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.fyi", | 17 "chromium.fyi", |
17 "--builder", | 18 "--builder", |
18 "CrWinClang64(dbg)", | 19 "CrWinClang64(dbg)", |
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 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 170 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
166 "--version" | 171 "--version" |
167 ], | 172 ], |
| 173 "cwd": "[SLAVE_BUILD]", |
168 "name": "swarming.py --version", | 174 "name": "swarming.py --version", |
169 "stdout": "/path/to/tmp/", | 175 "stdout": "/path/to/tmp/", |
170 "~followup_annotations": [ | 176 "~followup_annotations": [ |
171 "@@@STEP_TEXT@0.4.10@@@" | 177 "@@@STEP_TEXT@0.4.10@@@" |
172 ] | 178 ] |
173 }, | 179 }, |
174 { | 180 { |
175 "cmd": [ | 181 "cmd": [ |
176 "python", | 182 "python", |
177 "-u", | 183 "-u", |
178 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 184 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
179 "runhooks" | 185 "runhooks" |
180 ], | 186 ], |
| 187 "cwd": "[SLAVE_BUILD]", |
181 "env": { | 188 "env": { |
182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
183 "GYP_CHROMIUM_NO_ACTION": "1", | 190 "GYP_CHROMIUM_NO_ACTION": "1", |
184 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 gomadir='[ROO
T]\\b\\build\\slave\\cache\\cipd\\goma' target_arch=x64 test_isolation_mode=prep
are use_goma=1", | 191 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 gomadir='[CAC
HE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1", |
185 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 192 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
186 }, | 193 }, |
187 "name": "gclient runhooks" | 194 "name": "gclient runhooks" |
188 }, | 195 }, |
189 { | 196 { |
190 "cmd": [ | 197 "cmd": [ |
191 "python", | 198 "python", |
192 "-u", | 199 "-u", |
193 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 200 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
194 "--output", | 201 "--output", |
195 "/path/to/tmp/json", | 202 "/path/to/tmp/json", |
196 "--", | 203 "--", |
197 "--build-config-fs", | 204 "--build-config-fs", |
198 "Debug_x64", | 205 "Debug_x64", |
199 "--paths", | 206 "--paths", |
200 "{\"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\"}", | 207 "{\"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\"}", |
201 "--properties", | 208 "--properties", |
202 "{\"buildername\": \"CrWinClang64(dbg)\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"win\"}" | 209 "{\"buildername\": \"CrWinClang64(dbg)\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"win\"}" |
203 ], | 210 ], |
| 211 "cwd": "[SLAVE_BUILD]", |
204 "name": "get compile targets for scripts", | 212 "name": "get compile targets for scripts", |
205 "~followup_annotations": [ | 213 "~followup_annotations": [ |
206 "@@@STEP_LOG_LINE@json.output@{}@@@", | 214 "@@@STEP_LOG_LINE@json.output@{}@@@", |
207 "@@@STEP_LOG_END@json.output@@@" | 215 "@@@STEP_LOG_END@json.output@@@" |
208 ] | 216 ] |
209 }, | 217 }, |
210 { | 218 { |
211 "cmd": [ | 219 "cmd": [ |
212 "python", | 220 "python", |
213 "-u", | 221 "-u", |
214 "\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", |
215 "[CWD]\\src\\testing\\buildbot\\chromium.fyi.json", | 223 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", |
216 "/path/to/tmp/json" | 224 "/path/to/tmp/json" |
217 ], | 225 ], |
| 226 "cwd": "[SLAVE_BUILD]", |
218 "name": "read test spec", | 227 "name": "read test spec", |
219 "~followup_annotations": [ | 228 "~followup_annotations": [ |
220 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.fyi.json@@@", | 229 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", |
221 "@@@STEP_LOG_LINE@json.output@{@@@", | 230 "@@@STEP_LOG_LINE@json.output@{@@@", |
222 "@@@STEP_LOG_LINE@json.output@ \"CrWinClang64(dbg) tester\": {@@@", | 231 "@@@STEP_LOG_LINE@json.output@ \"CrWinClang64(dbg) tester\": {@@@", |
223 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 232 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
224 "@@@STEP_LOG_LINE@json.output@ {@@@", | 233 "@@@STEP_LOG_LINE@json.output@ {@@@", |
225 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 234 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
226 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 235 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
227 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 236 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
228 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 237 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
229 "@@@STEP_LOG_LINE@json.output@ }@@@", | 238 "@@@STEP_LOG_LINE@json.output@ }@@@", |
230 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 239 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
231 "@@@STEP_LOG_LINE@json.output@ }@@@", | 240 "@@@STEP_LOG_LINE@json.output@ }@@@", |
232 "@@@STEP_LOG_LINE@json.output@}@@@", | 241 "@@@STEP_LOG_LINE@json.output@}@@@", |
233 "@@@STEP_LOG_END@json.output@@@" | 242 "@@@STEP_LOG_END@json.output@@@" |
234 ] | 243 ] |
235 }, | 244 }, |
236 { | 245 { |
237 "cmd": [ | 246 "cmd": [ |
238 "python", | 247 "python", |
239 "-u", | 248 "-u", |
240 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 249 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
241 "--show-path", | 250 "--show-path", |
242 "python", | 251 "python", |
243 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 252 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
244 ], | 253 ], |
| 254 "cwd": "[SLAVE_BUILD]", |
245 "name": "cleanup_temp" | 255 "name": "cleanup_temp" |
246 }, | 256 }, |
247 { | 257 { |
248 "cmd": [ | 258 "cmd": [ |
249 "python", | 259 "python", |
250 "-u", | 260 "-u", |
251 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 261 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
252 "--build-dir", | 262 "--build-dir", |
253 "[CWD]\\src\\out\\Debug_x64", | 263 "[SLAVE_BUILD]\\src\\out\\Debug_x64", |
254 "--clean-isolated-files" | 264 "--clean-isolated-files" |
255 ], | 265 ], |
| 266 "cwd": "[SLAVE_BUILD]", |
256 "name": "clean isolated files" | 267 "name": "clean isolated files" |
257 }, | 268 }, |
258 { | 269 { |
259 "cmd": [ | 270 "cmd": [ |
260 "python", | 271 "python", |
261 "-u", | 272 "-u", |
262 "[CWD]\\src\\tools\\clang\\scripts\\update.py" | 273 "[SLAVE_BUILD]\\src\\tools\\clang\\scripts\\update.py" |
263 ], | 274 ], |
| 275 "cwd": "[SLAVE_BUILD]", |
264 "name": "update_clang" | 276 "name": "update_clang" |
265 }, | 277 }, |
266 { | 278 { |
267 "cmd": [ | 279 "cmd": [ |
268 "python", | 280 "python", |
269 "-u", | 281 "-u", |
270 "[CWD]\\src\\tools\\mb\\mb.py", | 282 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
271 "gen", | 283 "gen", |
272 "-m", | 284 "-m", |
273 "chromium.fyi", | 285 "chromium.fyi", |
274 "-b", | 286 "-b", |
275 "CrWinClang64(dbg)", | 287 "CrWinClang64(dbg)", |
276 "--config-file", | 288 "--config-file", |
277 "[CWD]\\src\\tools\\mb\\mb_config.pyl", | 289 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
278 "--goma-dir", | 290 "--goma-dir", |
279 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 291 "[CACHE]\\cipd\\goma", |
280 "--swarming-targets-file", | 292 "--swarming-targets-file", |
281 "browser_tests\n", | 293 "browser_tests\n", |
282 "//out/Debug_x64" | 294 "//out/Debug_x64" |
283 ], | 295 ], |
| 296 "cwd": "[SLAVE_BUILD]", |
284 "name": "generate_build_files", | 297 "name": "generate_build_files", |
285 "~followup_annotations": [ | 298 "~followup_annotations": [ |
286 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 299 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
287 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 300 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
288 ] | 301 ] |
289 }, | 302 }, |
290 { | 303 { |
291 "allow_subannotations": true, | 304 "allow_subannotations": true, |
292 "cmd": [ | 305 "cmd": [ |
293 "python", | 306 "python", |
294 "-u", | 307 "-u", |
295 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 308 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
296 "--src-dir", | 309 "--src-dir", |
297 "[CWD]\\src", | 310 "[SLAVE_BUILD]\\src", |
298 "--output-json", | 311 "--output-json", |
299 "/path/to/tmp/json" | 312 "/path/to/tmp/json" |
300 ], | 313 ], |
| 314 "cwd": "[SLAVE_BUILD]", |
301 "env": { | 315 "env": { |
302 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 316 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
303 }, | 317 }, |
304 "name": "clang_revision", | 318 "name": "clang_revision", |
305 "~followup_annotations": [ | 319 "~followup_annotations": [ |
306 "@@@STEP_LOG_LINE@json.output@{@@@", | 320 "@@@STEP_LOG_LINE@json.output@{@@@", |
307 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 321 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
308 "@@@STEP_LOG_LINE@json.output@}@@@", | 322 "@@@STEP_LOG_LINE@json.output@}@@@", |
309 "@@@STEP_LOG_END@json.output@@@" | 323 "@@@STEP_LOG_END@json.output@@@" |
310 ] | 324 ] |
311 }, | 325 }, |
312 { | 326 { |
313 "cmd": [ | 327 "cmd": [ |
314 "python", | 328 "python", |
315 "-u", | 329 "-u", |
316 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 330 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
317 "--show-path", | 331 "--show-path", |
318 "python", | 332 "python", |
319 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 333 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
320 "--gsutil-py-path", | 334 "--gsutil-py-path", |
321 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 335 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
322 "--ninja-path", | 336 "--ninja-path", |
323 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 337 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
324 "--target", | 338 "--target", |
325 "Debug_x64", | 339 "Debug_x64", |
326 "--src-dir", | 340 "--src-dir", |
327 "[CWD]\\src", | 341 "[SLAVE_BUILD]\\src", |
328 "--goma-cache-dir", | 342 "--goma-cache-dir", |
329 "[ROOT]\\b\\build\\slave\\goma_cache", | 343 "[GOMA_CACHE]", |
330 "--build-tool", | 344 "--build-tool", |
331 "ninja", | 345 "ninja", |
332 "--build-data-dir", | 346 "--build-data-dir", |
333 "[ROOT]\\build_data_dir", | 347 "[ROOT]\\build_data_dir", |
334 "--compiler", | 348 "--compiler", |
335 "goma-clang", | 349 "goma-clang", |
336 "--goma-jsonstatus", | 350 "--goma-jsonstatus", |
337 "/path/to/tmp/json", | 351 "/path/to/tmp/json", |
338 "--goma-service-account-json-file", | 352 "--goma-service-account-json-file", |
339 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 353 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
340 "--goma-dir", | 354 "--goma-dir", |
341 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 355 "[CACHE]\\cipd\\goma", |
342 "--", | 356 "--", |
343 "all" | 357 "all" |
344 ], | 358 ], |
| 359 "cwd": "[SLAVE_BUILD]", |
345 "env": { | 360 "env": { |
346 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 361 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
347 }, | 362 }, |
348 "name": "compile", | 363 "name": "compile", |
349 "~followup_annotations": [ | 364 "~followup_annotations": [ |
350 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 365 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
351 "@@@STEP_LOG_END@json.output (invalid)@@@" | 366 "@@@STEP_LOG_END@json.output (invalid)@@@" |
352 ] | 367 ] |
353 }, | 368 }, |
354 { | 369 { |
355 "cmd": [ | 370 "cmd": [ |
356 "python", | 371 "python", |
357 "-u", | 372 "-u", |
358 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 373 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", |
359 "--build-dir", | 374 "--build-dir", |
360 "[CWD]\\src\\out\\Debug_x64", | 375 "[SLAVE_BUILD]\\src\\out\\Debug_x64", |
361 "--src-dir", | 376 "--src-dir", |
362 "[CWD]\\src" | 377 "[SLAVE_BUILD]\\src" |
363 ], | 378 ], |
364 "cwd": "[CWD]", | 379 "cwd": "[SLAVE_BUILD]", |
365 "name": "remove_build_metadata" | 380 "name": "remove_build_metadata" |
366 }, | 381 }, |
367 { | 382 { |
368 "cmd": [ | 383 "cmd": [ |
369 "python", | 384 "python", |
370 "-u", | 385 "-u", |
371 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 386 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
372 "[CWD]\\src\\tools\\swarming_client", | 387 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
373 "batcharchive", | 388 "batcharchive", |
374 "--dump-json", | 389 "--dump-json", |
375 "/path/to/tmp/json", | 390 "/path/to/tmp/json", |
376 "--isolate-server", | 391 "--isolate-server", |
377 "https://isolateserver.appspot.com", | 392 "https://isolateserver.appspot.com", |
378 "--verbose", | 393 "--verbose", |
379 "[CWD]\\src\\out\\Debug_x64\\browser_tests.isolated.gen.json" | 394 "[SLAVE_BUILD]\\src\\out\\Debug_x64\\browser_tests.isolated.gen.json" |
380 ], | 395 ], |
| 396 "cwd": "[SLAVE_BUILD]", |
381 "name": "isolate tests", | 397 "name": "isolate tests", |
382 "~followup_annotations": [ | 398 "~followup_annotations": [ |
383 "@@@STEP_LOG_LINE@json.output@{@@@", | 399 "@@@STEP_LOG_LINE@json.output@{@@@", |
384 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 400 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
385 "@@@STEP_LOG_LINE@json.output@}@@@", | 401 "@@@STEP_LOG_LINE@json.output@}@@@", |
386 "@@@STEP_LOG_END@json.output@@@" | 402 "@@@STEP_LOG_END@json.output@@@" |
387 ] | 403 ] |
388 }, | 404 }, |
389 { | 405 { |
390 "allow_subannotations": true, | 406 "allow_subannotations": true, |
391 "cmd": [ | 407 "cmd": [ |
392 "python", | 408 "python", |
393 "-u", | 409 "-u", |
394 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 410 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
395 "--show-path", | 411 "--show-path", |
396 "python", | 412 "python", |
397 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", | 413 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", |
398 "--target", | 414 "--target", |
399 "Debug_x64", | 415 "Debug_x64", |
400 "--build-url", | 416 "--build-url", |
401 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang64(dbg)", | 417 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang64(dbg)", |
402 "--build_revision", | 418 "--build_revision", |
403 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 419 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
404 "--factory-properties", | 420 "--factory-properties", |
405 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClang64(
dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builder
name\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work
dir\": \"/path/to/workdir/TestSlavename\"}", | 421 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClang64(
dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builder
name\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work
dir\": \"/path/to/workdir/TestSlavename\"}", |
406 "--build-properties", | 422 "--build-properties", |
407 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClang64(
dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builder
name\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work
dir\": \"/path/to/workdir/TestSlavename\"}" | 423 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClang64(
dbg)\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builder
name\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"work
dir\": \"/path/to/workdir/TestSlavename\"}" |
408 ], | 424 ], |
| 425 "cwd": "[SLAVE_BUILD]", |
409 "name": "package build" | 426 "name": "package build" |
410 }, | 427 }, |
411 { | 428 { |
412 "cmd": [], | 429 "cmd": [], |
| 430 "cwd": "[SLAVE_BUILD]", |
413 "name": "trigger", | 431 "name": "trigger", |
414 "trigger_specs": [ | 432 "trigger_specs": [ |
415 { | 433 { |
416 "builder_name": "CrWinClang64(dbg) tester", | 434 "builder_name": "CrWinClang64(dbg) tester", |
417 "properties": { | 435 "properties": { |
418 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 436 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
419 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 437 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
420 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 438 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
421 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", | 439 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", |
422 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 440 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
(...skipping 10 matching lines...) Expand all Loading... |
433 "~followup_annotations": [ | 451 "~followup_annotations": [ |
434 "@@@STEP_TEXT@CrWinClang64(dbg) tester@@@" | 452 "@@@STEP_TEXT@CrWinClang64(dbg) tester@@@" |
435 ] | 453 ] |
436 }, | 454 }, |
437 { | 455 { |
438 "name": "$result", | 456 "name": "$result", |
439 "recipe_result": null, | 457 "recipe_result": null, |
440 "status_code": 0 | 458 "status_code": 0 |
441 } | 459 } |
442 ] | 460 ] |
OLD | NEW |