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 "chromium.webkit", | 8 "chromium.webkit", |
9 "--builder", | 9 "--builder", |
10 "WebKit Linux MSAN", | 10 "WebKit Linux MSAN", |
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 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--revision", | 25 "--revision", |
26 "src/third_party/WebKit@HEAD", | 26 "src/third_party/WebKit@HEAD", |
27 "--force", | 27 "--force", |
28 "--output_manifest" | 28 "--output_manifest" |
29 ], | 29 ], |
| 30 "cwd": "[SLAVE_BUILD]", |
30 "env": { | 31 "env": { |
31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
32 }, | 33 }, |
33 "name": "bot_update", | 34 "name": "bot_update", |
34 "~followup_annotations": [ | 35 "~followup_annotations": [ |
35 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 96 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
96 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
97 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 98 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
98 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 99 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
99 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
100 ] | 101 ] |
101 }, | 102 }, |
102 { | 103 { |
103 "cmd": [], | 104 "cmd": [], |
| 105 "cwd": "[SLAVE_BUILD]", |
104 "name": "ensure_goma" | 106 "name": "ensure_goma" |
105 }, | 107 }, |
106 { | 108 { |
107 "cmd": [ | 109 "cmd": [ |
108 "python", | 110 "python", |
109 "-u", | 111 "-u", |
110 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
111 "--platform", | 113 "--platform", |
112 "linux-amd64", | 114 "linux-amd64", |
113 "--dest-directory", | 115 "--dest-directory", |
114 "[CWD]/cipd", | 116 "[SLAVE_BUILD]/cipd", |
115 "--json-output", | 117 "--json-output", |
116 "/path/to/tmp/json" | 118 "/path/to/tmp/json" |
117 ], | 119 ], |
| 120 "cwd": "[SLAVE_BUILD]", |
118 "name": "ensure_goma.install cipd", | 121 "name": "ensure_goma.install cipd", |
119 "~followup_annotations": [ | 122 "~followup_annotations": [ |
120 "@@@STEP_NEST_LEVEL@1@@@", | 123 "@@@STEP_NEST_LEVEL@1@@@", |
121 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 124 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
122 "@@@STEP_LOG_LINE@json.output@{@@@", | 125 "@@@STEP_LOG_LINE@json.output@{@@@", |
123 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 126 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
124 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 127 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
125 "@@@STEP_LOG_LINE@json.output@}@@@", | 128 "@@@STEP_LOG_LINE@json.output@}@@@", |
126 "@@@STEP_LOG_END@json.output@@@" | 129 "@@@STEP_LOG_END@json.output@@@" |
127 ] | 130 ] |
128 }, | 131 }, |
129 { | 132 { |
130 "cmd": [ | 133 "cmd": [ |
131 "fake_slave_build/cipd", | 134 "[SLAVE_BUILD]/cipd/cipd", |
132 "ensure", | 135 "ensure", |
133 "--root", | 136 "--root", |
134 "[ROOT]/b/build/slave/cache/cipd/goma", | 137 "[CACHE]/cipd/goma", |
135 "--list", | 138 "--list", |
136 "infra_internal/goma/client/linux-amd64 release", | 139 "infra_internal/goma/client/linux-amd64 release", |
137 "--json-output", | 140 "--json-output", |
138 "/path/to/tmp/json", | 141 "/path/to/tmp/json", |
139 "--service-account-json", | 142 "--service-account-json", |
140 "/creds/service_accounts/service-account-goma-client.json" | 143 "/creds/service_accounts/service-account-goma-client.json" |
141 ], | 144 ], |
| 145 "cwd": "[SLAVE_BUILD]", |
142 "name": "ensure_goma.ensure_installed", | 146 "name": "ensure_goma.ensure_installed", |
143 "~followup_annotations": [ | 147 "~followup_annotations": [ |
144 "@@@STEP_NEST_LEVEL@1@@@", | 148 "@@@STEP_NEST_LEVEL@1@@@", |
145 "@@@STEP_LOG_LINE@json.output@{@@@", | 149 "@@@STEP_LOG_LINE@json.output@{@@@", |
146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
147 "@@@STEP_LOG_LINE@json.output@ {@@@", | 151 "@@@STEP_LOG_LINE@json.output@ {@@@", |
148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 152 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 153 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
150 "@@@STEP_LOG_LINE@json.output@ }@@@", | 154 "@@@STEP_LOG_LINE@json.output@ }@@@", |
151 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 155 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
152 "@@@STEP_LOG_LINE@json.output@}@@@", | 156 "@@@STEP_LOG_LINE@json.output@}@@@", |
153 "@@@STEP_LOG_END@json.output@@@" | 157 "@@@STEP_LOG_END@json.output@@@" |
154 ] | 158 ] |
155 }, | 159 }, |
156 { | 160 { |
157 "cmd": [ | 161 "cmd": [ |
158 "python", | 162 "python", |
159 "-u", | 163 "-u", |
160 "[CWD]/src/tools/swarming_client/swarming.py", | 164 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
161 "--version" | 165 "--version" |
162 ], | 166 ], |
| 167 "cwd": "[SLAVE_BUILD]", |
163 "name": "swarming.py --version", | 168 "name": "swarming.py --version", |
164 "stdout": "/path/to/tmp/", | 169 "stdout": "/path/to/tmp/", |
165 "~followup_annotations": [ | 170 "~followup_annotations": [ |
166 "@@@STEP_TEXT@0.4.10@@@" | 171 "@@@STEP_TEXT@0.4.10@@@" |
167 ] | 172 ] |
168 }, | 173 }, |
169 { | 174 { |
170 "cmd": [ | 175 "cmd": [ |
171 "python", | 176 "python", |
172 "-u", | 177 "-u", |
173 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 178 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
174 "runhooks" | 179 "runhooks" |
175 ], | 180 ], |
| 181 "cwd": "[SLAVE_BUILD]", |
176 "env": { | 182 "env": { |
177 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
178 "GYP_CHROMIUM_NO_ACTION": "1", | 184 "GYP_CHROMIUM_NO_ACTION": "1", |
179 "GYP_DEFINES": "clang=1 component=static_library gomadir='[ROOT]/b/build/s
lave/cache/cipd/goma' msan=1 msan_track_origins=2 target_arch=x64 test_isolation
_mode=prepare use_goma=1 use_prebuilt_instrumented_libraries=1", | 185 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' msan=1 msan_track_origins=2 target_arch=x64 test_isolation_mode=prepare use_g
oma=1 use_prebuilt_instrumented_libraries=1", |
180 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 186 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
181 }, | 187 }, |
182 "name": "gclient runhooks" | 188 "name": "gclient runhooks" |
183 }, | 189 }, |
184 { | 190 { |
185 "cmd": [ | 191 "cmd": [ |
186 "python", | 192 "python", |
187 "-u", | 193 "-u", |
188 "[CWD]/src/testing/scripts/get_compile_targets.py", | 194 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
189 "--output", | 195 "--output", |
190 "/path/to/tmp/json", | 196 "/path/to/tmp/json", |
191 "--", | 197 "--", |
192 "--build-config-fs", | 198 "--build-config-fs", |
193 "Release", | 199 "Release", |
194 "--paths", | 200 "--paths", |
195 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 201 "{\"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\"}", |
196 "--properties", | 202 "--properties", |
197 "{\"buildername\": \"WebKit Linux MSAN\", \"buildnumber\": 571, \"masterna
me\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"linux\"}" | 203 "{\"buildername\": \"WebKit Linux MSAN\", \"buildnumber\": 571, \"masterna
me\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"linux\"}" |
198 ], | 204 ], |
| 205 "cwd": "[SLAVE_BUILD]", |
199 "name": "get compile targets for scripts", | 206 "name": "get compile targets for scripts", |
200 "~followup_annotations": [ | 207 "~followup_annotations": [ |
201 "@@@STEP_LOG_LINE@json.output@{}@@@", | 208 "@@@STEP_LOG_LINE@json.output@{}@@@", |
202 "@@@STEP_LOG_END@json.output@@@" | 209 "@@@STEP_LOG_END@json.output@@@" |
203 ] | 210 ] |
204 }, | 211 }, |
205 { | 212 { |
206 "cmd": [ | 213 "cmd": [ |
207 "python", | 214 "python", |
208 "-u", | 215 "-u", |
209 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 216 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
210 "[CWD]/src/testing/buildbot/chromium.webkit.json", | 217 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", |
211 "/path/to/tmp/json" | 218 "/path/to/tmp/json" |
212 ], | 219 ], |
| 220 "cwd": "[SLAVE_BUILD]", |
213 "name": "read test spec", | 221 "name": "read test spec", |
214 "~followup_annotations": [ | 222 "~followup_annotations": [ |
215 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.webkit.json@@@", | 223 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.jso
n@@@", |
216 "@@@STEP_LOG_LINE@json.output@{@@@", | 224 "@@@STEP_LOG_LINE@json.output@{@@@", |
217 "@@@STEP_LOG_LINE@json.output@ \"WebKit Linux MSAN\": {@@@", | 225 "@@@STEP_LOG_LINE@json.output@ \"WebKit Linux MSAN\": {@@@", |
218 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 226 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
219 "@@@STEP_LOG_LINE@json.output@ {@@@", | 227 "@@@STEP_LOG_LINE@json.output@ {@@@", |
220 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 228 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
221 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 229 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
222 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 230 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
223 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 231 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
224 "@@@STEP_LOG_LINE@json.output@ }@@@", | 232 "@@@STEP_LOG_LINE@json.output@ }@@@", |
225 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 233 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
226 "@@@STEP_LOG_LINE@json.output@ }@@@", | 234 "@@@STEP_LOG_LINE@json.output@ }@@@", |
227 "@@@STEP_LOG_LINE@json.output@}@@@", | 235 "@@@STEP_LOG_LINE@json.output@}@@@", |
228 "@@@STEP_LOG_END@json.output@@@" | 236 "@@@STEP_LOG_END@json.output@@@" |
229 ] | 237 ] |
230 }, | 238 }, |
231 { | 239 { |
232 "cmd": [ | 240 "cmd": [ |
233 "python", | 241 "python", |
234 "-u", | 242 "-u", |
235 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 243 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
236 "--show-path", | 244 "--show-path", |
237 "python", | 245 "python", |
238 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 246 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
239 ], | 247 ], |
| 248 "cwd": "[SLAVE_BUILD]", |
240 "name": "cleanup_temp" | 249 "name": "cleanup_temp" |
241 }, | 250 }, |
242 { | 251 { |
243 "cmd": [ | 252 "cmd": [ |
244 "python", | 253 "python", |
245 "-u", | 254 "-u", |
246 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 255 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
247 "--build-dir", | 256 "--build-dir", |
248 "[CWD]/src/out/Release", | 257 "[SLAVE_BUILD]/src/out/Release", |
249 "--clean-isolated-files" | 258 "--clean-isolated-files" |
250 ], | 259 ], |
| 260 "cwd": "[SLAVE_BUILD]", |
251 "name": "clean isolated files" | 261 "name": "clean isolated files" |
252 }, | 262 }, |
253 { | 263 { |
254 "cmd": [ | 264 "cmd": [ |
255 "python", | 265 "python", |
256 "-u", | 266 "-u", |
257 "[CWD]/src/tools/mb/mb.py", | 267 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
258 "gen", | 268 "gen", |
259 "-m", | 269 "-m", |
260 "chromium.webkit", | 270 "chromium.webkit", |
261 "-b", | 271 "-b", |
262 "WebKit Linux MSAN", | 272 "WebKit Linux MSAN", |
263 "--config-file", | 273 "--config-file", |
264 "[CWD]/src/tools/mb/mb_config.pyl", | 274 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
265 "--goma-dir", | 275 "--goma-dir", |
266 "[ROOT]/b/build/slave/cache/cipd/goma", | 276 "[CACHE]/cipd/goma", |
267 "--swarming-targets-file", | 277 "--swarming-targets-file", |
268 "browser_tests\n", | 278 "browser_tests\n", |
269 "//out/Release" | 279 "//out/Release" |
270 ], | 280 ], |
| 281 "cwd": "[SLAVE_BUILD]", |
271 "name": "generate_build_files", | 282 "name": "generate_build_files", |
272 "~followup_annotations": [ | 283 "~followup_annotations": [ |
273 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 284 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
274 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 285 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
275 ] | 286 ] |
276 }, | 287 }, |
277 { | 288 { |
278 "allow_subannotations": true, | 289 "allow_subannotations": true, |
279 "cmd": [ | 290 "cmd": [ |
280 "python", | 291 "python", |
281 "-u", | 292 "-u", |
282 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 293 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
283 "--src-dir", | 294 "--src-dir", |
284 "[CWD]/src", | 295 "[SLAVE_BUILD]/src", |
285 "--output-json", | 296 "--output-json", |
286 "/path/to/tmp/json" | 297 "/path/to/tmp/json" |
287 ], | 298 ], |
| 299 "cwd": "[SLAVE_BUILD]", |
288 "env": { | 300 "env": { |
289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 301 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
290 }, | 302 }, |
291 "name": "clang_revision", | 303 "name": "clang_revision", |
292 "~followup_annotations": [ | 304 "~followup_annotations": [ |
293 "@@@STEP_LOG_LINE@json.output@{@@@", | 305 "@@@STEP_LOG_LINE@json.output@{@@@", |
294 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 306 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
295 "@@@STEP_LOG_LINE@json.output@}@@@", | 307 "@@@STEP_LOG_LINE@json.output@}@@@", |
296 "@@@STEP_LOG_END@json.output@@@" | 308 "@@@STEP_LOG_END@json.output@@@" |
297 ] | 309 ] |
298 }, | 310 }, |
299 { | 311 { |
300 "cmd": [ | 312 "cmd": [ |
301 "python", | 313 "python", |
302 "-u", | 314 "-u", |
303 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 315 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
304 "--show-path", | 316 "--show-path", |
305 "python", | 317 "python", |
306 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 318 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
307 "--gsutil-py-path", | 319 "--gsutil-py-path", |
308 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 320 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
309 "--ninja-path", | 321 "--ninja-path", |
310 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 322 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
311 "--target", | 323 "--target", |
312 "Release", | 324 "Release", |
313 "--src-dir", | 325 "--src-dir", |
314 "[CWD]/src", | 326 "[SLAVE_BUILD]/src", |
315 "--goma-cache-dir", | 327 "--goma-cache-dir", |
316 "[ROOT]/b/build/slave/goma_cache", | 328 "[GOMA_CACHE]", |
317 "--build-tool", | 329 "--build-tool", |
318 "ninja", | 330 "ninja", |
319 "--build-data-dir", | 331 "--build-data-dir", |
320 "[ROOT]/build_data_dir", | 332 "[ROOT]/build_data_dir", |
321 "--compiler", | 333 "--compiler", |
322 "goma-clang", | 334 "goma-clang", |
323 "--goma-jsonstatus", | 335 "--goma-jsonstatus", |
324 "/path/to/tmp/json", | 336 "/path/to/tmp/json", |
325 "--goma-service-account-json-file", | 337 "--goma-service-account-json-file", |
326 "/creds/service_accounts/service-account-goma-client.json", | 338 "/creds/service_accounts/service-account-goma-client.json", |
327 "--goma-dir", | 339 "--goma-dir", |
328 "[ROOT]/b/build/slave/cache/cipd/goma", | 340 "[CACHE]/cipd/goma", |
329 "--", | 341 "--", |
330 "blink_tests", | 342 "blink_tests", |
331 "browser_tests", | 343 "browser_tests", |
332 "browser_tests_run" | 344 "browser_tests_run" |
333 ], | 345 ], |
| 346 "cwd": "[SLAVE_BUILD]", |
334 "env": { | 347 "env": { |
335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 348 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
336 }, | 349 }, |
337 "name": "compile", | 350 "name": "compile", |
338 "~followup_annotations": [ | 351 "~followup_annotations": [ |
339 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 352 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
340 "@@@STEP_LOG_END@json.output (invalid)@@@" | 353 "@@@STEP_LOG_END@json.output (invalid)@@@" |
341 ] | 354 ] |
342 }, | 355 }, |
343 { | 356 { |
344 "cmd": [ | 357 "cmd": [ |
345 "python", | 358 "python", |
346 "-u", | 359 "-u", |
347 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 360 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", |
348 "--build-dir", | 361 "--build-dir", |
349 "[CWD]/src/out/Release", | 362 "[SLAVE_BUILD]/src/out/Release", |
350 "--src-dir", | 363 "--src-dir", |
351 "[CWD]/src" | 364 "[SLAVE_BUILD]/src" |
352 ], | 365 ], |
353 "cwd": "[CWD]", | 366 "cwd": "[SLAVE_BUILD]", |
354 "name": "remove_build_metadata" | 367 "name": "remove_build_metadata" |
355 }, | 368 }, |
356 { | 369 { |
357 "cmd": [ | 370 "cmd": [ |
358 "python", | 371 "python", |
359 "-u", | 372 "-u", |
360 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 373 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
361 "[CWD]/src/tools/swarming_client", | 374 "[SLAVE_BUILD]/src/tools/swarming_client", |
362 "batcharchive", | 375 "batcharchive", |
363 "--dump-json", | 376 "--dump-json", |
364 "/path/to/tmp/json", | 377 "/path/to/tmp/json", |
365 "--isolate-server", | 378 "--isolate-server", |
366 "https://isolateserver.appspot.com", | 379 "https://isolateserver.appspot.com", |
367 "--verbose", | 380 "--verbose", |
368 "[CWD]/src/out/Release/browser_tests.isolated.gen.json" | 381 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
369 ], | 382 ], |
| 383 "cwd": "[SLAVE_BUILD]", |
370 "name": "isolate tests", | 384 "name": "isolate tests", |
371 "~followup_annotations": [ | 385 "~followup_annotations": [ |
372 "@@@STEP_LOG_LINE@json.output@{@@@", | 386 "@@@STEP_LOG_LINE@json.output@{@@@", |
373 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 387 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
374 "@@@STEP_LOG_LINE@json.output@}@@@", | 388 "@@@STEP_LOG_LINE@json.output@}@@@", |
375 "@@@STEP_LOG_END@json.output@@@" | 389 "@@@STEP_LOG_END@json.output@@@" |
376 ] | 390 ] |
377 }, | 391 }, |
378 { | 392 { |
379 "cmd": [ | 393 "cmd": [ |
380 "python", | 394 "python", |
381 "-u", | 395 "-u", |
382 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 396 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
383 "--build-dir", | 397 "--build-dir", |
384 "[CWD]/src/out/Release", | 398 "[SLAVE_BUILD]/src/out/Release", |
385 "--output-json", | 399 "--output-json", |
386 "/path/to/tmp/json" | 400 "/path/to/tmp/json" |
387 ], | 401 ], |
| 402 "cwd": "[SLAVE_BUILD]", |
388 "name": "find isolated tests", | 403 "name": "find isolated tests", |
389 "~followup_annotations": [ | 404 "~followup_annotations": [ |
390 "@@@STEP_LOG_LINE@json.output@{@@@", | 405 "@@@STEP_LOG_LINE@json.output@{@@@", |
391 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 406 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
392 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 407 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
393 "@@@STEP_LOG_LINE@json.output@}@@@", | 408 "@@@STEP_LOG_LINE@json.output@}@@@", |
394 "@@@STEP_LOG_END@json.output@@@", | 409 "@@@STEP_LOG_END@json.output@@@", |
395 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 410 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
396 ] | 411 ] |
397 }, | 412 }, |
398 { | 413 { |
399 "cmd": [ | 414 "cmd": [ |
400 "python", | 415 "python", |
401 "-u", | 416 "-u", |
402 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", | 417 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", |
403 "browser_tests" | 418 "browser_tests" |
404 ], | 419 ], |
| 420 "cwd": "[SLAVE_BUILD]", |
405 "name": "[error] browser_tests", | 421 "name": "[error] browser_tests", |
406 "~followup_annotations": [ | 422 "~followup_annotations": [ |
407 "@@@STEP_LOG_LINE@python.inline@@@@", | 423 "@@@STEP_LOG_LINE@python.inline@@@@", |
408 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 424 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
409 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 425 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
410 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 426 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
411 "@@@STEP_LOG_END@python.inline@@@" | 427 "@@@STEP_LOG_END@python.inline@@@" |
412 ] | 428 ] |
413 }, | 429 }, |
414 { | 430 { |
415 "cmd": [ | 431 "cmd": [ |
416 "python", | 432 "python", |
417 "-u", | 433 "-u", |
418 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 434 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
419 "--target", | 435 "--target", |
420 "Release", | 436 "Release", |
421 "--no-xvfb", | 437 "--no-xvfb", |
422 "--factory-properties", | 438 "--factory-properties", |
423 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Linux MSA
N\", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromi
um.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 439 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Linux MSA
N\", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromi
um.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
424 "--build-properties", | 440 "--build-properties", |
425 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Linux MSA
N\", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromi
um.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 441 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Linux MSA
N\", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromi
um.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
426 "--step-name=webkit_tests", | 442 "--step-name=webkit_tests", |
427 "--builder-name=WebKit Linux MSAN", | 443 "--builder-name=WebKit Linux MSAN", |
428 "--slave-name=TestSlavename", | 444 "--slave-name=TestSlavename", |
429 "--build-number=571", | 445 "--build-number=571", |
430 "--run-python-script", | 446 "--run-python-script", |
431 "--enable-msan", | 447 "--enable-msan", |
432 "[ROOT]/b/build/scripts/slave/chromium/layout_test_wrapper.py", | 448 "[BUILD]/scripts/slave/chromium/layout_test_wrapper.py", |
433 "--target", | 449 "--target", |
434 "Release", | 450 "Release", |
435 "-o", | 451 "-o", |
436 "[CWD]/layout-test-results", | 452 "[SLAVE_BUILD]/layout-test-results", |
437 "--build-dir", | 453 "--build-dir", |
438 "[CWD]/src/out", | 454 "[SLAVE_BUILD]/src/out", |
439 "--json-test-results", | 455 "--json-test-results", |
440 "/path/to/tmp/json", | 456 "/path/to/tmp/json", |
441 "--test-results-server", | 457 "--test-results-server", |
442 "test-results.appspot.com", | 458 "test-results.appspot.com", |
443 "--build-number", | 459 "--build-number", |
444 "571", | 460 "571", |
445 "--builder-name", | 461 "--builder-name", |
446 "WebKit Linux MSAN", | 462 "WebKit Linux MSAN", |
447 "--step-name", | 463 "--step-name", |
448 "webkit_tests", | 464 "webkit_tests", |
449 "--additional-expectations", | 465 "--additional-expectations", |
450 "src/third_party/WebKit/LayoutTests/MSANExpectations", | 466 "src/third_party/WebKit/LayoutTests/MSANExpectations", |
451 "--time-out-ms", | 467 "--time-out-ms", |
452 "66000", | 468 "66000", |
453 "--options=--enable-sanitizer" | 469 "--options=--enable-sanitizer" |
454 ], | 470 ], |
| 471 "cwd": "[SLAVE_BUILD]", |
455 "name": "webkit_tests", | 472 "name": "webkit_tests", |
456 "~followup_annotations": [ | 473 "~followup_annotations": [ |
457 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 474 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
458 ] | 475 ] |
459 }, | 476 }, |
460 { | 477 { |
461 "cmd": [ | 478 "cmd": [ |
462 "python", | 479 "python", |
463 "-u", | 480 "-u", |
464 "[ROOT]/b/build/scripts/slave/chromium/archive_layout_test_results.py", | 481 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", |
465 "--results-dir", | 482 "--results-dir", |
466 "[CWD]/layout-test-results", | 483 "[SLAVE_BUILD]/layout-test-results", |
467 "--build-dir", | 484 "--build-dir", |
468 "[CWD]/src/out", | 485 "[SLAVE_BUILD]/src/out", |
469 "--build-number", | 486 "--build-number", |
470 "571", | 487 "571", |
471 "--builder-name", | 488 "--builder-name", |
472 "WebKit Linux MSAN", | 489 "WebKit Linux MSAN", |
473 "--gs-bucket", | 490 "--gs-bucket", |
474 "gs://chromium-layout-test-archives", | 491 "gs://chromium-layout-test-archives", |
475 "--gs-acl", | 492 "--gs-acl", |
476 "public-read" | 493 "public-read" |
477 ], | 494 ], |
| 495 "cwd": "[SLAVE_BUILD]", |
478 "name": "archive_webkit_tests_results", | 496 "name": "archive_webkit_tests_results", |
479 "~followup_annotations": [ | 497 "~followup_annotations": [ |
480 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux_MSAN/571/layout-test-results/results.html@@@", | 498 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux_MSAN/571/layout-test-results/results.html@@@", |
481 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_MSAN/571/layout-test-results.zip@@@" | 499 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_MSAN/571/layout-test-results.zip@@@" |
482 ] | 500 ] |
483 }, | 501 }, |
484 { | 502 { |
485 "cmd": [ | 503 "cmd": [ |
486 "python", | 504 "python", |
487 "-u", | 505 "-u", |
488 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, | 506 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, |
489 "browser_tests" | 507 "browser_tests" |
490 ], | 508 ], |
| 509 "cwd": "[SLAVE_BUILD]", |
491 "name": "[collect error] browser_tests", | 510 "name": "[collect error] browser_tests", |
492 "~followup_annotations": [ | 511 "~followup_annotations": [ |
493 "@@@STEP_LOG_LINE@python.inline@@@@", | 512 "@@@STEP_LOG_LINE@python.inline@@@@", |
494 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 513 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
495 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | 514 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", |
496 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 515 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
497 "@@@STEP_LOG_END@python.inline@@@" | 516 "@@@STEP_LOG_END@python.inline@@@" |
498 ] | 517 ] |
499 }, | 518 }, |
500 { | 519 { |
501 "name": "$result", | 520 "name": "$result", |
502 "recipe_result": null, | 521 "recipe_result": null, |
503 "status_code": 0 | 522 "status_code": 0 |
504 } | 523 } |
505 ] | 524 ] |
OLD | NEW |