OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[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 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
15 "--master", | 16 "--master", |
16 "tryserver.chromium.perf", | 17 "tryserver.chromium.perf", |
17 "--builder", | 18 "--builder", |
18 "winx64intel_perf_bisect", | 19 "winx64intel_perf_bisect", |
19 "--slave", | 20 "--slave", |
20 "TestSlavename", | 21 "TestSlavename", |
21 "--spec", | 22 "--spec", |
22 "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_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'cus
tom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/ch
rome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_pro
file/searchplugins': None, 'src/chrome/test/data/firefox3_searchplugins': None,
'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame_rate/private
': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs':
None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_por
ts': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src
/data/page_cycler': None, 'src/data/selenium_core': None, 'src/data/tab_switchin
g': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder':
None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins':
None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': Tru
e, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-int
ernal/trunk/src-internal'}]", | 23 "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'}, {'custom_deps': {'src/chrome/test/da
ta/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchp
lugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src
/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': No
ne, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/
plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery':
None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_tes
t': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/
data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/
test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_deco
der': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_dec
oder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url
': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", |
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/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\"}", | 27 "{\"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\"}", |
27 "--git-cache-dir", | 28 "--git-cache-dir", |
28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
29 "--output_json", | 30 "--output_json", |
30 "/path/to/tmp/json", | 31 "/path/to/tmp/json", |
31 "--revision", | 32 "--revision", |
32 "src@HEAD", | 33 "src@HEAD", |
33 "--force", | 34 "--force", |
34 "--output_manifest" | 35 "--output_manifest" |
35 ], | 36 ], |
| 37 "cwd": "[SLAVE_BUILD]", |
36 "env": { | 38 "env": { |
37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
38 }, | 40 }, |
39 "name": "bot_update", | 41 "name": "bot_update", |
40 "~followup_annotations": [ | 42 "~followup_annotations": [ |
41 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
42 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 101 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
100 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
101 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
102 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
103 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
104 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
105 ] | 107 ] |
106 }, | 108 }, |
107 { | 109 { |
108 "cmd": [], | 110 "cmd": [], |
| 111 "cwd": "[SLAVE_BUILD]", |
109 "name": "ensure_goma" | 112 "name": "ensure_goma" |
110 }, | 113 }, |
111 { | 114 { |
112 "cmd": [ | 115 "cmd": [ |
113 "python", | 116 "python", |
114 "-u", | 117 "-u", |
115 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 118 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
116 "--platform", | 119 "--platform", |
117 "windows-amd64", | 120 "windows-amd64", |
118 "--dest-directory", | 121 "--dest-directory", |
119 "[CWD]\\cipd", | 122 "[SLAVE_BUILD]\\cipd", |
120 "--json-output", | 123 "--json-output", |
121 "/path/to/tmp/json" | 124 "/path/to/tmp/json" |
122 ], | 125 ], |
| 126 "cwd": "[SLAVE_BUILD]", |
123 "name": "ensure_goma.install cipd", | 127 "name": "ensure_goma.install cipd", |
124 "~followup_annotations": [ | 128 "~followup_annotations": [ |
125 "@@@STEP_NEST_LEVEL@1@@@", | 129 "@@@STEP_NEST_LEVEL@1@@@", |
126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 130 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
127 "@@@STEP_LOG_LINE@json.output@{@@@", | 131 "@@@STEP_LOG_LINE@json.output@{@@@", |
128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 132 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 133 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
130 "@@@STEP_LOG_LINE@json.output@}@@@", | 134 "@@@STEP_LOG_LINE@json.output@}@@@", |
131 "@@@STEP_LOG_END@json.output@@@" | 135 "@@@STEP_LOG_END@json.output@@@" |
132 ] | 136 ] |
133 }, | 137 }, |
134 { | 138 { |
135 "cmd": [ | 139 "cmd": [ |
136 "fake_slave_build/cipd", | 140 "[SLAVE_BUILD]\\cipd\\cipd", |
137 "ensure", | 141 "ensure", |
138 "--root", | 142 "--root", |
139 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 143 "[CACHE]\\cipd\\goma", |
140 "--list", | 144 "--list", |
141 "infra_internal/goma/client/windows-amd64 release", | 145 "infra_internal/goma/client/windows-amd64 release", |
142 "--json-output", | 146 "--json-output", |
143 "/path/to/tmp/json", | 147 "/path/to/tmp/json", |
144 "--service-account-json", | 148 "--service-account-json", |
145 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 149 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
146 ], | 150 ], |
| 151 "cwd": "[SLAVE_BUILD]", |
147 "name": "ensure_goma.ensure_installed", | 152 "name": "ensure_goma.ensure_installed", |
148 "~followup_annotations": [ | 153 "~followup_annotations": [ |
149 "@@@STEP_NEST_LEVEL@1@@@", | 154 "@@@STEP_NEST_LEVEL@1@@@", |
150 "@@@STEP_LOG_LINE@json.output@{@@@", | 155 "@@@STEP_LOG_LINE@json.output@{@@@", |
151 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
152 "@@@STEP_LOG_LINE@json.output@ {@@@", | 157 "@@@STEP_LOG_LINE@json.output@ {@@@", |
153 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
154 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
155 "@@@STEP_LOG_LINE@json.output@ }@@@", | 160 "@@@STEP_LOG_LINE@json.output@ }@@@", |
156 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 161 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
157 "@@@STEP_LOG_LINE@json.output@}@@@", | 162 "@@@STEP_LOG_LINE@json.output@}@@@", |
158 "@@@STEP_LOG_END@json.output@@@" | 163 "@@@STEP_LOG_END@json.output@@@" |
159 ] | 164 ] |
160 }, | 165 }, |
161 { | 166 { |
162 "cmd": [ | 167 "cmd": [ |
163 "python", | 168 "python", |
164 "-u", | 169 "-u", |
165 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 170 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
166 "runhooks" | 171 "runhooks" |
167 ], | 172 ], |
| 173 "cwd": "[SLAVE_BUILD]", |
168 "env": { | 174 "env": { |
169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
170 "GYP_CHROMIUM_NO_ACTION": "1", | 176 "GYP_CHROMIUM_NO_ACTION": "1", |
171 "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 comp
onent=static_library fastbuild=1 gomadir='[ROOT]\\b\\build\\slave\\cache\\cipd\\
goma' target_arch=x64 use_goma=1", | 177 "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 comp
onent=static_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 u
se_goma=1", |
172 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 178 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
173 }, | 179 }, |
174 "name": "gclient runhooks" | 180 "name": "gclient runhooks" |
175 }, | 181 }, |
176 { | 182 { |
177 "cmd": [ | 183 "cmd": [ |
178 "python", | 184 "python", |
179 "-u", | 185 "-u", |
180 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 186 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
181 "--show-path", | 187 "--show-path", |
182 "python", | 188 "python", |
183 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 189 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
184 ], | 190 ], |
| 191 "cwd": "[SLAVE_BUILD]", |
185 "name": "cleanup_temp" | 192 "name": "cleanup_temp" |
186 }, | 193 }, |
187 { | 194 { |
188 "cmd": [ | 195 "cmd": [ |
189 "python", | 196 "python", |
190 "-u", | 197 "-u", |
191 "[CWD]\\src\\tools\\mb\\mb.py", | 198 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
192 "gen", | 199 "gen", |
193 "-m", | 200 "-m", |
194 "tryserver.chromium.perf", | 201 "tryserver.chromium.perf", |
195 "-b", | 202 "-b", |
196 "winx64intel_perf_bisect", | 203 "winx64intel_perf_bisect", |
197 "--config-file", | 204 "--config-file", |
198 "[CWD]\\src\\tools\\mb\\mb_config.pyl", | 205 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
199 "--goma-dir", | 206 "--goma-dir", |
200 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 207 "[CACHE]\\cipd\\goma", |
201 "//out/Release_x64" | 208 "//out/Release_x64" |
202 ], | 209 ], |
| 210 "cwd": "[SLAVE_BUILD]", |
203 "name": "generate_build_files" | 211 "name": "generate_build_files" |
204 }, | 212 }, |
205 { | 213 { |
206 "cmd": [ | 214 "cmd": [ |
207 "python", | 215 "python", |
208 "-u", | 216 "-u", |
209 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 217 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
210 "--show-path", | 218 "--show-path", |
211 "python", | 219 "python", |
212 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 220 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
213 "--gsutil-py-path", | 221 "--gsutil-py-path", |
214 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 222 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
215 "--ninja-path", | 223 "--ninja-path", |
216 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 224 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
217 "--target", | 225 "--target", |
218 "Release_x64", | 226 "Release_x64", |
219 "--src-dir", | 227 "--src-dir", |
220 "[CWD]\\src", | 228 "[SLAVE_BUILD]\\src", |
221 "--goma-cache-dir", | 229 "--goma-cache-dir", |
222 "[ROOT]\\b\\build\\slave\\goma_cache", | 230 "[GOMA_CACHE]", |
223 "--build-tool", | 231 "--build-tool", |
224 "ninja", | 232 "ninja", |
225 "--build-data-dir", | 233 "--build-data-dir", |
226 "[ROOT]\\build_data_dir", | 234 "[ROOT]\\build_data_dir", |
227 "--compiler", | 235 "--compiler", |
228 "goma", | 236 "goma", |
229 "--goma-jsonstatus", | 237 "--goma-jsonstatus", |
230 "/path/to/tmp/json", | 238 "/path/to/tmp/json", |
231 "--goma-service-account-json-file", | 239 "--goma-service-account-json-file", |
232 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 240 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
233 "--mode", | 241 "--mode", |
234 "official", | 242 "official", |
235 "--goma-dir", | 243 "--goma-dir", |
236 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 244 "[CACHE]\\cipd\\goma", |
237 "--goma-hermetic", | 245 "--goma-hermetic", |
238 "fallback", | 246 "fallback", |
239 "--", | 247 "--", |
240 "chrome", | 248 "chrome", |
241 "chromium_builder_perf" | 249 "chromium_builder_perf" |
242 ], | 250 ], |
| 251 "cwd": "[SLAVE_BUILD]", |
243 "env": { | 252 "env": { |
244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 253 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
245 }, | 254 }, |
246 "name": "compile", | 255 "name": "compile", |
247 "~followup_annotations": [ | 256 "~followup_annotations": [ |
248 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
249 "@@@STEP_LOG_END@json.output (invalid)@@@" | 258 "@@@STEP_LOG_END@json.output (invalid)@@@" |
250 ] | 259 ] |
251 }, | 260 }, |
252 { | 261 { |
253 "allow_subannotations": true, | 262 "allow_subannotations": true, |
254 "cmd": [ | 263 "cmd": [ |
255 "python", | 264 "python", |
256 "-u", | 265 "-u", |
257 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 266 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
258 "--show-path", | 267 "--show-path", |
259 "python", | 268 "python", |
260 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", | 269 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", |
261 "--target", | 270 "--target", |
262 "Release_x64", | 271 "Release_x64", |
263 "--build_revision", | 272 "--build_revision", |
264 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 273 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
265 "--factory-properties", | 274 "--factory-properties", |
266 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"winx64intel_p
erf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\",
\"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSl
avename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 275 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"winx64intel_p
erf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\",
\"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSl
avename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
267 "--build-properties", | 276 "--build-properties", |
268 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"winx64intel_p
erf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\",
\"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSl
avename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 277 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"winx64intel_p
erf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\",
\"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSl
avename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
269 ], | 278 ], |
| 279 "cwd": "[SLAVE_BUILD]", |
270 "name": "package build" | 280 "name": "package build" |
271 }, | 281 }, |
272 { | 282 { |
273 "allow_subannotations": true, | 283 "allow_subannotations": true, |
274 "cmd": [ | 284 "cmd": [ |
275 "python", | 285 "python", |
276 "-u", | 286 "-u", |
277 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 287 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
278 "--target", | 288 "--target", |
279 "Release_x64", | 289 "Release_x64", |
280 "--no-xvfb", | 290 "--no-xvfb", |
281 "--factory-properties", | 291 "--factory-properties", |
282 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"winx64intel_p
erf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\",
\"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSl
avename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 292 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"winx64intel_p
erf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\",
\"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSl
avename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
283 "--build-properties", | 293 "--build-properties", |
284 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"winx64intel_p
erf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\",
\"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSl
avename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 294 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"winx64intel_p
erf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\",
\"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSl
avename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
285 "--test-type=sizes", | 295 "--test-type=sizes", |
286 "--builder-name=winx64intel_perf_bisect", | 296 "--builder-name=winx64intel_perf_bisect", |
287 "--slave-name=TestSlavename", | 297 "--slave-name=TestSlavename", |
288 "--build-number=571", | 298 "--build-number=571", |
289 "--run-python-script", | 299 "--run-python-script", |
290 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", | 300 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", |
291 "--target", | 301 "--target", |
292 "Release_x64", | 302 "Release_x64", |
293 "--platform", | 303 "--platform", |
294 "win" | 304 "win" |
295 ], | 305 ], |
| 306 "cwd": "[SLAVE_BUILD]", |
296 "name": "sizes" | 307 "name": "sizes" |
297 }, | 308 }, |
298 { | 309 { |
299 "cmd": [ | 310 "cmd": [ |
300 "python", | 311 "python", |
301 "-u", | 312 "-u", |
302 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 313 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
303 "--target", | 314 "--target", |
304 "Release_x64" | 315 "Release_x64" |
305 ], | 316 ], |
| 317 "cwd": "[SLAVE_BUILD]", |
306 "name": "process_dumps" | 318 "name": "process_dumps" |
307 }, | 319 }, |
308 { | 320 { |
309 "name": "$result", | 321 "name": "$result", |
310 "recipe_result": null, | 322 "recipe_result": null, |
311 "status_code": 0 | 323 "status_code": 0 |
312 } | 324 } |
313 ] | 325 ] |
OLD | NEW |