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 "tryserver.chromium.win", | 17 "tryserver.chromium.win", |
17 "--builder", | 18 "--builder", |
18 "win_archive", | 19 "win_archive", |
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 "--issue", | 30 "--issue", |
30 "12853011", | 31 "12853011", |
31 "--patchset", | 32 "--patchset", |
32 "1", | 33 "1", |
33 "--rietveld_server", | 34 "--rietveld_server", |
34 "https://codereview.chromium.org", | 35 "https://codereview.chromium.org", |
35 "--output_json", | 36 "--output_json", |
36 "/path/to/tmp/json", | 37 "/path/to/tmp/json", |
37 "--revision", | 38 "--revision", |
38 "src@HEAD", | 39 "src@HEAD", |
39 "--output_manifest" | 40 "--output_manifest" |
40 ], | 41 ], |
| 42 "cwd": "[SLAVE_BUILD]", |
41 "env": { | 43 "env": { |
42 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 44 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
43 }, | 45 }, |
44 "name": "bot_update", | 46 "name": "bot_update", |
45 "~followup_annotations": [ | 47 "~followup_annotations": [ |
46 "@@@STEP_TEXT@Some step text@@@", | 48 "@@@STEP_TEXT@Some step text@@@", |
47 "@@@STEP_LOG_LINE@json.output@{@@@", | 49 "@@@STEP_LOG_LINE@json.output@{@@@", |
48 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
49 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
50 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 106 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
105 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 107 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
106 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
107 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 109 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
108 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 110 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
109 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 111 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
110 ] | 112 ] |
111 }, | 113 }, |
112 { | 114 { |
113 "cmd": [], | 115 "cmd": [], |
| 116 "cwd": "[SLAVE_BUILD]", |
114 "name": "ensure_goma" | 117 "name": "ensure_goma" |
115 }, | 118 }, |
116 { | 119 { |
117 "cmd": [ | 120 "cmd": [ |
118 "python", | 121 "python", |
119 "-u", | 122 "-u", |
120 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 123 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
121 "--platform", | 124 "--platform", |
122 "windows-386", | 125 "windows-386", |
123 "--dest-directory", | 126 "--dest-directory", |
124 "[CWD]\\cipd", | 127 "[SLAVE_BUILD]\\cipd", |
125 "--json-output", | 128 "--json-output", |
126 "/path/to/tmp/json" | 129 "/path/to/tmp/json" |
127 ], | 130 ], |
| 131 "cwd": "[SLAVE_BUILD]", |
128 "name": "ensure_goma.install cipd", | 132 "name": "ensure_goma.install cipd", |
129 "~followup_annotations": [ | 133 "~followup_annotations": [ |
130 "@@@STEP_NEST_LEVEL@1@@@", | 134 "@@@STEP_NEST_LEVEL@1@@@", |
131 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 135 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
132 "@@@STEP_LOG_LINE@json.output@{@@@", | 136 "@@@STEP_LOG_LINE@json.output@{@@@", |
133 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
134 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 138 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
135 "@@@STEP_LOG_LINE@json.output@}@@@", | 139 "@@@STEP_LOG_LINE@json.output@}@@@", |
136 "@@@STEP_LOG_END@json.output@@@" | 140 "@@@STEP_LOG_END@json.output@@@" |
137 ] | 141 ] |
138 }, | 142 }, |
139 { | 143 { |
140 "cmd": [ | 144 "cmd": [ |
141 "fake_slave_build/cipd", | 145 "[SLAVE_BUILD]\\cipd\\cipd", |
142 "ensure", | 146 "ensure", |
143 "--root", | 147 "--root", |
144 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 148 "[CACHE]\\cipd\\goma", |
145 "--list", | 149 "--list", |
146 "infra_internal/goma/client/windows-amd64 release", | 150 "infra_internal/goma/client/windows-amd64 release", |
147 "--json-output", | 151 "--json-output", |
148 "/path/to/tmp/json", | 152 "/path/to/tmp/json", |
149 "--service-account-json", | 153 "--service-account-json", |
150 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 154 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
151 ], | 155 ], |
| 156 "cwd": "[SLAVE_BUILD]", |
152 "name": "ensure_goma.ensure_installed", | 157 "name": "ensure_goma.ensure_installed", |
153 "~followup_annotations": [ | 158 "~followup_annotations": [ |
154 "@@@STEP_NEST_LEVEL@1@@@", | 159 "@@@STEP_NEST_LEVEL@1@@@", |
155 "@@@STEP_LOG_LINE@json.output@{@@@", | 160 "@@@STEP_LOG_LINE@json.output@{@@@", |
156 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
157 "@@@STEP_LOG_LINE@json.output@ {@@@", | 162 "@@@STEP_LOG_LINE@json.output@ {@@@", |
158 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
159 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
160 "@@@STEP_LOG_LINE@json.output@ }@@@", | 165 "@@@STEP_LOG_LINE@json.output@ }@@@", |
161 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 166 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
162 "@@@STEP_LOG_LINE@json.output@}@@@", | 167 "@@@STEP_LOG_LINE@json.output@}@@@", |
163 "@@@STEP_LOG_END@json.output@@@" | 168 "@@@STEP_LOG_END@json.output@@@" |
164 ] | 169 ] |
165 }, | 170 }, |
166 { | 171 { |
167 "cmd": [ | 172 "cmd": [ |
168 "python", | 173 "python", |
169 "-u", | 174 "-u", |
170 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 175 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
171 "runhooks" | 176 "runhooks" |
172 ], | 177 ], |
| 178 "cwd": "[SLAVE_BUILD]", |
173 "env": { | 179 "env": { |
174 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
175 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[ROOT]\\b\\build\\slave\\cache\\cipd\\goma' linux_dump
_symbols=0 target_arch=ia32 test_isolation_mode=noop use_goma=1", | 181 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' linux_dump_symbols=0 target_arch=
ia32 test_isolation_mode=noop use_goma=1", |
176 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 182 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
177 }, | 183 }, |
178 "name": "gclient runhooks (with patch)" | 184 "name": "gclient runhooks (with patch)" |
179 }, | 185 }, |
180 { | 186 { |
181 "cmd": [ | 187 "cmd": [ |
182 "python", | 188 "python", |
183 "-u", | 189 "-u", |
184 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 190 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
185 "--output", | 191 "--output", |
186 "/path/to/tmp/json", | 192 "/path/to/tmp/json", |
187 "--", | 193 "--", |
188 "--build-config-fs", | 194 "--build-config-fs", |
189 "Release", | 195 "Release", |
190 "--paths", | 196 "--paths", |
191 "{\"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\"}", | 197 "{\"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\"}", |
192 "--properties", | 198 "--properties", |
193 "{\"buildername\": \"win_archive\", \"buildnumber\": 571, \"mastername\":
\"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\
": \"win\"}" | 199 "{\"buildername\": \"win_archive\", \"buildnumber\": 571, \"mastername\":
\"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\
": \"win\"}" |
194 ], | 200 ], |
| 201 "cwd": "[SLAVE_BUILD]", |
195 "name": "get compile targets for scripts", | 202 "name": "get compile targets for scripts", |
196 "~followup_annotations": [ | 203 "~followup_annotations": [ |
197 "@@@STEP_LOG_LINE@json.output@{}@@@", | 204 "@@@STEP_LOG_LINE@json.output@{}@@@", |
198 "@@@STEP_LOG_END@json.output@@@" | 205 "@@@STEP_LOG_END@json.output@@@" |
199 ] | 206 ] |
200 }, | 207 }, |
201 { | 208 { |
202 "cmd": [ | 209 "cmd": [ |
203 "python", | 210 "python", |
204 "-u", | 211 "-u", |
205 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 212 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
206 "[CWD]\\src\\testing\\buildbot\\chromium.json", | 213 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.json", |
207 "/path/to/tmp/json" | 214 "/path/to/tmp/json" |
208 ], | 215 ], |
| 216 "cwd": "[SLAVE_BUILD]", |
209 "name": "read test spec", | 217 "name": "read test spec", |
210 "~followup_annotations": [ | 218 "~followup_annotations": [ |
211 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.json@@@", | 219 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.json@@
@", |
212 "@@@STEP_LOG_LINE@json.output@{}@@@", | 220 "@@@STEP_LOG_LINE@json.output@{}@@@", |
213 "@@@STEP_LOG_END@json.output@@@" | 221 "@@@STEP_LOG_END@json.output@@@" |
214 ] | 222 ] |
215 }, | 223 }, |
216 { | 224 { |
217 "cmd": [ | 225 "cmd": [ |
218 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 226 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" |
219 ], | 227 ], |
220 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 228 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
221 "name": "ensure git tooling on windows" | 229 "name": "ensure git tooling on windows" |
222 }, | 230 }, |
223 { | 231 { |
224 "cmd": [ | 232 "cmd": [ |
225 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 233 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
226 "diff", | 234 "diff", |
227 "--cached", | 235 "--cached", |
228 "--name-only" | 236 "--name-only" |
229 ], | 237 ], |
230 "cwd": "[CWD]\\src", | 238 "cwd": "[SLAVE_BUILD]\\src", |
231 "name": "git diff to analyze patch", | 239 "name": "git diff to analyze patch", |
232 "stdout": "/path/to/tmp/", | 240 "stdout": "/path/to/tmp/", |
233 "~followup_annotations": [ | 241 "~followup_annotations": [ |
234 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 242 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
235 "@@@STEP_LOG_END@files@@@", | 243 "@@@STEP_LOG_END@files@@@", |
236 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 244 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
237 ] | 245 ] |
238 }, | 246 }, |
239 { | 247 { |
240 "cmd": [ | 248 "cmd": [ |
241 "python", | 249 "python", |
242 "-u", | 250 "-u", |
243 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 251 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
244 "[CWD]\\src\\testing\\buildbot\\trybot_analyze_config.json", | 252 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", |
245 "/path/to/tmp/json" | 253 "/path/to/tmp/json" |
246 ], | 254 ], |
| 255 "cwd": "[SLAVE_BUILD]", |
247 "name": "read filter exclusion spec", | 256 "name": "read filter exclusion spec", |
248 "~followup_annotations": [ | 257 "~followup_annotations": [ |
249 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", | 258 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", |
250 "@@@STEP_LOG_LINE@json.output@{@@@", | 259 "@@@STEP_LOG_LINE@json.output@{@@@", |
251 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 260 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
252 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 261 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
253 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | 262 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
254 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 263 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
255 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 264 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
256 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 265 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
257 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
258 "@@@STEP_LOG_LINE@json.output@ }@@@", | 267 "@@@STEP_LOG_LINE@json.output@ }@@@", |
259 "@@@STEP_LOG_LINE@json.output@}@@@", | 268 "@@@STEP_LOG_LINE@json.output@}@@@", |
260 "@@@STEP_LOG_END@json.output@@@" | 269 "@@@STEP_LOG_END@json.output@@@" |
261 ] | 270 ] |
262 }, | 271 }, |
263 { | 272 { |
264 "cmd": [ | 273 "cmd": [ |
265 "python", | 274 "python", |
266 "-u", | 275 "-u", |
267 "import sys; sys.exit(0)" | 276 "import sys; sys.exit(0)" |
268 ], | 277 ], |
| 278 "cwd": "[SLAVE_BUILD]", |
269 "name": "analyze", | 279 "name": "analyze", |
270 "~followup_annotations": [ | 280 "~followup_annotations": [ |
271 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 281 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
272 "@@@STEP_LOG_END@excluded_files@@@", | 282 "@@@STEP_LOG_END@excluded_files@@@", |
273 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 283 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
274 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 284 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
275 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 285 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
276 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 286 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
277 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 287 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
278 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 288 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
279 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 289 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
280 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 290 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
281 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 291 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
282 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 292 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
283 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 293 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
284 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", | 294 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", |
285 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 295 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
286 "@@@STEP_LOG_END@analyze_details@@@" | 296 "@@@STEP_LOG_END@analyze_details@@@" |
287 ] | 297 ] |
288 }, | 298 }, |
289 { | 299 { |
290 "cmd": [ | 300 "cmd": [ |
291 "python", | 301 "python", |
292 "-u", | 302 "-u", |
293 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 303 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
294 "--show-path", | 304 "--show-path", |
295 "python", | 305 "python", |
296 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 306 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
297 ], | 307 ], |
| 308 "cwd": "[SLAVE_BUILD]", |
298 "name": "cleanup_temp" | 309 "name": "cleanup_temp" |
299 }, | 310 }, |
300 { | 311 { |
301 "cmd": [ | 312 "cmd": [ |
302 "python", | 313 "python", |
303 "-u", | 314 "-u", |
304 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 315 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
305 "--show-path", | 316 "--show-path", |
306 "python", | 317 "python", |
307 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 318 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
308 "--gsutil-py-path", | 319 "--gsutil-py-path", |
309 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 320 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
310 "--ninja-path", | 321 "--ninja-path", |
311 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 322 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
312 "--target", | 323 "--target", |
313 "Release", | 324 "Release", |
314 "--src-dir", | 325 "--src-dir", |
315 "[CWD]\\src", | 326 "[SLAVE_BUILD]\\src", |
316 "--goma-cache-dir", | 327 "--goma-cache-dir", |
317 "[ROOT]\\b\\build\\slave\\goma_cache", | 328 "[GOMA_CACHE]", |
318 "--build-tool", | 329 "--build-tool", |
319 "ninja", | 330 "ninja", |
320 "--compiler", | 331 "--compiler", |
321 "goma", | 332 "goma", |
322 "--goma-jsonstatus", | 333 "--goma-jsonstatus", |
323 "/path/to/tmp/json", | 334 "/path/to/tmp/json", |
324 "--goma-service-account-json-file", | 335 "--goma-service-account-json-file", |
325 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 336 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
326 "--goma-dir", | 337 "--goma-dir", |
327 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 338 "[CACHE]\\cipd\\goma", |
328 "--goma-fail-fast", | 339 "--goma-fail-fast", |
329 "--goma-disable-local-fallback", | 340 "--goma-disable-local-fallback", |
330 "--ninja-ensure-up-to-date", | 341 "--ninja-ensure-up-to-date", |
331 "--clobber", | 342 "--clobber", |
332 "--", | 343 "--", |
333 "all" | 344 "all" |
334 ], | 345 ], |
| 346 "cwd": "[SLAVE_BUILD]", |
335 "env": { | 347 "env": { |
336 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 348 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
337 }, | 349 }, |
338 "name": "compile (with patch)", | 350 "name": "compile (with patch)", |
339 "~followup_annotations": [ | 351 "~followup_annotations": [ |
340 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 352 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
341 "@@@STEP_LOG_END@json.output (invalid)@@@" | 353 "@@@STEP_LOG_END@json.output (invalid)@@@" |
342 ] | 354 ] |
343 }, | 355 }, |
344 { | 356 { |
345 "cmd": [ | 357 "cmd": [ |
346 "python", | 358 "python", |
347 "-u", | 359 "-u", |
348 "import sys; sys.exit(0)" | 360 "import sys; sys.exit(0)" |
349 ], | 361 ], |
| 362 "cwd": "[SLAVE_BUILD]", |
350 "name": "mark: before_tests" | 363 "name": "mark: before_tests" |
351 }, | 364 }, |
352 { | 365 { |
353 "name": "$result", | 366 "name": "$result", |
354 "recipe_result": null, | 367 "recipe_result": null, |
355 "status_code": 0 | 368 "status_code": 0 |
356 } | 369 } |
357 ] | 370 ] |
OLD | NEW |