OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.chrome", | 8 "chromium.chrome", |
9 "--builder", | 9 "--builder", |
10 "Google Chrome Mac", | 10 "Google Chrome Mac", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "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_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {
'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/da
ta/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/searchp
lugins': None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/
test/data/osdd': None, 'src/chrome/test/data/perf/frame_rate/private': None, 'sr
c/chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/d
ata/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, '
src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_c
ycler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 's
rc/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/w
ebkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/
webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': '
src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/
src-internal'}]", | 14 "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'}]", |
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/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\"}", | 18 "{\"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\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Loading... |
91 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
92 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
97 ] | 98 ] |
98 }, | 99 }, |
99 { | 100 { |
100 "cmd": [], | 101 "cmd": [], |
| 102 "cwd": "[SLAVE_BUILD]", |
101 "name": "ensure_goma" | 103 "name": "ensure_goma" |
102 }, | 104 }, |
103 { | 105 { |
104 "cmd": [ | 106 "cmd": [ |
105 "python", | 107 "python", |
106 "-u", | 108 "-u", |
107 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 109 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
108 "--platform", | 110 "--platform", |
109 "mac-amd64", | 111 "mac-amd64", |
110 "--dest-directory", | 112 "--dest-directory", |
111 "[CWD]/cipd", | 113 "[SLAVE_BUILD]/cipd", |
112 "--json-output", | 114 "--json-output", |
113 "/path/to/tmp/json" | 115 "/path/to/tmp/json" |
114 ], | 116 ], |
| 117 "cwd": "[SLAVE_BUILD]", |
115 "name": "ensure_goma.install cipd", | 118 "name": "ensure_goma.install cipd", |
116 "~followup_annotations": [ | 119 "~followup_annotations": [ |
117 "@@@STEP_NEST_LEVEL@1@@@", | 120 "@@@STEP_NEST_LEVEL@1@@@", |
118 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 121 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
119 "@@@STEP_LOG_LINE@json.output@{@@@", | 122 "@@@STEP_LOG_LINE@json.output@{@@@", |
120 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
121 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 124 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
122 "@@@STEP_LOG_LINE@json.output@}@@@", | 125 "@@@STEP_LOG_LINE@json.output@}@@@", |
123 "@@@STEP_LOG_END@json.output@@@" | 126 "@@@STEP_LOG_END@json.output@@@" |
124 ] | 127 ] |
125 }, | 128 }, |
126 { | 129 { |
127 "cmd": [ | 130 "cmd": [ |
128 "fake_slave_build/cipd", | 131 "[SLAVE_BUILD]/cipd/cipd", |
129 "ensure", | 132 "ensure", |
130 "--root", | 133 "--root", |
131 "[ROOT]/b/build/slave/cache/cipd/goma", | 134 "[CACHE]/cipd/goma", |
132 "--list", | 135 "--list", |
133 "infra_internal/goma/client/mac-amd64 release", | 136 "infra_internal/goma/client/mac-amd64 release", |
134 "--json-output", | 137 "--json-output", |
135 "/path/to/tmp/json", | 138 "/path/to/tmp/json", |
136 "--service-account-json", | 139 "--service-account-json", |
137 "/creds/service_accounts/service-account-goma-client.json" | 140 "/creds/service_accounts/service-account-goma-client.json" |
138 ], | 141 ], |
| 142 "cwd": "[SLAVE_BUILD]", |
139 "name": "ensure_goma.ensure_installed", | 143 "name": "ensure_goma.ensure_installed", |
140 "~followup_annotations": [ | 144 "~followup_annotations": [ |
141 "@@@STEP_NEST_LEVEL@1@@@", | 145 "@@@STEP_NEST_LEVEL@1@@@", |
142 "@@@STEP_LOG_LINE@json.output@{@@@", | 146 "@@@STEP_LOG_LINE@json.output@{@@@", |
143 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 147 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
144 "@@@STEP_LOG_LINE@json.output@ {@@@", | 148 "@@@STEP_LOG_LINE@json.output@ {@@@", |
145 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
146 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", |
147 "@@@STEP_LOG_LINE@json.output@ }@@@", | 151 "@@@STEP_LOG_LINE@json.output@ }@@@", |
148 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 152 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
149 "@@@STEP_LOG_LINE@json.output@}@@@", | 153 "@@@STEP_LOG_LINE@json.output@}@@@", |
150 "@@@STEP_LOG_END@json.output@@@" | 154 "@@@STEP_LOG_END@json.output@@@" |
151 ] | 155 ] |
152 }, | 156 }, |
153 { | 157 { |
154 "cmd": [ | 158 "cmd": [ |
155 "python", | 159 "python", |
156 "-u", | 160 "-u", |
157 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 161 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
158 "runhooks" | 162 "runhooks" |
159 ], | 163 ], |
| 164 "cwd": "[SLAVE_BUILD]", |
160 "env": { | 165 "env": { |
161 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 166 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
162 "GYP_CHROMIUM_NO_ACTION": "1", | 167 "GYP_CHROMIUM_NO_ACTION": "1", |
163 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati
c_library gomadir='[ROOT]/b/build/slave/cache/cipd/goma' target_arch=x64 use_gom
a=1", | 168 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati
c_library gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
164 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 169 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
165 }, | 170 }, |
166 "name": "gclient runhooks" | 171 "name": "gclient runhooks" |
167 }, | 172 }, |
168 { | 173 { |
169 "cmd": [ | 174 "cmd": [ |
170 "python", | 175 "python", |
171 "-u", | 176 "-u", |
172 "[CWD]/src/testing/scripts/get_compile_targets.py", | 177 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
173 "--output", | 178 "--output", |
174 "/path/to/tmp/json", | 179 "/path/to/tmp/json", |
175 "--", | 180 "--", |
176 "--build-config-fs", | 181 "--build-config-fs", |
177 "Release", | 182 "Release", |
178 "--paths", | 183 "--paths", |
179 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 184 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
180 "--properties", | 185 "--properties", |
181 "{\"buildername\": \"Google Chrome Mac\", \"buildnumber\": 571, \"masterna
me\": \"chromium.chrome\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"mac\"}" | 186 "{\"buildername\": \"Google Chrome Mac\", \"buildnumber\": 571, \"masterna
me\": \"chromium.chrome\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"mac\"}" |
182 ], | 187 ], |
| 188 "cwd": "[SLAVE_BUILD]", |
183 "name": "get compile targets for scripts", | 189 "name": "get compile targets for scripts", |
184 "~followup_annotations": [ | 190 "~followup_annotations": [ |
185 "@@@STEP_LOG_LINE@json.output@{}@@@", | 191 "@@@STEP_LOG_LINE@json.output@{}@@@", |
186 "@@@STEP_LOG_END@json.output@@@" | 192 "@@@STEP_LOG_END@json.output@@@" |
187 ] | 193 ] |
188 }, | 194 }, |
189 { | 195 { |
190 "cmd": [ | 196 "cmd": [ |
191 "python", | 197 "python", |
192 "-u", | 198 "-u", |
193 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 199 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
194 "[CWD]/src/testing/buildbot/chromium.chrome.json", | 200 "[SLAVE_BUILD]/src/testing/buildbot/chromium.chrome.json", |
195 "/path/to/tmp/json" | 201 "/path/to/tmp/json" |
196 ], | 202 ], |
| 203 "cwd": "[SLAVE_BUILD]", |
197 "name": "read test spec", | 204 "name": "read test spec", |
198 "~followup_annotations": [ | 205 "~followup_annotations": [ |
199 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.chrome.json@@@", | 206 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.chrome.jso
n@@@", |
200 "@@@STEP_LOG_LINE@json.output@{}@@@", | 207 "@@@STEP_LOG_LINE@json.output@{}@@@", |
201 "@@@STEP_LOG_END@json.output@@@" | 208 "@@@STEP_LOG_END@json.output@@@" |
202 ] | 209 ] |
203 }, | 210 }, |
204 { | 211 { |
205 "cmd": [ | 212 "cmd": [ |
206 "python", | 213 "python", |
207 "-u", | 214 "-u", |
208 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 215 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
209 "--show-path", | 216 "--show-path", |
210 "python", | 217 "python", |
211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 218 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
212 ], | 219 ], |
| 220 "cwd": "[SLAVE_BUILD]", |
213 "name": "cleanup_temp" | 221 "name": "cleanup_temp" |
214 }, | 222 }, |
215 { | 223 { |
216 "cmd": [ | 224 "cmd": [ |
217 "python", | 225 "python", |
218 "-u", | 226 "-u", |
219 "[CWD]/src/tools/mb/mb.py", | 227 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
220 "gen", | 228 "gen", |
221 "-m", | 229 "-m", |
222 "chromium.chrome", | 230 "chromium.chrome", |
223 "-b", | 231 "-b", |
224 "Google Chrome Mac", | 232 "Google Chrome Mac", |
225 "--config-file", | 233 "--config-file", |
226 "[CWD]/src/tools/mb/mb_config.pyl", | 234 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
227 "--goma-dir", | 235 "--goma-dir", |
228 "[ROOT]/b/build/slave/cache/cipd/goma", | 236 "[CACHE]/cipd/goma", |
229 "//out/Release" | 237 "//out/Release" |
230 ], | 238 ], |
| 239 "cwd": "[SLAVE_BUILD]", |
231 "name": "generate_build_files" | 240 "name": "generate_build_files" |
232 }, | 241 }, |
233 { | 242 { |
234 "allow_subannotations": true, | 243 "allow_subannotations": true, |
235 "cmd": [ | 244 "cmd": [ |
236 "python", | 245 "python", |
237 "-u", | 246 "-u", |
238 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 247 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
239 "--src-dir", | 248 "--src-dir", |
240 "[CWD]/src", | 249 "[SLAVE_BUILD]/src", |
241 "--output-json", | 250 "--output-json", |
242 "/path/to/tmp/json" | 251 "/path/to/tmp/json" |
243 ], | 252 ], |
| 253 "cwd": "[SLAVE_BUILD]", |
244 "env": { | 254 "env": { |
245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 255 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
246 }, | 256 }, |
247 "name": "clang_revision", | 257 "name": "clang_revision", |
248 "~followup_annotations": [ | 258 "~followup_annotations": [ |
249 "@@@STEP_LOG_LINE@json.output@{@@@", | 259 "@@@STEP_LOG_LINE@json.output@{@@@", |
250 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 260 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
251 "@@@STEP_LOG_LINE@json.output@}@@@", | 261 "@@@STEP_LOG_LINE@json.output@}@@@", |
252 "@@@STEP_LOG_END@json.output@@@" | 262 "@@@STEP_LOG_END@json.output@@@" |
253 ] | 263 ] |
254 }, | 264 }, |
255 { | 265 { |
256 "cmd": [ | 266 "cmd": [ |
257 "python", | 267 "python", |
258 "-u", | 268 "-u", |
259 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 269 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
260 "--show-path", | 270 "--show-path", |
261 "python", | 271 "python", |
262 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 272 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
263 "--gsutil-py-path", | 273 "--gsutil-py-path", |
264 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 274 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
265 "--ninja-path", | 275 "--ninja-path", |
266 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 276 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
267 "--target", | 277 "--target", |
268 "Release", | 278 "Release", |
269 "--src-dir", | 279 "--src-dir", |
270 "[CWD]/src", | 280 "[SLAVE_BUILD]/src", |
271 "--goma-cache-dir", | 281 "--goma-cache-dir", |
272 "[ROOT]/b/build/slave/goma_cache", | 282 "[GOMA_CACHE]", |
273 "--build-tool", | 283 "--build-tool", |
274 "ninja", | 284 "ninja", |
275 "--build-data-dir", | 285 "--build-data-dir", |
276 "[ROOT]/build_data_dir", | 286 "[ROOT]/build_data_dir", |
277 "--compiler", | 287 "--compiler", |
278 "goma-clang", | 288 "goma-clang", |
279 "--goma-jsonstatus", | 289 "--goma-jsonstatus", |
280 "/path/to/tmp/json", | 290 "/path/to/tmp/json", |
281 "--goma-service-account-json-file", | 291 "--goma-service-account-json-file", |
282 "/creds/service_accounts/service-account-goma-client.json", | 292 "/creds/service_accounts/service-account-goma-client.json", |
283 "--mode", | 293 "--mode", |
284 "official", | 294 "official", |
285 "--goma-dir", | 295 "--goma-dir", |
286 "[ROOT]/b/build/slave/cache/cipd/goma", | 296 "[CACHE]/cipd/goma", |
287 "--clobber", | 297 "--clobber", |
288 "--", | 298 "--", |
289 "chrome" | 299 "chrome" |
290 ], | 300 ], |
| 301 "cwd": "[SLAVE_BUILD]", |
291 "env": { | 302 "env": { |
292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 303 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
293 }, | 304 }, |
294 "name": "compile", | 305 "name": "compile", |
295 "~followup_annotations": [ | 306 "~followup_annotations": [ |
296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 307 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
297 "@@@STEP_LOG_END@json.output (invalid)@@@" | 308 "@@@STEP_LOG_END@json.output (invalid)@@@" |
298 ] | 309 ] |
299 }, | 310 }, |
300 { | 311 { |
(...skipping 18 matching lines...) Loading... |
319 "--results-url=https://chromeperf.appspot.com", | 330 "--results-url=https://chromeperf.appspot.com", |
320 "--perf-dashboard-id=sizes", | 331 "--perf-dashboard-id=sizes", |
321 "--perf-id=Google Chrome Mac", | 332 "--perf-id=Google Chrome Mac", |
322 "--perf-config={'r_clang_rev': '123456'}", | 333 "--perf-config={'r_clang_rev': '123456'}", |
323 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 334 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
324 "--target", | 335 "--target", |
325 "Release", | 336 "Release", |
326 "--platform", | 337 "--platform", |
327 "mac" | 338 "mac" |
328 ], | 339 ], |
| 340 "cwd": "[SLAVE_BUILD]", |
329 "name": "sizes" | 341 "name": "sizes" |
330 }, | 342 }, |
331 { | 343 { |
332 "name": "$result", | 344 "name": "$result", |
333 "recipe_result": null, | 345 "recipe_result": null, |
334 "status_code": 0 | 346 "status_code": 0 |
335 } | 347 } |
336 ] | 348 ] |
OLD | NEW |