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]", | |
9 "name": "taskkill" | 8 "name": "taskkill" |
10 }, | 9 }, |
11 { | 10 { |
12 "cmd": [ | 11 "cmd": [ |
13 "python", | 12 "python", |
14 "-u", | 13 "-u", |
15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
16 "--master", | 15 "--master", |
17 "chromium.chrome", | 16 "chromium.chrome", |
18 "--builder", | 17 "--builder", |
19 "Google Chrome Win", | 18 "Google Chrome Win", |
20 "--slave", | 19 "--slave", |
21 "TestSlavename", | 20 "TestSlavename", |
22 "--spec", | 21 "--spec", |
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'}]", | 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'}]", |
24 "--root", | 23 "--root", |
25 "src", | 24 "src", |
26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
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\"}", | 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\"}", |
28 "--git-cache-dir", | 27 "--git-cache-dir", |
29 "[GIT_CACHE]", | 28 "[ROOT]\\b\\build\\slave\\cache_dir", |
30 "--output_json", | 29 "--output_json", |
31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
32 "--revision", | 31 "--revision", |
33 "src@HEAD", | 32 "src@HEAD", |
34 "--force", | 33 "--force", |
35 "--output_manifest" | 34 "--output_manifest" |
36 ], | 35 ], |
37 "cwd": "[SLAVE_BUILD]", | |
38 "env": { | 36 "env": { |
39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
40 }, | 38 }, |
41 "name": "bot_update", | 39 "name": "bot_update", |
42 "~followup_annotations": [ | 40 "~followup_annotations": [ |
43 "@@@STEP_TEXT@Some step text@@@", | 41 "@@@STEP_TEXT@Some step text@@@", |
44 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 100 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 101 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 102 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 103 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 104 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
107 ] | 105 ] |
108 }, | 106 }, |
109 { | 107 { |
110 "cmd": [], | 108 "cmd": [], |
111 "cwd": "[SLAVE_BUILD]", | |
112 "name": "ensure_goma" | 109 "name": "ensure_goma" |
113 }, | 110 }, |
114 { | 111 { |
115 "cmd": [ | 112 "cmd": [ |
116 "python", | 113 "python", |
117 "-u", | 114 "-u", |
118 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 115 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
119 "--platform", | 116 "--platform", |
120 "windows-386", | 117 "windows-386", |
121 "--dest-directory", | 118 "--dest-directory", |
122 "[SLAVE_BUILD]\\cipd", | 119 "[CWD]\\cipd", |
123 "--json-output", | 120 "--json-output", |
124 "/path/to/tmp/json" | 121 "/path/to/tmp/json" |
125 ], | 122 ], |
126 "cwd": "[SLAVE_BUILD]", | |
127 "name": "ensure_goma.install cipd", | 123 "name": "ensure_goma.install cipd", |
128 "~followup_annotations": [ | 124 "~followup_annotations": [ |
129 "@@@STEP_NEST_LEVEL@1@@@", | 125 "@@@STEP_NEST_LEVEL@1@@@", |
130 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
131 "@@@STEP_LOG_LINE@json.output@{@@@", | 127 "@@@STEP_LOG_LINE@json.output@{@@@", |
132 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | 128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
133 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
134 "@@@STEP_LOG_LINE@json.output@}@@@", | 130 "@@@STEP_LOG_LINE@json.output@}@@@", |
135 "@@@STEP_LOG_END@json.output@@@" | 131 "@@@STEP_LOG_END@json.output@@@" |
136 ] | 132 ] |
137 }, | 133 }, |
138 { | 134 { |
139 "cmd": [ | 135 "cmd": [ |
140 "[SLAVE_BUILD]\\cipd\\cipd", | 136 "fake_slave_build/cipd", |
141 "ensure", | 137 "ensure", |
142 "--root", | 138 "--root", |
143 "[CACHE]\\cipd\\goma", | 139 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", |
144 "--list", | 140 "--list", |
145 "infra_internal/goma/client/windows-amd64 release", | 141 "infra_internal/goma/client/windows-amd64 release", |
146 "--json-output", | 142 "--json-output", |
147 "/path/to/tmp/json", | 143 "/path/to/tmp/json", |
148 "--service-account-json", | 144 "--service-account-json", |
149 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 145 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
150 ], | 146 ], |
151 "cwd": "[SLAVE_BUILD]", | |
152 "name": "ensure_goma.ensure_installed", | 147 "name": "ensure_goma.ensure_installed", |
153 "~followup_annotations": [ | 148 "~followup_annotations": [ |
154 "@@@STEP_NEST_LEVEL@1@@@", | 149 "@@@STEP_NEST_LEVEL@1@@@", |
155 "@@@STEP_LOG_LINE@json.output@{@@@", | 150 "@@@STEP_LOG_LINE@json.output@{@@@", |
156 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 151 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
157 "@@@STEP_LOG_LINE@json.output@ {@@@", | 152 "@@@STEP_LOG_LINE@json.output@ {@@@", |
158 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 153 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
159 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
160 "@@@STEP_LOG_LINE@json.output@ }@@@", | 155 "@@@STEP_LOG_LINE@json.output@ }@@@", |
161 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 156 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
162 "@@@STEP_LOG_LINE@json.output@}@@@", | 157 "@@@STEP_LOG_LINE@json.output@}@@@", |
163 "@@@STEP_LOG_END@json.output@@@" | 158 "@@@STEP_LOG_END@json.output@@@" |
164 ] | 159 ] |
165 }, | 160 }, |
166 { | 161 { |
167 "cmd": [ | 162 "cmd": [ |
168 "python", | 163 "python", |
169 "-u", | 164 "-u", |
170 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 165 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
171 "runhooks" | 166 "runhooks" |
172 ], | 167 ], |
173 "cwd": "[SLAVE_BUILD]", | |
174 "env": { | 168 "env": { |
175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
176 "GYP_CHROMIUM_NO_ACTION": "1", | 170 "GYP_CHROMIUM_NO_ACTION": "1", |
177 "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 comp
onent=static_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32
use_goma=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=ia32 use_goma=1", |
178 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 172 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
179 }, | 173 }, |
180 "name": "gclient runhooks" | 174 "name": "gclient runhooks" |
181 }, | 175 }, |
182 { | 176 { |
183 "cmd": [ | 177 "cmd": [ |
184 "python", | 178 "python", |
185 "-u", | 179 "-u", |
186 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 180 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", |
187 "--output", | 181 "--output", |
188 "/path/to/tmp/json", | 182 "/path/to/tmp/json", |
189 "--", | 183 "--", |
190 "--build-config-fs", | 184 "--build-config-fs", |
191 "Release", | 185 "Release", |
192 "--paths", | 186 "--paths", |
193 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 187 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", |
194 "--properties", | 188 "--properties", |
195 "{\"buildername\": \"Google Chrome Win\", \"buildnumber\": 571, \"masterna
me\": \"chromium.chrome\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"win\"}" | 189 "{\"buildername\": \"Google Chrome Win\", \"buildnumber\": 571, \"masterna
me\": \"chromium.chrome\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"win\"}" |
196 ], | 190 ], |
197 "cwd": "[SLAVE_BUILD]", | |
198 "name": "get compile targets for scripts", | 191 "name": "get compile targets for scripts", |
199 "~followup_annotations": [ | 192 "~followup_annotations": [ |
200 "@@@STEP_LOG_LINE@json.output@{}@@@", | 193 "@@@STEP_LOG_LINE@json.output@{}@@@", |
201 "@@@STEP_LOG_END@json.output@@@" | 194 "@@@STEP_LOG_END@json.output@@@" |
202 ] | 195 ] |
203 }, | 196 }, |
204 { | 197 { |
205 "cmd": [ | 198 "cmd": [ |
206 "python", | 199 "python", |
207 "-u", | 200 "-u", |
208 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 201 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
209 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.chrome.json", | 202 "[CWD]\\src\\testing\\buildbot\\chromium.chrome.json", |
210 "/path/to/tmp/json" | 203 "/path/to/tmp/json" |
211 ], | 204 ], |
212 "cwd": "[SLAVE_BUILD]", | |
213 "name": "read test spec", | 205 "name": "read test spec", |
214 "~followup_annotations": [ | 206 "~followup_annotations": [ |
215 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.chrome
.json@@@", | 207 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.chrome.json@@@
", |
216 "@@@STEP_LOG_LINE@json.output@{}@@@", | 208 "@@@STEP_LOG_LINE@json.output@{}@@@", |
217 "@@@STEP_LOG_END@json.output@@@" | 209 "@@@STEP_LOG_END@json.output@@@" |
218 ] | 210 ] |
219 }, | 211 }, |
220 { | 212 { |
221 "cmd": [ | 213 "cmd": [ |
222 "python", | 214 "python", |
223 "-u", | 215 "-u", |
224 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 216 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
225 "--show-path", | 217 "--show-path", |
226 "python", | 218 "python", |
227 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 219 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
228 ], | 220 ], |
229 "cwd": "[SLAVE_BUILD]", | |
230 "name": "cleanup_temp" | 221 "name": "cleanup_temp" |
231 }, | 222 }, |
232 { | 223 { |
233 "cmd": [ | 224 "cmd": [ |
234 "python", | 225 "python", |
235 "-u", | 226 "-u", |
236 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 227 "[CWD]\\src\\tools\\mb\\mb.py", |
237 "gen", | 228 "gen", |
238 "-m", | 229 "-m", |
239 "chromium.chrome", | 230 "chromium.chrome", |
240 "-b", | 231 "-b", |
241 "Google Chrome Win", | 232 "Google Chrome Win", |
242 "--config-file", | 233 "--config-file", |
243 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 234 "[CWD]\\src\\tools\\mb\\mb_config.pyl", |
244 "--goma-dir", | 235 "--goma-dir", |
245 "[CACHE]\\cipd\\goma", | 236 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", |
246 "//out/Release" | 237 "//out/Release" |
247 ], | 238 ], |
248 "cwd": "[SLAVE_BUILD]", | |
249 "name": "generate_build_files" | 239 "name": "generate_build_files" |
250 }, | 240 }, |
251 { | 241 { |
252 "cmd": [ | 242 "cmd": [ |
253 "python", | 243 "python", |
254 "-u", | 244 "-u", |
255 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 245 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
256 "--show-path", | 246 "--show-path", |
257 "python", | 247 "python", |
258 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 248 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
259 "--gsutil-py-path", | 249 "--gsutil-py-path", |
260 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 250 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
261 "--ninja-path", | 251 "--ninja-path", |
262 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 252 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
263 "--target", | 253 "--target", |
264 "Release", | 254 "Release", |
265 "--src-dir", | 255 "--src-dir", |
266 "[SLAVE_BUILD]\\src", | 256 "[CWD]\\src", |
267 "--goma-cache-dir", | 257 "--goma-cache-dir", |
268 "[GOMA_CACHE]", | 258 "[ROOT]\\b\\build\\slave\\goma_cache", |
269 "--build-tool", | 259 "--build-tool", |
270 "ninja", | 260 "ninja", |
271 "--build-data-dir", | 261 "--build-data-dir", |
272 "[ROOT]\\build_data_dir", | 262 "[ROOT]\\build_data_dir", |
273 "--compiler", | 263 "--compiler", |
274 "goma", | 264 "goma", |
275 "--goma-jsonstatus", | 265 "--goma-jsonstatus", |
276 "/path/to/tmp/json", | 266 "/path/to/tmp/json", |
277 "--goma-service-account-json-file", | 267 "--goma-service-account-json-file", |
278 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 268 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
279 "--mode", | 269 "--mode", |
280 "official", | 270 "official", |
281 "--goma-dir", | 271 "--goma-dir", |
282 "[CACHE]\\cipd\\goma", | 272 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", |
283 "--clobber", | 273 "--clobber", |
284 "--", | 274 "--", |
285 "chrome", | 275 "chrome", |
286 "chrome_official_builder_no_unittests" | 276 "chrome_official_builder_no_unittests" |
287 ], | 277 ], |
288 "cwd": "[SLAVE_BUILD]", | |
289 "env": { | 278 "env": { |
290 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 279 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
291 }, | 280 }, |
292 "name": "compile", | 281 "name": "compile", |
293 "~followup_annotations": [ | 282 "~followup_annotations": [ |
294 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 283 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
295 "@@@STEP_LOG_END@json.output (invalid)@@@" | 284 "@@@STEP_LOG_END@json.output (invalid)@@@" |
296 ] | 285 ] |
297 }, | 286 }, |
298 { | 287 { |
(...skipping 17 matching lines...) Expand all Loading... |
316 "--annotate=graphing", | 305 "--annotate=graphing", |
317 "--results-url=https://chromeperf.appspot.com", | 306 "--results-url=https://chromeperf.appspot.com", |
318 "--perf-dashboard-id=sizes", | 307 "--perf-dashboard-id=sizes", |
319 "--perf-id=Google Chrome Win", | 308 "--perf-id=Google Chrome Win", |
320 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", | 309 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", |
321 "--target", | 310 "--target", |
322 "Release", | 311 "Release", |
323 "--platform", | 312 "--platform", |
324 "win" | 313 "win" |
325 ], | 314 ], |
326 "cwd": "[SLAVE_BUILD]", | |
327 "name": "sizes" | 315 "name": "sizes" |
328 }, | 316 }, |
329 { | 317 { |
330 "cmd": [ | 318 "cmd": [ |
331 "python", | 319 "python", |
332 "-u", | 320 "-u", |
333 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 321 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
334 "--target", | 322 "--target", |
335 "Release" | 323 "Release" |
336 ], | 324 ], |
337 "cwd": "[SLAVE_BUILD]", | |
338 "name": "process_dumps" | 325 "name": "process_dumps" |
339 }, | 326 }, |
340 { | 327 { |
341 "name": "$result", | 328 "name": "$result", |
342 "recipe_result": null, | 329 "recipe_result": null, |
343 "status_code": 0 | 330 "status_code": 0 |
344 } | 331 } |
345 ] | 332 ] |
OLD | NEW |