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 = '[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'}]", | 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'}]", |
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 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
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]", | |
34 "env": { | 33 "env": { |
35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
36 }, | 35 }, |
37 "name": "bot_update", | 36 "name": "bot_update", |
38 "~followup_annotations": [ | 37 "~followup_annotations": [ |
39 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
40 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 96 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
98 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 97 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 98 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 100 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
102 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 101 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
103 ] | 102 ] |
104 }, | 103 }, |
105 { | 104 { |
106 "cmd": [], | 105 "cmd": [], |
107 "cwd": "[SLAVE_BUILD]", | |
108 "name": "ensure_goma" | 106 "name": "ensure_goma" |
109 }, | 107 }, |
110 { | 108 { |
111 "cmd": [ | 109 "cmd": [ |
112 "python", | 110 "python", |
113 "-u", | 111 "-u", |
114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
115 "--platform", | 113 "--platform", |
116 "linux-amd64", | 114 "linux-amd64", |
117 "--dest-directory", | 115 "--dest-directory", |
118 "[SLAVE_BUILD]/cipd", | 116 "[CWD]/cipd", |
119 "--json-output", | 117 "--json-output", |
120 "/path/to/tmp/json" | 118 "/path/to/tmp/json" |
121 ], | 119 ], |
122 "cwd": "[SLAVE_BUILD]", | |
123 "name": "ensure_goma.install cipd", | 120 "name": "ensure_goma.install cipd", |
124 "~followup_annotations": [ | 121 "~followup_annotations": [ |
125 "@@@STEP_NEST_LEVEL@1@@@", | 122 "@@@STEP_NEST_LEVEL@1@@@", |
126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 123 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
127 "@@@STEP_LOG_LINE@json.output@{@@@", | 124 "@@@STEP_LOG_LINE@json.output@{@@@", |
128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 125 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 126 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
130 "@@@STEP_LOG_LINE@json.output@}@@@", | 127 "@@@STEP_LOG_LINE@json.output@}@@@", |
131 "@@@STEP_LOG_END@json.output@@@" | 128 "@@@STEP_LOG_END@json.output@@@" |
132 ] | 129 ] |
133 }, | 130 }, |
134 { | 131 { |
135 "cmd": [ | 132 "cmd": [ |
136 "[SLAVE_BUILD]/cipd/cipd", | 133 "fake_slave_build/cipd", |
137 "ensure", | 134 "ensure", |
138 "--root", | 135 "--root", |
139 "[CACHE]/cipd/goma", | 136 "[ROOT]/b/build/slave/cache/cipd/goma", |
140 "--list", | 137 "--list", |
141 "infra_internal/goma/client/linux-amd64 release", | 138 "infra_internal/goma/client/linux-amd64 release", |
142 "--json-output", | 139 "--json-output", |
143 "/path/to/tmp/json", | 140 "/path/to/tmp/json", |
144 "--service-account-json", | 141 "--service-account-json", |
145 "/creds/service_accounts/service-account-goma-client.json" | 142 "/creds/service_accounts/service-account-goma-client.json" |
146 ], | 143 ], |
147 "cwd": "[SLAVE_BUILD]", | |
148 "name": "ensure_goma.ensure_installed", | 144 "name": "ensure_goma.ensure_installed", |
149 "~followup_annotations": [ | 145 "~followup_annotations": [ |
150 "@@@STEP_NEST_LEVEL@1@@@", | 146 "@@@STEP_NEST_LEVEL@1@@@", |
151 "@@@STEP_LOG_LINE@json.output@{@@@", | 147 "@@@STEP_LOG_LINE@json.output@{@@@", |
152 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
153 "@@@STEP_LOG_LINE@json.output@ {@@@", | 149 "@@@STEP_LOG_LINE@json.output@ {@@@", |
154 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
155 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 151 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
156 "@@@STEP_LOG_LINE@json.output@ }@@@", | 152 "@@@STEP_LOG_LINE@json.output@ }@@@", |
157 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 153 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
158 "@@@STEP_LOG_LINE@json.output@}@@@", | 154 "@@@STEP_LOG_LINE@json.output@}@@@", |
159 "@@@STEP_LOG_END@json.output@@@" | 155 "@@@STEP_LOG_END@json.output@@@" |
160 ] | 156 ] |
161 }, | 157 }, |
162 { | 158 { |
163 "cmd": [ | 159 "cmd": [ |
164 "RECIPE_PACKAGE_REPO[depot_tools]/cros", | 160 "RECIPE_PACKAGE_REPO[depot_tools]/cros", |
165 "chrome-sdk", | 161 "chrome-sdk", |
166 "--board=amd64-generic", | 162 "--board=amd64-generic", |
167 "--nocolor", | 163 "--nocolor", |
168 "--use-external-config", | 164 "--use-external-config", |
169 "--clear-sdk-cache", | 165 "--clear-sdk-cache", |
170 "--gomadir", | 166 "--gomadir", |
171 "[CACHE]/cipd/goma", | 167 "[ROOT]/b/build/slave/cache/cipd/goma", |
172 "--fastbuild", | 168 "--fastbuild", |
173 "--", | 169 "--", |
174 "python", | 170 "python", |
175 "-u", | 171 "-u", |
176 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 172 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
177 "runhooks" | 173 "runhooks" |
178 ], | 174 ], |
179 "cwd": "[SLAVE_BUILD]", | |
180 "env": { | 175 "env": { |
181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 176 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
182 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 177 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
183 }, | 178 }, |
184 "name": "gclient runhooks (with patch)" | 179 "name": "gclient runhooks (with patch)" |
185 }, | 180 }, |
186 { | 181 { |
187 "cmd": [ | 182 "cmd": [ |
188 "python", | 183 "python", |
189 "-u", | 184 "-u", |
190 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 185 "[CWD]/src/testing/scripts/get_compile_targets.py", |
191 "--output", | 186 "--output", |
192 "/path/to/tmp/json", | 187 "/path/to/tmp/json", |
193 "--", | 188 "--", |
194 "--build-config-fs", | 189 "--build-config-fs", |
195 "Release", | 190 "Release", |
196 "--use-src-side-runtest-py", | 191 "--use-src-side-runtest-py", |
197 "--paths", | 192 "--paths", |
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\"}", | 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\"}", |
199 "--properties", | 194 "--properties", |
200 "{\"buildername\": \"chromeos_amd64-generic_chromium_compile_only_ng\", \"
buildnumber\": 571, \"mastername\": \"tryserver.chromium.linux\", \"slavename\":
\"TestSlavename\", \"target_platform\": \"chromeos\"}" | 195 "{\"buildername\": \"chromeos_amd64-generic_chromium_compile_only_ng\", \"
buildnumber\": 571, \"mastername\": \"tryserver.chromium.linux\", \"slavename\":
\"TestSlavename\", \"target_platform\": \"chromeos\"}" |
201 ], | 196 ], |
202 "cwd": "[SLAVE_BUILD]", | |
203 "name": "get compile targets for scripts", | 197 "name": "get compile targets for scripts", |
204 "~followup_annotations": [ | 198 "~followup_annotations": [ |
205 "@@@STEP_LOG_LINE@json.output@{}@@@", | 199 "@@@STEP_LOG_LINE@json.output@{}@@@", |
206 "@@@STEP_LOG_END@json.output@@@" | 200 "@@@STEP_LOG_END@json.output@@@" |
207 ] | 201 ] |
208 }, | 202 }, |
209 { | 203 { |
210 "cmd": [ | 204 "cmd": [ |
211 "python", | 205 "python", |
212 "-u", | 206 "-u", |
213 "\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", |
214 "[SLAVE_BUILD]/src/testing/buildbot/chromium.chromiumos.json", | 208 "[CWD]/src/testing/buildbot/chromium.chromiumos.json", |
215 "/path/to/tmp/json" | 209 "/path/to/tmp/json" |
216 ], | 210 ], |
217 "cwd": "[SLAVE_BUILD]", | |
218 "name": "read test spec", | 211 "name": "read test spec", |
219 "~followup_annotations": [ | 212 "~followup_annotations": [ |
220 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.chromiumos
.json@@@", | 213 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.chromiumos.json@@@
", |
221 "@@@STEP_LOG_LINE@json.output@{}@@@", | 214 "@@@STEP_LOG_LINE@json.output@{}@@@", |
222 "@@@STEP_LOG_END@json.output@@@" | 215 "@@@STEP_LOG_END@json.output@@@" |
223 ] | 216 ] |
224 }, | 217 }, |
225 { | 218 { |
226 "cmd": [ | 219 "cmd": [ |
227 "git", | 220 "git", |
228 "diff", | 221 "diff", |
229 "--cached", | 222 "--cached", |
230 "--name-only" | 223 "--name-only" |
231 ], | 224 ], |
232 "cwd": "[SLAVE_BUILD]/src", | 225 "cwd": "[CWD]/src", |
233 "name": "git diff to analyze patch", | 226 "name": "git diff to analyze patch", |
234 "stdout": "/path/to/tmp/", | 227 "stdout": "/path/to/tmp/", |
235 "~followup_annotations": [ | 228 "~followup_annotations": [ |
236 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 229 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
237 "@@@STEP_LOG_END@files@@@", | 230 "@@@STEP_LOG_END@files@@@", |
238 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 231 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
239 ] | 232 ] |
240 }, | 233 }, |
241 { | 234 { |
242 "cmd": [ | 235 "cmd": [ |
243 "python", | 236 "python", |
244 "-u", | 237 "-u", |
245 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 238 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
246 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 239 "[CWD]/src/testing/buildbot/trybot_analyze_config.json", |
247 "/path/to/tmp/json" | 240 "/path/to/tmp/json" |
248 ], | 241 ], |
249 "cwd": "[SLAVE_BUILD]", | |
250 "name": "read filter exclusion spec", | 242 "name": "read filter exclusion spec", |
251 "~followup_annotations": [ | 243 "~followup_annotations": [ |
252 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 244 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
253 "@@@STEP_LOG_LINE@json.output@{@@@", | 245 "@@@STEP_LOG_LINE@json.output@{@@@", |
254 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 246 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
255 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 247 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
256 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 248 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
257 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 249 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
258 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 250 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
259 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 251 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
260 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 252 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
261 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 253 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
262 "@@@STEP_LOG_LINE@json.output@ }@@@", | 254 "@@@STEP_LOG_LINE@json.output@ }@@@", |
263 "@@@STEP_LOG_LINE@json.output@}@@@", | 255 "@@@STEP_LOG_LINE@json.output@}@@@", |
264 "@@@STEP_LOG_END@json.output@@@" | 256 "@@@STEP_LOG_END@json.output@@@" |
265 ] | 257 ] |
266 }, | 258 }, |
267 { | 259 { |
268 "cmd": [ | 260 "cmd": [ |
269 "RECIPE_PACKAGE_REPO[depot_tools]/cros", | 261 "RECIPE_PACKAGE_REPO[depot_tools]/cros", |
270 "chrome-sdk", | 262 "chrome-sdk", |
271 "--board=amd64-generic", | 263 "--board=amd64-generic", |
272 "--nocolor", | 264 "--nocolor", |
273 "--use-external-config", | 265 "--use-external-config", |
274 "--gomadir", | 266 "--gomadir", |
275 "[CACHE]/cipd/goma", | 267 "[ROOT]/b/build/slave/cache/cipd/goma", |
276 "--fastbuild", | 268 "--fastbuild", |
277 "--", | 269 "--", |
278 "python", | 270 "python", |
279 "-u", | 271 "-u", |
280 "[SLAVE_BUILD]/src/build/gyp_chromium", | 272 "[CWD]/src/build/gyp_chromium", |
281 "--analyzer", | 273 "--analyzer", |
282 "{\"additional_compile_targets\": [\"chromiumos_preflight\"], \"files\": [
\"foo.cc\"], \"test_targets\": []}", | 274 "{\"additional_compile_targets\": [\"chromiumos_preflight\"], \"files\": [
\"foo.cc\"], \"test_targets\": []}", |
283 "/path/to/tmp/json" | 275 "/path/to/tmp/json" |
284 ], | 276 ], |
285 "cwd": "[SLAVE_BUILD]", | |
286 "env": { | 277 "env": { |
287 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 278 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
288 }, | 279 }, |
289 "name": "analyze", | 280 "name": "analyze", |
290 "~followup_annotations": [ | 281 "~followup_annotations": [ |
291 "@@@STEP_TEXT@No compile necessary@@@", | 282 "@@@STEP_TEXT@No compile necessary@@@", |
292 "@@@STEP_LOG_LINE@json.output@{@@@", | 283 "@@@STEP_LOG_LINE@json.output@{@@@", |
293 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
294 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
295 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
(...skipping 10 matching lines...) Expand all Loading... |
306 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 297 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
307 "@@@STEP_LOG_END@analyze_details@@@" | 298 "@@@STEP_LOG_END@analyze_details@@@" |
308 ] | 299 ] |
309 }, | 300 }, |
310 { | 301 { |
311 "cmd": [ | 302 "cmd": [ |
312 "python", | 303 "python", |
313 "-u", | 304 "-u", |
314 "import sys; sys.exit(0)" | 305 "import sys; sys.exit(0)" |
315 ], | 306 ], |
316 "cwd": "[SLAVE_BUILD]", | |
317 "name": "mark: before_tests" | 307 "name": "mark: before_tests" |
318 }, | 308 }, |
319 { | 309 { |
320 "name": "$result", | 310 "name": "$result", |
321 "recipe_result": null, | 311 "recipe_result": null, |
322 "status_code": 0 | 312 "status_code": 0 |
323 } | 313 } |
324 ] | 314 ] |
OLD | NEW |