OLD | NEW |
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 Mac Builder", | 10 "WebKit Mac Builder", |
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 Loading... |
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": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1" | 89 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 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 Mac10.6\": {@@@", | 106 "@@@STEP_LOG_LINE@json.output@ \"WebKit Mac10.6\": {@@@", |
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 "--output", | 155 "--output", |
152 "/path/to/tmp/json", | 156 "/path/to/tmp/json", |
153 "--", | 157 "--", |
154 "--build-config-fs", | 158 "--build-config-fs", |
155 "Release", | 159 "Release", |
156 "--paths", | 160 "--paths", |
157 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 161 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
158 "--properties", | 162 "--properties", |
159 "{\"buildername\": \"WebKit Mac Builder\", \"buildnumber\": 571, \"mastern
ame\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\
": \"mac\"}" | 163 "{\"buildername\": \"WebKit Mac Builder\", \"buildnumber\": 571, \"mastern
ame\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\
": \"mac\"}" |
160 ], | 164 ], |
| 165 "cwd": "[SLAVE_BUILD]", |
161 "name": "get compile targets for scripts", | 166 "name": "get compile targets for scripts", |
162 "~followup_annotations": [ | 167 "~followup_annotations": [ |
163 "@@@STEP_LOG_LINE@json.output@{}@@@", | 168 "@@@STEP_LOG_LINE@json.output@{}@@@", |
164 "@@@STEP_LOG_END@json.output@@@" | 169 "@@@STEP_LOG_END@json.output@@@" |
165 ] | 170 ] |
166 }, | 171 }, |
167 { | 172 { |
168 "cmd": [ | 173 "cmd": [ |
169 "python", | 174 "python", |
170 "-u", | 175 "-u", |
171 "[BUILD]/scripts/slave/cleanup_temp.py" | 176 "[BUILD]/scripts/slave/cleanup_temp.py" |
172 ], | 177 ], |
| 178 "cwd": "[SLAVE_BUILD]", |
173 "name": "cleanup_temp" | 179 "name": "cleanup_temp" |
174 }, | 180 }, |
175 { | 181 { |
176 "cmd": [ | 182 "cmd": [ |
177 "python", | 183 "python", |
178 "-u", | 184 "-u", |
179 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 185 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
180 "--build-dir", | 186 "--build-dir", |
181 "[SLAVE_BUILD]/src/out/Release", | 187 "[SLAVE_BUILD]/src/out/Release", |
182 "--clean-isolated-files" | 188 "--clean-isolated-files" |
183 ], | 189 ], |
| 190 "cwd": "[SLAVE_BUILD]", |
184 "name": "clean isolated files" | 191 "name": "clean isolated files" |
185 }, | 192 }, |
186 { | 193 { |
187 "cmd": [ | 194 "cmd": [ |
188 "python", | 195 "python", |
189 "-u", | 196 "-u", |
190 "[BUILD]/scripts/slave/compile.py", | 197 "[BUILD]/scripts/slave/compile.py", |
191 "--target", | 198 "--target", |
192 "Release", | 199 "Release", |
193 "--src-dir", | 200 "--src-dir", |
194 "[SLAVE_BUILD]/src", | 201 "[SLAVE_BUILD]/src", |
195 "--build-tool", | 202 "--build-tool", |
196 "ninja", | 203 "ninja", |
197 "--compiler", | 204 "--compiler", |
198 "goma-clang", | 205 "goma-clang", |
199 "--goma-dir", | 206 "--goma-dir", |
200 "[BUILD]/goma", | 207 "[BUILD]/goma", |
201 "--", | 208 "--", |
202 "blink_tests", | 209 "blink_tests", |
203 "browser_tests", | 210 "browser_tests", |
204 "browser_tests_run" | 211 "browser_tests_run" |
205 ], | 212 ], |
| 213 "cwd": "[SLAVE_BUILD]", |
206 "name": "compile" | 214 "name": "compile" |
207 }, | 215 }, |
208 { | 216 { |
209 "cmd": [ | 217 "cmd": [ |
210 "python", | 218 "python", |
211 "-u", | 219 "-u", |
212 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 220 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", |
213 "--build-dir", | 221 "--build-dir", |
214 "[SLAVE_BUILD]/src/out/Release", | 222 "[SLAVE_BUILD]/src/out/Release", |
215 "--src-dir", | 223 "--src-dir", |
216 "[SLAVE_BUILD]/src" | 224 "[SLAVE_BUILD]/src" |
217 ], | 225 ], |
218 "cwd": "[SLAVE_BUILD]", | 226 "cwd": "[SLAVE_BUILD]", |
219 "name": "remove_build_metadata" | 227 "name": "remove_build_metadata" |
220 }, | 228 }, |
221 { | 229 { |
222 "cmd": [ | 230 "cmd": [ |
223 "python", | 231 "python", |
224 "-u", | 232 "-u", |
225 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", | 233 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
226 "batcharchive", | 234 "batcharchive", |
227 "--dump-json", | 235 "--dump-json", |
228 "/path/to/tmp/json", | 236 "/path/to/tmp/json", |
229 "--isolate-server", | 237 "--isolate-server", |
230 "https://isolateserver.appspot.com", | 238 "https://isolateserver.appspot.com", |
231 "--verbose", | 239 "--verbose", |
232 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 240 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
233 ], | 241 ], |
| 242 "cwd": "[SLAVE_BUILD]", |
234 "name": "isolate tests", | 243 "name": "isolate tests", |
235 "~followup_annotations": [ | 244 "~followup_annotations": [ |
236 "@@@STEP_LOG_LINE@json.output@{@@@", | 245 "@@@STEP_LOG_LINE@json.output@{@@@", |
237 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 246 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
238 "@@@STEP_LOG_LINE@json.output@}@@@", | 247 "@@@STEP_LOG_LINE@json.output@}@@@", |
239 "@@@STEP_LOG_END@json.output@@@" | 248 "@@@STEP_LOG_END@json.output@@@" |
240 ] | 249 ] |
241 }, | 250 }, |
242 { | 251 { |
243 "allow_subannotations": true, | 252 "allow_subannotations": true, |
244 "cmd": [ | 253 "cmd": [ |
245 "python", | 254 "python", |
246 "-u", | 255 "-u", |
247 "[BUILD]/scripts/slave/zip_build.py", | 256 "[BUILD]/scripts/slave/zip_build.py", |
248 "--target", | 257 "--target", |
249 "Release", | 258 "Release", |
250 "--build-url", | 259 "--build-url", |
251 "gs://chromium-webkit-archive/chromium.webkit/WebKit Mac Builder", | 260 "gs://chromium-webkit-archive/chromium.webkit/WebKit Mac Builder", |
252 "--build_revision", | 261 "--build_revision", |
253 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 262 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
254 "--factory-properties", | 263 "--factory-properties", |
255 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Mac Builder\", \"buildnumber\": 571, \"mastername\": \"c
hromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 264 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Mac Builder\", \"buildnumber\": 571, \"mastername\": \"c
hromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
256 "--build-properties", | 265 "--build-properties", |
257 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Mac Builder\", \"buildnumber\": 571, \"mastername\": \"c
hromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 266 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Mac Builder\", \"buildnumber\": 571, \"mastername\": \"c
hromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
258 ], | 267 ], |
| 268 "cwd": "[SLAVE_BUILD]", |
259 "name": "package build" | 269 "name": "package build" |
260 } | 270 } |
261 ] | 271 ] |
OLD | NEW |