OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "linux_chromium_clobber_rel_ng", | 10 "linux_chromium_clobber_rel_ng", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "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_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 14 "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'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"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\"}", | 18 "{\"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\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
21 "--issue", | 21 "--issue", |
22 "12853011", | 22 "12853011", |
23 "--patchset", | 23 "--patchset", |
24 "1", | 24 "1", |
25 "--rietveld_server", | 25 "--rietveld_server", |
26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
27 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
29 "--revision", | 29 "--revision", |
30 "src@HEAD", | 30 "src@HEAD", |
31 "--output_manifest" | 31 "--output_manifest" |
32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", |
33 "env": { | 34 "env": { |
34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
35 }, | 36 }, |
36 "name": "bot_update", | 37 "name": "bot_update", |
37 "~followup_annotations": [ | 38 "~followup_annotations": [ |
38 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
39 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
97 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 98 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
98 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
99 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
100 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
101 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 102 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
102 ] | 103 ] |
103 }, | 104 }, |
104 { | 105 { |
105 "cmd": [], | 106 "cmd": [], |
| 107 "cwd": "[SLAVE_BUILD]", |
106 "name": "ensure_goma" | 108 "name": "ensure_goma" |
107 }, | 109 }, |
108 { | 110 { |
109 "cmd": [ | 111 "cmd": [ |
110 "python", | 112 "python", |
111 "-u", | 113 "-u", |
112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
113 "--platform", | 115 "--platform", |
114 "linux-amd64", | 116 "linux-amd64", |
115 "--dest-directory", | 117 "--dest-directory", |
116 "[CWD]/cipd", | 118 "[SLAVE_BUILD]/cipd", |
117 "--json-output", | 119 "--json-output", |
118 "/path/to/tmp/json" | 120 "/path/to/tmp/json" |
119 ], | 121 ], |
| 122 "cwd": "[SLAVE_BUILD]", |
120 "name": "ensure_goma.install cipd", | 123 "name": "ensure_goma.install cipd", |
121 "~followup_annotations": [ | 124 "~followup_annotations": [ |
122 "@@@STEP_NEST_LEVEL@1@@@", | 125 "@@@STEP_NEST_LEVEL@1@@@", |
123 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
124 "@@@STEP_LOG_LINE@json.output@{@@@", | 127 "@@@STEP_LOG_LINE@json.output@{@@@", |
125 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
126 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
127 "@@@STEP_LOG_LINE@json.output@}@@@", | 130 "@@@STEP_LOG_LINE@json.output@}@@@", |
128 "@@@STEP_LOG_END@json.output@@@" | 131 "@@@STEP_LOG_END@json.output@@@" |
129 ] | 132 ] |
130 }, | 133 }, |
131 { | 134 { |
132 "cmd": [ | 135 "cmd": [ |
133 "fake_slave_build/cipd", | 136 "[SLAVE_BUILD]/cipd/cipd", |
134 "ensure", | 137 "ensure", |
135 "--root", | 138 "--root", |
136 "[ROOT]/b/build/slave/cache/cipd/goma", | 139 "[CACHE]/cipd/goma", |
137 "--list", | 140 "--list", |
138 "infra_internal/goma/client/linux-amd64 release", | 141 "infra_internal/goma/client/linux-amd64 release", |
139 "--json-output", | 142 "--json-output", |
140 "/path/to/tmp/json", | 143 "/path/to/tmp/json", |
141 "--service-account-json", | 144 "--service-account-json", |
142 "/creds/service_accounts/service-account-goma-client.json" | 145 "/creds/service_accounts/service-account-goma-client.json" |
143 ], | 146 ], |
| 147 "cwd": "[SLAVE_BUILD]", |
144 "name": "ensure_goma.ensure_installed", | 148 "name": "ensure_goma.ensure_installed", |
145 "~followup_annotations": [ | 149 "~followup_annotations": [ |
146 "@@@STEP_NEST_LEVEL@1@@@", | 150 "@@@STEP_NEST_LEVEL@1@@@", |
147 "@@@STEP_LOG_LINE@json.output@{@@@", | 151 "@@@STEP_LOG_LINE@json.output@{@@@", |
148 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 152 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
149 "@@@STEP_LOG_LINE@json.output@ {@@@", | 153 "@@@STEP_LOG_LINE@json.output@ {@@@", |
150 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
151 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 155 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
152 "@@@STEP_LOG_LINE@json.output@ }@@@", | 156 "@@@STEP_LOG_LINE@json.output@ }@@@", |
153 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 157 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
154 "@@@STEP_LOG_LINE@json.output@}@@@", | 158 "@@@STEP_LOG_LINE@json.output@}@@@", |
155 "@@@STEP_LOG_END@json.output@@@" | 159 "@@@STEP_LOG_END@json.output@@@" |
156 ] | 160 ] |
157 }, | 161 }, |
158 { | 162 { |
159 "cmd": [ | 163 "cmd": [ |
160 "python", | 164 "python", |
161 "-u", | 165 "-u", |
162 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 166 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
163 "runhooks" | 167 "runhooks" |
164 ], | 168 ], |
| 169 "cwd": "[SLAVE_BUILD]", |
165 "env": { | 170 "env": { |
166 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 171 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
167 "GYP_CHROMIUM_NO_ACTION": "1", | 172 "GYP_CHROMIUM_NO_ACTION": "1", |
168 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[ROOT]/b/build/slave/cache/cipd/goma' linux_dump_symbols=0 target_arch=x6
4 test_isolation_mode=noop use_goma=1", | 173 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[CACHE]/cipd/goma' linux_dump_symbols=0 target_arch=x64 test_isolation_mo
de=noop use_goma=1", |
169 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 174 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
170 }, | 175 }, |
171 "name": "gclient runhooks (with patch)" | 176 "name": "gclient runhooks (with patch)" |
172 }, | 177 }, |
173 { | 178 { |
174 "cmd": [ | 179 "cmd": [ |
175 "python", | 180 "python", |
176 "-u", | 181 "-u", |
177 "[CWD]/src/testing/scripts/get_compile_targets.py", | 182 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
178 "--output", | 183 "--output", |
179 "/path/to/tmp/json", | 184 "/path/to/tmp/json", |
180 "--", | 185 "--", |
181 "--build-config-fs", | 186 "--build-config-fs", |
182 "Release", | 187 "Release", |
183 "--paths", | 188 "--paths", |
184 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 189 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
185 "--properties", | 190 "--properties", |
186 "{\"buildername\": \"linux_chromium_clobber_rel_ng\", \"buildnumber\": 571
, \"mastername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\"
, \"target_platform\": \"linux\"}" | 191 "{\"buildername\": \"linux_chromium_clobber_rel_ng\", \"buildnumber\": 571
, \"mastername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\"
, \"target_platform\": \"linux\"}" |
187 ], | 192 ], |
| 193 "cwd": "[SLAVE_BUILD]", |
188 "name": "get compile targets for scripts", | 194 "name": "get compile targets for scripts", |
189 "~followup_annotations": [ | 195 "~followup_annotations": [ |
190 "@@@STEP_LOG_LINE@json.output@{}@@@", | 196 "@@@STEP_LOG_LINE@json.output@{}@@@", |
191 "@@@STEP_LOG_END@json.output@@@" | 197 "@@@STEP_LOG_END@json.output@@@" |
192 ] | 198 ] |
193 }, | 199 }, |
194 { | 200 { |
195 "cmd": [ | 201 "cmd": [ |
196 "python", | 202 "python", |
197 "-u", | 203 "-u", |
198 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 204 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
199 "[CWD]/src/testing/buildbot/chromium.json", | 205 "[SLAVE_BUILD]/src/testing/buildbot/chromium.json", |
200 "/path/to/tmp/json" | 206 "/path/to/tmp/json" |
201 ], | 207 ], |
| 208 "cwd": "[SLAVE_BUILD]", |
202 "name": "read test spec", | 209 "name": "read test spec", |
203 "~followup_annotations": [ | 210 "~followup_annotations": [ |
204 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.json@@@", | 211 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.json@@@", |
205 "@@@STEP_LOG_LINE@json.output@{}@@@", | 212 "@@@STEP_LOG_LINE@json.output@{}@@@", |
206 "@@@STEP_LOG_END@json.output@@@" | 213 "@@@STEP_LOG_END@json.output@@@" |
207 ] | 214 ] |
208 }, | 215 }, |
209 { | 216 { |
210 "cmd": [ | 217 "cmd": [ |
211 "git", | 218 "git", |
212 "diff", | 219 "diff", |
213 "--cached", | 220 "--cached", |
214 "--name-only" | 221 "--name-only" |
215 ], | 222 ], |
216 "cwd": "[CWD]/src", | 223 "cwd": "[SLAVE_BUILD]/src", |
217 "name": "git diff to analyze patch", | 224 "name": "git diff to analyze patch", |
218 "stdout": "/path/to/tmp/", | 225 "stdout": "/path/to/tmp/", |
219 "~followup_annotations": [ | 226 "~followup_annotations": [ |
220 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 227 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
221 "@@@STEP_LOG_END@files@@@", | 228 "@@@STEP_LOG_END@files@@@", |
222 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 229 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
223 ] | 230 ] |
224 }, | 231 }, |
225 { | 232 { |
226 "cmd": [ | 233 "cmd": [ |
227 "python", | 234 "python", |
228 "-u", | 235 "-u", |
229 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
230 "[CWD]/src/testing/buildbot/trybot_analyze_config.json", | 237 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
231 "/path/to/tmp/json" | 238 "/path/to/tmp/json" |
232 ], | 239 ], |
| 240 "cwd": "[SLAVE_BUILD]", |
233 "name": "read filter exclusion spec", | 241 "name": "read filter exclusion spec", |
234 "~followup_annotations": [ | 242 "~followup_annotations": [ |
235 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 243 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
236 "@@@STEP_LOG_LINE@json.output@{@@@", | 244 "@@@STEP_LOG_LINE@json.output@{@@@", |
237 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 245 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
238 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 246 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
239 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 247 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
240 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 248 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
241 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 249 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
242 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 250 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
243 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 251 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
244 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 252 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
245 "@@@STEP_LOG_LINE@json.output@ }@@@", | 253 "@@@STEP_LOG_LINE@json.output@ }@@@", |
246 "@@@STEP_LOG_LINE@json.output@}@@@", | 254 "@@@STEP_LOG_LINE@json.output@}@@@", |
247 "@@@STEP_LOG_END@json.output@@@" | 255 "@@@STEP_LOG_END@json.output@@@" |
248 ] | 256 ] |
249 }, | 257 }, |
250 { | 258 { |
251 "cmd": [ | 259 "cmd": [ |
252 "python", | 260 "python", |
253 "-u", | 261 "-u", |
254 "[CWD]/src/tools/mb/mb.py", | 262 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
255 "analyze", | 263 "analyze", |
256 "-m", | 264 "-m", |
257 "tryserver.chromium.linux", | 265 "tryserver.chromium.linux", |
258 "-b", | 266 "-b", |
259 "linux_chromium_clobber_rel_ng", | 267 "linux_chromium_clobber_rel_ng", |
260 "-v", | 268 "-v", |
261 "//out/Release", | 269 "//out/Release", |
262 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": []}", | 270 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": []}", |
263 "/path/to/tmp/json" | 271 "/path/to/tmp/json" |
264 ], | 272 ], |
| 273 "cwd": "[SLAVE_BUILD]", |
265 "name": "analyze", | 274 "name": "analyze", |
266 "~followup_annotations": [ | 275 "~followup_annotations": [ |
267 "@@@STEP_LOG_LINE@json.output@{@@@", | 276 "@@@STEP_LOG_LINE@json.output@{@@@", |
268 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", | 277 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", |
269 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@", | 278 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@", |
270 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@", | 279 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@", |
271 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 280 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
272 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", | 281 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
273 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 282 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
274 "@@@STEP_LOG_LINE@json.output@}@@@", | 283 "@@@STEP_LOG_LINE@json.output@}@@@", |
(...skipping 16 matching lines...) Expand all Loading... |
291 }, | 300 }, |
292 { | 301 { |
293 "cmd": [ | 302 "cmd": [ |
294 "python", | 303 "python", |
295 "-u", | 304 "-u", |
296 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 305 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
297 "--show-path", | 306 "--show-path", |
298 "python", | 307 "python", |
299 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 308 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
300 ], | 309 ], |
| 310 "cwd": "[SLAVE_BUILD]", |
301 "name": "cleanup_temp" | 311 "name": "cleanup_temp" |
302 }, | 312 }, |
303 { | 313 { |
304 "cmd": [ | 314 "cmd": [ |
305 "python", | 315 "python", |
306 "-u", | 316 "-u", |
307 "[CWD]/src/tools/mb/mb.py", | 317 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
308 "gen", | 318 "gen", |
309 "-m", | 319 "-m", |
310 "tryserver.chromium.linux", | 320 "tryserver.chromium.linux", |
311 "-b", | 321 "-b", |
312 "linux_chromium_clobber_rel_ng", | 322 "linux_chromium_clobber_rel_ng", |
313 "--config-file", | 323 "--config-file", |
314 "[CWD]/src/tools/mb/mb_config.pyl", | 324 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
315 "--goma-dir", | 325 "--goma-dir", |
316 "[ROOT]/b/build/slave/cache/cipd/goma", | 326 "[CACHE]/cipd/goma", |
317 "//out/Release" | 327 "//out/Release" |
318 ], | 328 ], |
| 329 "cwd": "[SLAVE_BUILD]", |
319 "name": "generate_build_files (with patch)" | 330 "name": "generate_build_files (with patch)" |
320 }, | 331 }, |
321 { | 332 { |
322 "cmd": [ | 333 "cmd": [ |
323 "python", | 334 "python", |
324 "-u", | 335 "-u", |
325 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 336 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
326 "--show-path", | 337 "--show-path", |
327 "python", | 338 "python", |
328 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 339 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
329 "--gsutil-py-path", | 340 "--gsutil-py-path", |
330 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 341 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
331 "--ninja-path", | 342 "--ninja-path", |
332 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 343 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
333 "--target", | 344 "--target", |
334 "Release", | 345 "Release", |
335 "--src-dir", | 346 "--src-dir", |
336 "[CWD]/src", | 347 "[SLAVE_BUILD]/src", |
337 "--goma-cache-dir", | 348 "--goma-cache-dir", |
338 "[ROOT]/b/build/slave/goma_cache", | 349 "[GOMA_CACHE]", |
339 "--build-tool", | 350 "--build-tool", |
340 "ninja", | 351 "ninja", |
341 "--compiler", | 352 "--compiler", |
342 "goma", | 353 "goma", |
343 "--goma-jsonstatus", | 354 "--goma-jsonstatus", |
344 "/path/to/tmp/json", | 355 "/path/to/tmp/json", |
345 "--goma-service-account-json-file", | 356 "--goma-service-account-json-file", |
346 "/creds/service_accounts/service-account-goma-client.json", | 357 "/creds/service_accounts/service-account-goma-client.json", |
347 "--goma-dir", | 358 "--goma-dir", |
348 "[ROOT]/b/build/slave/cache/cipd/goma", | 359 "[CACHE]/cipd/goma", |
349 "--goma-fail-fast", | 360 "--goma-fail-fast", |
350 "--goma-disable-local-fallback", | 361 "--goma-disable-local-fallback", |
351 "--ninja-ensure-up-to-date", | 362 "--ninja-ensure-up-to-date", |
352 "--clobber", | 363 "--clobber", |
353 "--", | 364 "--", |
354 "base_unittests", | 365 "base_unittests", |
355 "net_unittests" | 366 "net_unittests" |
356 ], | 367 ], |
| 368 "cwd": "[SLAVE_BUILD]", |
357 "env": { | 369 "env": { |
358 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 370 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
359 }, | 371 }, |
360 "name": "compile (with patch)", | 372 "name": "compile (with patch)", |
361 "~followup_annotations": [ | 373 "~followup_annotations": [ |
362 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 374 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
363 "@@@STEP_LOG_END@json.output (invalid)@@@" | 375 "@@@STEP_LOG_END@json.output (invalid)@@@" |
364 ] | 376 ] |
365 }, | 377 }, |
366 { | 378 { |
367 "cmd": [ | 379 "cmd": [ |
368 "python", | 380 "python", |
369 "-u", | 381 "-u", |
370 "import sys; sys.exit(0)" | 382 "import sys; sys.exit(0)" |
371 ], | 383 ], |
| 384 "cwd": "[SLAVE_BUILD]", |
372 "name": "mark: before_tests" | 385 "name": "mark: before_tests" |
373 }, | 386 }, |
374 { | 387 { |
375 "name": "$result", | 388 "name": "$result", |
376 "recipe_result": null, | 389 "recipe_result": null, |
377 "status_code": 0 | 390 "status_code": 0 |
378 } | 391 } |
379 ] | 392 ] |
OLD | NEW |