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 "chromeos_amd64-generic_chromium_compile_only_ng", | 10 "chromeos_amd64-generic_chromium_compile_only_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 "RECIPE_PACKAGE_REPO[depot_tools]/cros", | 164 "RECIPE_PACKAGE_REPO[depot_tools]/cros", |
161 "chrome-sdk", | 165 "chrome-sdk", |
162 "--board=amd64-generic", | 166 "--board=amd64-generic", |
163 "--nocolor", | 167 "--nocolor", |
164 "--use-external-config", | 168 "--use-external-config", |
165 "--clear-sdk-cache", | 169 "--clear-sdk-cache", |
166 "--gomadir", | 170 "--gomadir", |
167 "[ROOT]/b/build/slave/cache/cipd/goma", | 171 "[CACHE]/cipd/goma", |
168 "--fastbuild", | 172 "--fastbuild", |
169 "--", | 173 "--", |
170 "python", | 174 "python", |
171 "-u", | 175 "-u", |
172 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 176 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
173 "runhooks" | 177 "runhooks" |
174 ], | 178 ], |
| 179 "cwd": "[SLAVE_BUILD]", |
175 "env": { | 180 "env": { |
176 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
177 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 182 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
178 }, | 183 }, |
179 "name": "gclient runhooks (with patch)" | 184 "name": "gclient runhooks (with patch)" |
180 }, | 185 }, |
181 { | 186 { |
182 "cmd": [ | 187 "cmd": [ |
183 "python", | 188 "python", |
184 "-u", | 189 "-u", |
185 "[CWD]/src/testing/scripts/get_compile_targets.py", | 190 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
186 "--output", | 191 "--output", |
187 "/path/to/tmp/json", | 192 "/path/to/tmp/json", |
188 "--", | 193 "--", |
189 "--build-config-fs", | 194 "--build-config-fs", |
190 "Release", | 195 "Release", |
191 "--use-src-side-runtest-py", | 196 "--use-src-side-runtest-py", |
192 "--paths", | 197 "--paths", |
193 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 198 "{\"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\"}", |
194 "--properties", | 199 "--properties", |
195 "{\"buildername\": \"chromeos_amd64-generic_chromium_compile_only_ng\", \"
buildnumber\": 571, \"mastername\": \"tryserver.chromium.linux\", \"slavename\":
\"TestSlavename\", \"target_platform\": \"chromeos\"}" | 200 "{\"buildername\": \"chromeos_amd64-generic_chromium_compile_only_ng\", \"
buildnumber\": 571, \"mastername\": \"tryserver.chromium.linux\", \"slavename\":
\"TestSlavename\", \"target_platform\": \"chromeos\"}" |
196 ], | 201 ], |
| 202 "cwd": "[SLAVE_BUILD]", |
197 "name": "get compile targets for scripts", | 203 "name": "get compile targets for scripts", |
198 "~followup_annotations": [ | 204 "~followup_annotations": [ |
199 "@@@STEP_LOG_LINE@json.output@{}@@@", | 205 "@@@STEP_LOG_LINE@json.output@{}@@@", |
200 "@@@STEP_LOG_END@json.output@@@" | 206 "@@@STEP_LOG_END@json.output@@@" |
201 ] | 207 ] |
202 }, | 208 }, |
203 { | 209 { |
204 "cmd": [ | 210 "cmd": [ |
205 "python", | 211 "python", |
206 "-u", | 212 "-u", |
207 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 213 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
208 "[CWD]/src/testing/buildbot/chromium.chromiumos.json", | 214 "[SLAVE_BUILD]/src/testing/buildbot/chromium.chromiumos.json", |
209 "/path/to/tmp/json" | 215 "/path/to/tmp/json" |
210 ], | 216 ], |
| 217 "cwd": "[SLAVE_BUILD]", |
211 "name": "read test spec", | 218 "name": "read test spec", |
212 "~followup_annotations": [ | 219 "~followup_annotations": [ |
213 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.chromiumos.json@@@
", | 220 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.chromiumos
.json@@@", |
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 "git", | 227 "git", |
221 "diff", | 228 "diff", |
222 "--cached", | 229 "--cached", |
223 "--name-only" | 230 "--name-only" |
224 ], | 231 ], |
225 "cwd": "[CWD]/src", | 232 "cwd": "[SLAVE_BUILD]/src", |
226 "name": "git diff to analyze patch", | 233 "name": "git diff to analyze patch", |
227 "stdout": "/path/to/tmp/", | 234 "stdout": "/path/to/tmp/", |
228 "~followup_annotations": [ | 235 "~followup_annotations": [ |
229 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 236 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
230 "@@@STEP_LOG_END@files@@@", | 237 "@@@STEP_LOG_END@files@@@", |
231 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 238 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
232 ] | 239 ] |
233 }, | 240 }, |
234 { | 241 { |
235 "cmd": [ | 242 "cmd": [ |
236 "python", | 243 "python", |
237 "-u", | 244 "-u", |
238 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 245 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
239 "[CWD]/src/testing/buildbot/trybot_analyze_config.json", | 246 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
240 "/path/to/tmp/json" | 247 "/path/to/tmp/json" |
241 ], | 248 ], |
| 249 "cwd": "[SLAVE_BUILD]", |
242 "name": "read filter exclusion spec", | 250 "name": "read filter exclusion spec", |
243 "~followup_annotations": [ | 251 "~followup_annotations": [ |
244 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 252 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
245 "@@@STEP_LOG_LINE@json.output@{@@@", | 253 "@@@STEP_LOG_LINE@json.output@{@@@", |
246 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 254 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
247 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 255 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
248 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 256 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
249 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 257 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
250 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 258 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
251 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 259 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
252 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 260 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
253 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 261 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
254 "@@@STEP_LOG_LINE@json.output@ }@@@", | 262 "@@@STEP_LOG_LINE@json.output@ }@@@", |
255 "@@@STEP_LOG_LINE@json.output@}@@@", | 263 "@@@STEP_LOG_LINE@json.output@}@@@", |
256 "@@@STEP_LOG_END@json.output@@@" | 264 "@@@STEP_LOG_END@json.output@@@" |
257 ] | 265 ] |
258 }, | 266 }, |
259 { | 267 { |
260 "cmd": [ | 268 "cmd": [ |
261 "RECIPE_PACKAGE_REPO[depot_tools]/cros", | 269 "RECIPE_PACKAGE_REPO[depot_tools]/cros", |
262 "chrome-sdk", | 270 "chrome-sdk", |
263 "--board=amd64-generic", | 271 "--board=amd64-generic", |
264 "--nocolor", | 272 "--nocolor", |
265 "--use-external-config", | 273 "--use-external-config", |
266 "--gomadir", | 274 "--gomadir", |
267 "[ROOT]/b/build/slave/cache/cipd/goma", | 275 "[CACHE]/cipd/goma", |
268 "--fastbuild", | 276 "--fastbuild", |
269 "--", | 277 "--", |
270 "python", | 278 "python", |
271 "-u", | 279 "-u", |
272 "[CWD]/src/build/gyp_chromium", | 280 "[SLAVE_BUILD]/src/build/gyp_chromium", |
273 "--analyzer", | 281 "--analyzer", |
274 "{\"additional_compile_targets\": [\"chromiumos_preflight\"], \"files\": [
\"foo.cc\"], \"test_targets\": []}", | 282 "{\"additional_compile_targets\": [\"chromiumos_preflight\"], \"files\": [
\"foo.cc\"], \"test_targets\": []}", |
275 "/path/to/tmp/json" | 283 "/path/to/tmp/json" |
276 ], | 284 ], |
| 285 "cwd": "[SLAVE_BUILD]", |
277 "env": { | 286 "env": { |
278 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 287 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
279 }, | 288 }, |
280 "name": "analyze", | 289 "name": "analyze", |
281 "~followup_annotations": [ | 290 "~followup_annotations": [ |
282 "@@@STEP_TEXT@No compile necessary@@@", | 291 "@@@STEP_TEXT@No compile necessary@@@", |
283 "@@@STEP_LOG_LINE@json.output@{@@@", | 292 "@@@STEP_LOG_LINE@json.output@{@@@", |
284 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
285 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
286 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
(...skipping 10 matching lines...) Expand all Loading... |
297 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 306 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
298 "@@@STEP_LOG_END@analyze_details@@@" | 307 "@@@STEP_LOG_END@analyze_details@@@" |
299 ] | 308 ] |
300 }, | 309 }, |
301 { | 310 { |
302 "cmd": [ | 311 "cmd": [ |
303 "python", | 312 "python", |
304 "-u", | 313 "-u", |
305 "import sys; sys.exit(0)" | 314 "import sys; sys.exit(0)" |
306 ], | 315 ], |
| 316 "cwd": "[SLAVE_BUILD]", |
307 "name": "mark: before_tests" | 317 "name": "mark: before_tests" |
308 }, | 318 }, |
309 { | 319 { |
310 "name": "$result", | 320 "name": "$result", |
311 "recipe_result": null, | 321 "recipe_result": null, |
312 "status_code": 0 | 322 "status_code": 0 |
313 } | 323 } |
314 ] | 324 ] |
OLD | NEW |