Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_32.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Linux 32", 10 "WebKit Linux 32",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\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.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]", 14 "cache_dir = None\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.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.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/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}", 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}",
19 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
21 "--revision", 21 "--revision",
22 "src@HEAD", 22 "src@HEAD",
23 "--revision", 23 "--revision",
24 "src/third_party/WebKit@HEAD" 24 "src/third_party/WebKit@HEAD"
25 ], 25 ],
26 "cwd": "[SLAVE_BUILD]",
26 "name": "bot_update", 27 "name": "bot_update",
27 "~followup_annotations": [ 28 "~followup_annotations": [
28 "@@@STEP_TEXT@Some step text@@@", 29 "@@@STEP_TEXT@Some step text@@@",
29 "@@@STEP_LOG_LINE@json.output@{@@@", 30 "@@@STEP_LOG_LINE@json.output@{@@@",
30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 32 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 34 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 26 matching lines...) Expand all
62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
63 ] 64 ]
64 }, 65 },
65 { 66 {
66 "cmd": [ 67 "cmd": [
67 "python", 68 "python",
68 "-u", 69 "-u",
69 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 70 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
70 "--version" 71 "--version"
71 ], 72 ],
73 "cwd": "[SLAVE_BUILD]",
72 "name": "swarming.py --version", 74 "name": "swarming.py --version",
73 "stdout": "/path/to/tmp/", 75 "stdout": "/path/to/tmp/",
74 "~followup_annotations": [ 76 "~followup_annotations": [
75 "@@@STEP_TEXT@0.4.10@@@" 77 "@@@STEP_TEXT@0.4.10@@@"
76 ] 78 ]
77 }, 79 },
78 { 80 {
79 "cmd": [ 81 "cmd": [
80 "python", 82 "python",
81 "-u", 83 "-u",
82 "[DEPOT_TOOLS]/gclient.py", 84 "[DEPOT_TOOLS]/gclient.py",
83 "runhooks" 85 "runhooks"
84 ], 86 ],
87 "cwd": "[SLAVE_BUILD]",
85 "env": { 88 "env": {
86 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=ia32 test_isolation_mode=prepare use_goma=1" 89 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=ia32 test_isolation_mode=prepare use_goma=1"
87 }, 90 },
88 "name": "gclient runhooks" 91 "name": "gclient runhooks"
89 }, 92 },
90 { 93 {
91 "cmd": [ 94 "cmd": [
92 "python", 95 "python",
93 "-u", 96 "-u",
94 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 97 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
95 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", 98 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json",
96 "/path/to/tmp/json" 99 "/path/to/tmp/json"
97 ], 100 ],
101 "cwd": "[SLAVE_BUILD]",
98 "name": "read test spec", 102 "name": "read test spec",
99 "~followup_annotations": [ 103 "~followup_annotations": [
100 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.jso n@@@", 104 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.jso n@@@",
101 "@@@STEP_LOG_LINE@json.output@{@@@", 105 "@@@STEP_LOG_LINE@json.output@{@@@",
102 "@@@STEP_LOG_LINE@json.output@ \"WebKit Linux 32\": {@@@", 106 "@@@STEP_LOG_LINE@json.output@ \"WebKit Linux 32\": {@@@",
103 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 107 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
104 "@@@STEP_LOG_LINE@json.output@ {@@@", 108 "@@@STEP_LOG_LINE@json.output@ {@@@",
105 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 109 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
106 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 110 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
107 "@@@STEP_LOG_LINE@json.output@ }, @@@", 111 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 13 matching lines...) Expand all
121 "--output", 125 "--output",
122 "/path/to/tmp/json", 126 "/path/to/tmp/json",
123 "--", 127 "--",
124 "--build-config-fs", 128 "--build-config-fs",
125 "Release", 129 "Release",
126 "--paths", 130 "--paths",
127 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 131 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
128 "--properties", 132 "--properties",
129 "{\"buildername\": \"WebKit Linux 32\", \"buildnumber\": 571, \"mastername \": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}" 133 "{\"buildername\": \"WebKit Linux 32\", \"buildnumber\": 571, \"mastername \": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}"
130 ], 134 ],
135 "cwd": "[SLAVE_BUILD]",
131 "name": "get compile targets for scripts", 136 "name": "get compile targets for scripts",
132 "~followup_annotations": [ 137 "~followup_annotations": [
133 "@@@STEP_LOG_LINE@json.output@{}@@@", 138 "@@@STEP_LOG_LINE@json.output@{}@@@",
134 "@@@STEP_LOG_END@json.output@@@" 139 "@@@STEP_LOG_END@json.output@@@"
135 ] 140 ]
136 }, 141 },
137 { 142 {
138 "cmd": [ 143 "cmd": [
139 "python", 144 "python",
140 "-u", 145 "-u",
141 "[BUILD]/scripts/slave/cleanup_temp.py" 146 "[BUILD]/scripts/slave/cleanup_temp.py"
142 ], 147 ],
148 "cwd": "[SLAVE_BUILD]",
143 "name": "cleanup_temp" 149 "name": "cleanup_temp"
144 }, 150 },
145 { 151 {
146 "cmd": [ 152 "cmd": [
147 "python", 153 "python",
148 "-u", 154 "-u",
149 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 155 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
150 "--build-dir", 156 "--build-dir",
151 "[SLAVE_BUILD]/src/out/Release", 157 "[SLAVE_BUILD]/src/out/Release",
152 "--clean-isolated-files" 158 "--clean-isolated-files"
153 ], 159 ],
160 "cwd": "[SLAVE_BUILD]",
154 "name": "clean isolated files" 161 "name": "clean isolated files"
155 }, 162 },
156 { 163 {
157 "cmd": [ 164 "cmd": [
158 "python", 165 "python",
159 "-u", 166 "-u",
160 "[BUILD]/scripts/slave/compile.py", 167 "[BUILD]/scripts/slave/compile.py",
161 "--target", 168 "--target",
162 "Release", 169 "Release",
163 "--src-dir", 170 "--src-dir",
164 "[SLAVE_BUILD]/src", 171 "[SLAVE_BUILD]/src",
165 "--build-tool", 172 "--build-tool",
166 "ninja", 173 "ninja",
167 "--compiler", 174 "--compiler",
168 "goma", 175 "goma",
169 "--goma-dir", 176 "--goma-dir",
170 "[BUILD]/goma", 177 "[BUILD]/goma",
171 "--", 178 "--",
172 "blink_tests", 179 "blink_tests",
173 "browser_tests", 180 "browser_tests",
174 "browser_tests_run" 181 "browser_tests_run"
175 ], 182 ],
183 "cwd": "[SLAVE_BUILD]",
176 "name": "compile" 184 "name": "compile"
177 }, 185 },
178 { 186 {
179 "cmd": [ 187 "cmd": [
180 "python", 188 "python",
181 "-u", 189 "-u",
182 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 190 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
183 "--build-dir", 191 "--build-dir",
184 "[SLAVE_BUILD]/src/out/Release", 192 "[SLAVE_BUILD]/src/out/Release",
185 "--src-dir", 193 "--src-dir",
186 "[SLAVE_BUILD]/src" 194 "[SLAVE_BUILD]/src"
187 ], 195 ],
188 "cwd": "[SLAVE_BUILD]", 196 "cwd": "[SLAVE_BUILD]",
189 "name": "remove_build_metadata" 197 "name": "remove_build_metadata"
190 }, 198 },
191 { 199 {
192 "cmd": [ 200 "cmd": [
193 "python", 201 "python",
194 "-u", 202 "-u",
195 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", 203 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py",
196 "batcharchive", 204 "batcharchive",
197 "--dump-json", 205 "--dump-json",
198 "/path/to/tmp/json", 206 "/path/to/tmp/json",
199 "--isolate-server", 207 "--isolate-server",
200 "https://isolateserver.appspot.com", 208 "https://isolateserver.appspot.com",
201 "--verbose", 209 "--verbose",
202 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" 210 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json"
203 ], 211 ],
212 "cwd": "[SLAVE_BUILD]",
204 "name": "isolate tests", 213 "name": "isolate tests",
205 "~followup_annotations": [ 214 "~followup_annotations": [
206 "@@@STEP_LOG_LINE@json.output@{@@@", 215 "@@@STEP_LOG_LINE@json.output@{@@@",
207 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 216 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
208 "@@@STEP_LOG_LINE@json.output@}@@@", 217 "@@@STEP_LOG_LINE@json.output@}@@@",
209 "@@@STEP_LOG_END@json.output@@@" 218 "@@@STEP_LOG_END@json.output@@@"
210 ] 219 ]
211 }, 220 },
212 { 221 {
213 "cmd": [ 222 "cmd": [
214 "python", 223 "python",
215 "-u", 224 "-u",
216 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 225 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
217 "--build-dir", 226 "--build-dir",
218 "[SLAVE_BUILD]/src/out/Release", 227 "[SLAVE_BUILD]/src/out/Release",
219 "--output-json", 228 "--output-json",
220 "/path/to/tmp/json" 229 "/path/to/tmp/json"
221 ], 230 ],
231 "cwd": "[SLAVE_BUILD]",
222 "name": "find isolated tests", 232 "name": "find isolated tests",
223 "~followup_annotations": [ 233 "~followup_annotations": [
224 "@@@STEP_LOG_LINE@json.output@{@@@", 234 "@@@STEP_LOG_LINE@json.output@{@@@",
225 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 235 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
226 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 236 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
227 "@@@STEP_LOG_LINE@json.output@}@@@", 237 "@@@STEP_LOG_LINE@json.output@}@@@",
228 "@@@STEP_LOG_END@json.output@@@", 238 "@@@STEP_LOG_END@json.output@@@",
229 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 239 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
230 ] 240 ]
231 }, 241 },
232 { 242 {
233 "cmd": [ 243 "cmd": [
234 "python", 244 "python",
235 "-u", 245 "-u",
236 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n", 246 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
237 "browser_tests" 247 "browser_tests"
238 ], 248 ],
249 "cwd": "[SLAVE_BUILD]",
239 "name": "[error] browser_tests", 250 "name": "[error] browser_tests",
240 "~followup_annotations": [ 251 "~followup_annotations": [
241 "@@@STEP_LOG_LINE@python.inline@@@@", 252 "@@@STEP_LOG_LINE@python.inline@@@@",
242 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 253 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
243 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@", 254 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
244 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 255 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
245 "@@@STEP_LOG_END@python.inline@@@" 256 "@@@STEP_LOG_END@python.inline@@@"
246 ] 257 ]
247 }, 258 },
248 { 259 {
(...skipping 21 matching lines...) Expand all
270 "[SLAVE_BUILD]/src/out", 281 "[SLAVE_BUILD]/src/out",
271 "--json-test-results", 282 "--json-test-results",
272 "/path/to/tmp/json", 283 "/path/to/tmp/json",
273 "--test-results-server", 284 "--test-results-server",
274 "test-results.appspot.com", 285 "test-results.appspot.com",
275 "--build-number", 286 "--build-number",
276 "571", 287 "571",
277 "--builder-name", 288 "--builder-name",
278 "WebKit Linux 32" 289 "WebKit Linux 32"
279 ], 290 ],
291 "cwd": "[SLAVE_BUILD]",
280 "name": "webkit_tests", 292 "name": "webkit_tests",
281 "~followup_annotations": [ 293 "~followup_annotations": [
282 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 294 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
283 ] 295 ]
284 }, 296 },
285 { 297 {
286 "cmd": [ 298 "cmd": [
287 "python", 299 "python",
288 "-u", 300 "-u",
289 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", 301 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py",
290 "--results-dir", 302 "--results-dir",
291 "[SLAVE_BUILD]/layout-test-results", 303 "[SLAVE_BUILD]/layout-test-results",
292 "--build-dir", 304 "--build-dir",
293 "[SLAVE_BUILD]/src/out", 305 "[SLAVE_BUILD]/src/out",
294 "--build-number", 306 "--build-number",
295 "571", 307 "571",
296 "--builder-name", 308 "--builder-name",
297 "WebKit Linux 32", 309 "WebKit Linux 32",
298 "--gs-bucket", 310 "--gs-bucket",
299 "gs://chromium-layout-test-archives", 311 "gs://chromium-layout-test-archives",
300 "--factory-properties", 312 "--factory-properties",
301 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Linux 32\", \"buildnumber\": 571, \"mastername\": \"chro mium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 313 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Linux 32\", \"buildnumber\": 571, \"mastername\": \"chro mium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
302 "--build-properties", 314 "--build-properties",
303 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Linux 32\", \"buildnumber\": 571, \"mastername\": \"chro mium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 315 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Linux 32\", \"buildnumber\": 571, \"mastername\": \"chro mium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavena me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
304 ], 316 ],
317 "cwd": "[SLAVE_BUILD]",
305 "name": "archive_webkit_tests_results", 318 "name": "archive_webkit_tests_results",
306 "~followup_annotations": [ 319 "~followup_annotations": [
307 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux_32/571/layout-test-results/results.html@@@", 320 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux_32/571/layout-test-results/results.html@@@",
308 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux_32/571/layout-test-results.zip@@@" 321 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux_32/571/layout-test-results.zip@@@"
309 ] 322 ]
310 }, 323 },
311 { 324 {
312 "cmd": [ 325 "cmd": [
313 "python", 326 "python",
314 "-u", 327 "-u",
315 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" , 328 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" ,
316 "browser_tests" 329 "browser_tests"
317 ], 330 ],
331 "cwd": "[SLAVE_BUILD]",
318 "name": "[collect error] browser_tests", 332 "name": "[collect error] browser_tests",
319 "~followup_annotations": [ 333 "~followup_annotations": [
320 "@@@STEP_LOG_LINE@python.inline@@@@", 334 "@@@STEP_LOG_LINE@python.inline@@@@",
321 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 335 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
322 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@", 336 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
323 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 337 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
324 "@@@STEP_LOG_END@python.inline@@@" 338 "@@@STEP_LOG_END@python.inline@@@"
325 ] 339 ]
326 } 340 }
327 ] 341 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698