OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
8 "name": "taskkill" | 9 "name": "taskkill" |
9 }, | 10 }, |
10 { | 11 { |
11 "cmd": [ | 12 "cmd": [ |
12 "python", | 13 "python", |
13 "-u", | 14 "-u", |
14 "[BUILD]\\scripts\\slave\\bot_update.py", | 15 "[BUILD]\\scripts\\slave\\bot_update.py", |
15 "--master", | 16 "--master", |
16 "chromium.webkit", | 17 "chromium.webkit", |
17 "--builder", | 18 "--builder", |
18 "WebKit XP", | 19 "WebKit XP", |
19 "--slave", | 20 "--slave", |
20 "TestSlavename", | 21 "TestSlavename", |
21 "--spec", | 22 "--spec", |
22 "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'}]", | 23 "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'}]", |
23 "--root", | 24 "--root", |
24 "src", | 25 "src", |
25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
26 "{\"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\"}", | 27 "{\"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\"}", |
27 "--output_json", | 28 "--output_json", |
28 "/path/to/tmp/json", | 29 "/path/to/tmp/json", |
29 "--revision", | 30 "--revision", |
30 "src@7496f63cbefd34b2d791022fbad64a82838a3f3f", | 31 "src@7496f63cbefd34b2d791022fbad64a82838a3f3f", |
31 "--revision", | 32 "--revision", |
32 "src/third_party/WebKit@191275" | 33 "src/third_party/WebKit@191275" |
33 ], | 34 ], |
| 35 "cwd": "[SLAVE_BUILD]", |
34 "name": "bot_update", | 36 "name": "bot_update", |
35 "~followup_annotations": [ | 37 "~followup_annotations": [ |
36 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
37 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 72 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
71 ] | 73 ] |
72 }, | 74 }, |
73 { | 75 { |
74 "cmd": [ | 76 "cmd": [ |
75 "python", | 77 "python", |
76 "-u", | 78 "-u", |
77 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 79 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
78 "--version" | 80 "--version" |
79 ], | 81 ], |
| 82 "cwd": "[SLAVE_BUILD]", |
80 "name": "swarming.py --version", | 83 "name": "swarming.py --version", |
81 "stdout": "/path/to/tmp/", | 84 "stdout": "/path/to/tmp/", |
82 "~followup_annotations": [ | 85 "~followup_annotations": [ |
83 "@@@STEP_TEXT@0.4.10@@@" | 86 "@@@STEP_TEXT@0.4.10@@@" |
84 ] | 87 ] |
85 }, | 88 }, |
86 { | 89 { |
87 "cmd": [ | 90 "cmd": [ |
88 "python", | 91 "python", |
89 "-u", | 92 "-u", |
90 "[DEPOT_TOOLS]\\gclient.py", | 93 "[DEPOT_TOOLS]\\gclient.py", |
91 "runhooks" | 94 "runhooks" |
92 ], | 95 ], |
| 96 "cwd": "[SLAVE_BUILD]", |
93 "env": { | 97 "env": { |
94 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1" | 98 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1" |
95 }, | 99 }, |
96 "name": "gclient runhooks" | 100 "name": "gclient runhooks" |
97 }, | 101 }, |
98 { | 102 { |
99 "cmd": [ | 103 "cmd": [ |
100 "python", | 104 "python", |
101 "-u", | 105 "-u", |
102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 106 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
103 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", | 107 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", |
104 "/path/to/tmp/json" | 108 "/path/to/tmp/json" |
105 ], | 109 ], |
| 110 "cwd": "[SLAVE_BUILD]", |
106 "name": "read test spec", | 111 "name": "read test spec", |
107 "~followup_annotations": [ | 112 "~followup_annotations": [ |
108 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", | 113 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", |
109 "@@@STEP_LOG_LINE@json.output@{}@@@", | 114 "@@@STEP_LOG_LINE@json.output@{}@@@", |
110 "@@@STEP_LOG_END@json.output@@@" | 115 "@@@STEP_LOG_END@json.output@@@" |
111 ] | 116 ] |
112 }, | 117 }, |
113 { | 118 { |
114 "cmd": [ | 119 "cmd": [ |
115 "python", | 120 "python", |
116 "-u", | 121 "-u", |
117 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 122 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
118 "--output", | 123 "--output", |
119 "/path/to/tmp/json", | 124 "/path/to/tmp/json", |
120 "--", | 125 "--", |
121 "--build-config-fs", | 126 "--build-config-fs", |
122 "Release", | 127 "Release", |
123 "--paths", | 128 "--paths", |
124 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 129 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
125 "--properties", | 130 "--properties", |
126 "{\"buildername\": \"WebKit XP\", \"buildnumber\": 571, \"mastername\": \"
chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\
"}" | 131 "{\"buildername\": \"WebKit XP\", \"buildnumber\": 571, \"mastername\": \"
chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\
"}" |
127 ], | 132 ], |
| 133 "cwd": "[SLAVE_BUILD]", |
128 "name": "get compile targets for scripts", | 134 "name": "get compile targets for scripts", |
129 "~followup_annotations": [ | 135 "~followup_annotations": [ |
130 "@@@STEP_LOG_LINE@json.output@{}@@@", | 136 "@@@STEP_LOG_LINE@json.output@{}@@@", |
131 "@@@STEP_LOG_END@json.output@@@" | 137 "@@@STEP_LOG_END@json.output@@@" |
132 ] | 138 ] |
133 }, | 139 }, |
134 { | 140 { |
135 "cmd": [ | 141 "cmd": [ |
136 "python", | 142 "python", |
137 "-u", | 143 "-u", |
138 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 144 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
139 ], | 145 ], |
| 146 "cwd": "[SLAVE_BUILD]", |
140 "name": "cleanup_temp" | 147 "name": "cleanup_temp" |
141 }, | 148 }, |
142 { | 149 { |
143 "cmd": [ | 150 "cmd": [ |
144 "python", | 151 "python", |
145 "-u", | 152 "-u", |
146 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 153 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
147 "[SLAVE_BUILD]\\src\\out\\Release" | 154 "[SLAVE_BUILD]\\src\\out\\Release" |
148 ], | 155 ], |
| 156 "cwd": "[SLAVE_BUILD]", |
149 "name": "rmtree build directory", | 157 "name": "rmtree build directory", |
150 "~followup_annotations": [ | 158 "~followup_annotations": [ |
151 "@@@STEP_LOG_LINE@python.inline@@@@", | 159 "@@@STEP_LOG_LINE@python.inline@@@@", |
152 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 160 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
153 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 161 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
154 "@@@STEP_LOG_LINE@python.inline@@@@", | 162 "@@@STEP_LOG_LINE@python.inline@@@@", |
155 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 163 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
156 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 164 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
157 "@@@STEP_LOG_END@python.inline@@@" | 165 "@@@STEP_LOG_END@python.inline@@@" |
158 ] | 166 ] |
159 }, | 167 }, |
160 { | 168 { |
161 "cmd": [ | 169 "cmd": [ |
162 "python", | 170 "python", |
163 "-u", | 171 "-u", |
164 "[BUILD]\\scripts\\slave\\extract_build.py", | 172 "[BUILD]\\scripts\\slave\\extract_build.py", |
165 "--target", | 173 "--target", |
166 "Release", | 174 "Release", |
167 "--build-url", | 175 "--build-url", |
168 "gs://chromium-webkit-archive/chromium.webkit/WebKit Win Builder/full-buil
d-win32.zip", | 176 "gs://chromium-webkit-archive/chromium.webkit/WebKit Win Builder/full-buil
d-win32.zip", |
169 "--build_revision", | 177 "--build_revision", |
170 "7496f63cbefd34b2d791022fbad64a82838a3f3f", | 178 "7496f63cbefd34b2d791022fbad64a82838a3f3f", |
171 "--factory-properties", | 179 "--factory-properties", |
172 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit XP\", \"buildnumber\": 571, \"mastername\": \"chromium.w
ebkit\", \"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\"
: \"7496f63cbefd34b2d791022fbad64a82838a3f3f\", \"parent_got_webkit_revision\":
\"191275\", \"project\": \"webkit\", \"recipe\": \"chromium\", \"revision\": \"1
91275\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS
lavename\"}", | 180 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit XP\", \"buildnumber\": 571, \"mastername\": \"chromium.w
ebkit\", \"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\"
: \"7496f63cbefd34b2d791022fbad64a82838a3f3f\", \"parent_got_webkit_revision\":
\"191275\", \"project\": \"webkit\", \"recipe\": \"chromium\", \"revision\": \"1
91275\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS
lavename\"}", |
173 "--build-properties", | 181 "--build-properties", |
174 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit XP\", \"buildnumber\": 571, \"mastername\": \"chromium.w
ebkit\", \"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\"
: \"7496f63cbefd34b2d791022fbad64a82838a3f3f\", \"parent_got_webkit_revision\":
\"191275\", \"project\": \"webkit\", \"recipe\": \"chromium\", \"revision\": \"1
91275\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS
lavename\"}" | 182 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit XP\", \"buildnumber\": 571, \"mastername\": \"chromium.w
ebkit\", \"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\"
: \"7496f63cbefd34b2d791022fbad64a82838a3f3f\", \"parent_got_webkit_revision\":
\"191275\", \"project\": \"webkit\", \"recipe\": \"chromium\", \"revision\": \"1
91275\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS
lavename\"}" |
175 ], | 183 ], |
| 184 "cwd": "[SLAVE_BUILD]", |
176 "name": "extract build" | 185 "name": "extract build" |
177 }, | 186 }, |
178 { | 187 { |
179 "cmd": [ | 188 "cmd": [ |
180 "python", | 189 "python", |
181 "-u", | 190 "-u", |
182 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", | 191 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", |
183 "--target", | 192 "--target", |
184 "Release" | 193 "Release" |
185 ], | 194 ], |
| 195 "cwd": "[SLAVE_BUILD]", |
186 "name": "start_crash_service" | 196 "name": "start_crash_service" |
187 }, | 197 }, |
188 { | 198 { |
189 "cmd": [ | 199 "cmd": [ |
190 "python", | 200 "python", |
191 "-u", | 201 "-u", |
192 "[BUILD]\\scripts\\slave\\runtest.py", | 202 "[BUILD]\\scripts\\slave\\runtest.py", |
193 "--target", | 203 "--target", |
194 "Release", | 204 "Release", |
195 "--factory-properties", | 205 "--factory-properties", |
(...skipping 13 matching lines...) Expand all Loading... |
209 "[SLAVE_BUILD]\\src\\out", | 219 "[SLAVE_BUILD]\\src\\out", |
210 "--json-test-results", | 220 "--json-test-results", |
211 "/path/to/tmp/json", | 221 "/path/to/tmp/json", |
212 "--test-results-server", | 222 "--test-results-server", |
213 "test-results.appspot.com", | 223 "test-results.appspot.com", |
214 "--build-number", | 224 "--build-number", |
215 "571", | 225 "571", |
216 "--builder-name", | 226 "--builder-name", |
217 "WebKit XP" | 227 "WebKit XP" |
218 ], | 228 ], |
| 229 "cwd": "[SLAVE_BUILD]", |
219 "name": "webkit_tests", | 230 "name": "webkit_tests", |
220 "~followup_annotations": [ | 231 "~followup_annotations": [ |
221 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 232 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
222 ] | 233 ] |
223 }, | 234 }, |
224 { | 235 { |
225 "cmd": [ | 236 "cmd": [ |
226 "python", | 237 "python", |
227 "-u", | 238 "-u", |
228 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", | 239 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", |
229 "--results-dir", | 240 "--results-dir", |
230 "[SLAVE_BUILD]\\layout-test-results", | 241 "[SLAVE_BUILD]\\layout-test-results", |
231 "--build-dir", | 242 "--build-dir", |
232 "[SLAVE_BUILD]\\src\\out", | 243 "[SLAVE_BUILD]\\src\\out", |
233 "--build-number", | 244 "--build-number", |
234 "571", | 245 "571", |
235 "--builder-name", | 246 "--builder-name", |
236 "WebKit XP", | 247 "WebKit XP", |
237 "--gs-bucket", | 248 "--gs-bucket", |
238 "gs://chromium-layout-test-archives", | 249 "gs://chromium-layout-test-archives", |
239 "--factory-properties", | 250 "--factory-properties", |
240 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit XP\", \"buildnumber\": 571, \"mastername\": \"chromium.w
ebkit\", \"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\"
: \"7496f63cbefd34b2d791022fbad64a82838a3f3f\", \"parent_got_webkit_revision\":
\"191275\", \"project\": \"webkit\", \"recipe\": \"chromium\", \"revision\": \"1
91275\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS
lavename\"}", | 251 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit XP\", \"buildnumber\": 571, \"mastername\": \"chromium.w
ebkit\", \"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\"
: \"7496f63cbefd34b2d791022fbad64a82838a3f3f\", \"parent_got_webkit_revision\":
\"191275\", \"project\": \"webkit\", \"recipe\": \"chromium\", \"revision\": \"1
91275\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS
lavename\"}", |
241 "--build-properties", | 252 "--build-properties", |
242 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit XP\", \"buildnumber\": 571, \"mastername\": \"chromium.w
ebkit\", \"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\"
: \"7496f63cbefd34b2d791022fbad64a82838a3f3f\", \"parent_got_webkit_revision\":
\"191275\", \"project\": \"webkit\", \"recipe\": \"chromium\", \"revision\": \"1
91275\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS
lavename\"}" | 253 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit XP\", \"buildnumber\": 571, \"mastername\": \"chromium.w
ebkit\", \"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\"
: \"7496f63cbefd34b2d791022fbad64a82838a3f3f\", \"parent_got_webkit_revision\":
\"191275\", \"project\": \"webkit\", \"recipe\": \"chromium\", \"revision\": \"1
91275\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS
lavename\"}" |
243 ], | 254 ], |
| 255 "cwd": "[SLAVE_BUILD]", |
244 "name": "archive_webkit_tests_results", | 256 "name": "archive_webkit_tests_results", |
245 "~followup_annotations": [ | 257 "~followup_annotations": [ |
246 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_XP/571/layout-test-results/results.html@@@", | 258 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_XP/571/layout-test-results/results.html@@@", |
247 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_XP/571/layout-test-results.zip@@@" | 259 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_XP/571/layout-test-results.zip@@@" |
248 ] | 260 ] |
249 }, | 261 }, |
250 { | 262 { |
251 "cmd": [ | 263 "cmd": [ |
252 "python", | 264 "python", |
253 "-u", | 265 "-u", |
254 "[BUILD]\\scripts\\slave\\process_dumps.py", | 266 "[BUILD]\\scripts\\slave\\process_dumps.py", |
255 "--target", | 267 "--target", |
256 "Release" | 268 "Release" |
257 ], | 269 ], |
| 270 "cwd": "[SLAVE_BUILD]", |
258 "name": "process_dumps" | 271 "name": "process_dumps" |
259 } | 272 } |
260 ] | 273 ] |
OLD | NEW |