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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "linux_variable", | 10 "linux_variable", |
11 "--slave", | 11 "--slave", |
12 "build1-a1", | 12 "build1-a1", |
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'}]", | 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'}]", |
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@r1", | 24 "src@r1", |
25 "--output_manifest" | 25 "--output_manifest" |
26 ], | 26 ], |
| 27 "cwd": "[SLAVE_BUILD]", |
27 "env": { | 28 "env": { |
28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
29 }, | 30 }, |
30 "name": "bot_update", | 31 "name": "bot_update", |
31 "~followup_annotations": [ | 32 "~followup_annotations": [ |
32 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
33 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 91 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
91 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
92 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
93 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
94 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
95 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
96 ] | 97 ] |
97 }, | 98 }, |
98 { | 99 { |
99 "cmd": [], | 100 "cmd": [], |
| 101 "cwd": "[SLAVE_BUILD]", |
100 "name": "ensure_goma" | 102 "name": "ensure_goma" |
101 }, | 103 }, |
102 { | 104 { |
103 "cmd": [ | 105 "cmd": [ |
104 "python", | 106 "python", |
105 "-u", | 107 "-u", |
106 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 108 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
107 "--platform", | 109 "--platform", |
108 "linux-amd64", | 110 "linux-amd64", |
109 "--dest-directory", | 111 "--dest-directory", |
110 "[CWD]/cipd", | 112 "[SLAVE_BUILD]/cipd", |
111 "--json-output", | 113 "--json-output", |
112 "/path/to/tmp/json" | 114 "/path/to/tmp/json" |
113 ], | 115 ], |
| 116 "cwd": "[SLAVE_BUILD]", |
114 "name": "ensure_goma.install cipd", | 117 "name": "ensure_goma.install cipd", |
115 "~followup_annotations": [ | 118 "~followup_annotations": [ |
116 "@@@STEP_NEST_LEVEL@1@@@", | 119 "@@@STEP_NEST_LEVEL@1@@@", |
117 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 120 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
118 "@@@STEP_LOG_LINE@json.output@{@@@", | 121 "@@@STEP_LOG_LINE@json.output@{@@@", |
119 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 122 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
120 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
121 "@@@STEP_LOG_LINE@json.output@}@@@", | 124 "@@@STEP_LOG_LINE@json.output@}@@@", |
122 "@@@STEP_LOG_END@json.output@@@" | 125 "@@@STEP_LOG_END@json.output@@@" |
123 ] | 126 ] |
124 }, | 127 }, |
125 { | 128 { |
126 "cmd": [ | 129 "cmd": [ |
127 "fake_slave_build/cipd", | 130 "[SLAVE_BUILD]/cipd/cipd", |
128 "ensure", | 131 "ensure", |
129 "--root", | 132 "--root", |
130 "[ROOT]/b/build/slave/cache/cipd/goma", | 133 "[CACHE]/cipd/goma", |
131 "--list", | 134 "--list", |
132 "infra_internal/goma/client/linux-amd64 release", | 135 "infra_internal/goma/client/linux-amd64 release", |
133 "--json-output", | 136 "--json-output", |
134 "/path/to/tmp/json", | 137 "/path/to/tmp/json", |
135 "--service-account-json", | 138 "--service-account-json", |
136 "/creds/service_accounts/service-account-goma-client.json" | 139 "/creds/service_accounts/service-account-goma-client.json" |
137 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]", |
138 "name": "ensure_goma.ensure_installed", | 142 "name": "ensure_goma.ensure_installed", |
139 "~followup_annotations": [ | 143 "~followup_annotations": [ |
140 "@@@STEP_NEST_LEVEL@1@@@", | 144 "@@@STEP_NEST_LEVEL@1@@@", |
141 "@@@STEP_LOG_LINE@json.output@{@@@", | 145 "@@@STEP_LOG_LINE@json.output@{@@@", |
142 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
143 "@@@STEP_LOG_LINE@json.output@ {@@@", | 147 "@@@STEP_LOG_LINE@json.output@ {@@@", |
144 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
145 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
146 "@@@STEP_LOG_LINE@json.output@ }@@@", | 150 "@@@STEP_LOG_LINE@json.output@ }@@@", |
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_END@json.output@@@" | 153 "@@@STEP_LOG_END@json.output@@@" |
150 ] | 154 ] |
151 }, | 155 }, |
152 { | 156 { |
153 "cmd": [ | 157 "cmd": [ |
154 "python", | 158 "python", |
155 "-u", | 159 "-u", |
156 "[CWD]/src/tools/swarming_client/swarming.py", | 160 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
157 "--version" | 161 "--version" |
158 ], | 162 ], |
| 163 "cwd": "[SLAVE_BUILD]", |
159 "name": "swarming.py --version", | 164 "name": "swarming.py --version", |
160 "stdout": "/path/to/tmp/", | 165 "stdout": "/path/to/tmp/", |
161 "~followup_annotations": [ | 166 "~followup_annotations": [ |
162 "@@@STEP_TEXT@0.4.10@@@" | 167 "@@@STEP_TEXT@0.4.10@@@" |
163 ] | 168 ] |
164 }, | 169 }, |
165 { | 170 { |
166 "cmd": [ | 171 "cmd": [ |
167 "python", | 172 "python", |
168 "-u", | 173 "-u", |
169 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 174 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
170 "runhooks" | 175 "runhooks" |
171 ], | 176 ], |
| 177 "cwd": "[SLAVE_BUILD]", |
172 "env": { | 178 "env": { |
173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 179 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
174 "GYP_CHROMIUM_NO_ACTION": "1", | 180 "GYP_CHROMIUM_NO_ACTION": "1", |
175 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi
ng=Chrome gomadir='[ROOT]/b/build/slave/cache/cipd/goma' proprietary_codecs=1 ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1", | 181 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi
ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_
isolation_mode=prepare use_goma=1", |
176 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 182 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
177 }, | 183 }, |
178 "name": "gclient runhooks" | 184 "name": "gclient runhooks" |
179 }, | 185 }, |
180 { | 186 { |
181 "cmd": [ | 187 "cmd": [ |
182 "python", | 188 "python", |
183 "-u", | 189 "-u", |
184 "[CWD]/src/testing/scripts/get_compile_targets.py", | 190 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
185 "--output", | 191 "--output", |
186 "/path/to/tmp/json", | 192 "/path/to/tmp/json", |
187 "--", | 193 "--", |
188 "--build-config-fs", | 194 "--build-config-fs", |
189 "Release", | 195 "Release", |
190 "--use-src-side-runtest-py", | 196 "--use-src-side-runtest-py", |
191 "--paths", | 197 "--paths", |
192 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 198 "{\"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\"}", |
193 "--properties", | 199 "--properties", |
194 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam
e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo
rm\": \"linux\"}" | 200 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam
e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo
rm\": \"linux\"}" |
195 ], | 201 ], |
| 202 "cwd": "[SLAVE_BUILD]", |
196 "name": "get compile targets for scripts", | 203 "name": "get compile targets for scripts", |
197 "~followup_annotations": [ | 204 "~followup_annotations": [ |
198 "@@@STEP_LOG_LINE@json.output@{}@@@", | 205 "@@@STEP_LOG_LINE@json.output@{}@@@", |
199 "@@@STEP_LOG_END@json.output@@@" | 206 "@@@STEP_LOG_END@json.output@@@" |
200 ] | 207 ] |
201 }, | 208 }, |
202 { | 209 { |
203 "cmd": [ | 210 "cmd": [ |
204 "python", | 211 "python", |
205 "-u", | 212 "-u", |
206 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 213 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
207 "[CWD]/src/testing/buildbot/chromium.linux.json", | 214 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
208 "/path/to/tmp/json" | 215 "/path/to/tmp/json" |
209 ], | 216 ], |
| 217 "cwd": "[SLAVE_BUILD]", |
210 "name": "read test spec", | 218 "name": "read test spec", |
211 "~followup_annotations": [ | 219 "~followup_annotations": [ |
212 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.linux.json@@@", | 220 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
213 "@@@STEP_LOG_LINE@json.output@{}@@@", | 221 "@@@STEP_LOG_LINE@json.output@{}@@@", |
214 "@@@STEP_LOG_END@json.output@@@" | 222 "@@@STEP_LOG_END@json.output@@@" |
215 ] | 223 ] |
216 }, | 224 }, |
217 { | 225 { |
218 "cmd": [ | 226 "cmd": [ |
219 "git", | 227 "git", |
220 "log", | 228 "log", |
221 "--format=%H", | 229 "--format=%H", |
222 "r0..r1" | 230 "r0..r1" |
223 ], | 231 ], |
224 "cwd": "[CWD]/src", | 232 "cwd": "[SLAVE_BUILD]/src", |
225 "name": "git commits in range", | 233 "name": "git commits in range", |
226 "stdout": "/path/to/tmp/", | 234 "stdout": "/path/to/tmp/", |
227 "~followup_annotations": [ | 235 "~followup_annotations": [ |
228 "@@@STEP_LOG_LINE@revisions@r1@@@", | 236 "@@@STEP_LOG_LINE@revisions@r1@@@", |
229 "@@@STEP_LOG_END@revisions@@@" | 237 "@@@STEP_LOG_END@revisions@@@" |
230 ] | 238 ] |
231 }, | 239 }, |
232 { | 240 { |
233 "cmd": [], | 241 "cmd": [], |
| 242 "cwd": "[SLAVE_BUILD]", |
234 "name": "test r1" | 243 "name": "test r1" |
235 }, | 244 }, |
236 { | 245 { |
237 "cmd": [ | 246 "cmd": [ |
238 "python", | 247 "python", |
239 "-u", | 248 "-u", |
240 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 249 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
241 "--master", | 250 "--master", |
242 "tryserver.chromium.linux", | 251 "tryserver.chromium.linux", |
243 "--builder", | 252 "--builder", |
244 "linux_variable", | 253 "linux_variable", |
245 "--slave", | 254 "--slave", |
246 "build1-a1", | 255 "build1-a1", |
247 "--spec", | 256 "--spec", |
248 "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'}]", | 257 "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'}]", |
249 "--root", | 258 "--root", |
250 "src", | 259 "src", |
251 "--revision_mapping_file", | 260 "--revision_mapping_file", |
252 "{\"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\"}", | 261 "{\"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\"}", |
253 "--git-cache-dir", | 262 "--git-cache-dir", |
254 "[ROOT]/b/build/slave/cache_dir", | 263 "[GIT_CACHE]", |
255 "--output_json", | 264 "--output_json", |
256 "/path/to/tmp/json", | 265 "/path/to/tmp/json", |
257 "--revision", | 266 "--revision", |
258 "src@r1", | 267 "src@r1", |
259 "--output_manifest" | 268 "--output_manifest" |
260 ], | 269 ], |
| 270 "cwd": "[SLAVE_BUILD]", |
261 "env": { | 271 "env": { |
262 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 272 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
263 }, | 273 }, |
264 "name": "test r1.bot_update", | 274 "name": "test r1.bot_update", |
265 "~followup_annotations": [ | 275 "~followup_annotations": [ |
266 "@@@STEP_NEST_LEVEL@1@@@", | 276 "@@@STEP_NEST_LEVEL@1@@@", |
267 "@@@STEP_TEXT@Some step text@@@", | 277 "@@@STEP_TEXT@Some step text@@@", |
268 "@@@STEP_LOG_LINE@json.output@{@@@", | 278 "@@@STEP_LOG_LINE@json.output@{@@@", |
269 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 279 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
270 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 280 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 335 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
326 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 336 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
327 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 337 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
328 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 338 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
329 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 339 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
330 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 340 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
331 ] | 341 ] |
332 }, | 342 }, |
333 { | 343 { |
334 "cmd": [], | 344 "cmd": [], |
| 345 "cwd": "[SLAVE_BUILD]", |
335 "name": "test r1.ensure_goma", | 346 "name": "test r1.ensure_goma", |
336 "~followup_annotations": [ | 347 "~followup_annotations": [ |
337 "@@@STEP_NEST_LEVEL@1@@@" | 348 "@@@STEP_NEST_LEVEL@1@@@" |
338 ] | 349 ] |
339 }, | 350 }, |
340 { | 351 { |
341 "cmd": [ | 352 "cmd": [ |
342 "python", | 353 "python", |
343 "-u", | 354 "-u", |
344 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 355 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
345 "--platform", | 356 "--platform", |
346 "linux-amd64", | 357 "linux-amd64", |
347 "--dest-directory", | 358 "--dest-directory", |
348 "[CWD]/cipd", | 359 "[SLAVE_BUILD]/cipd", |
349 "--json-output", | 360 "--json-output", |
350 "/path/to/tmp/json" | 361 "/path/to/tmp/json" |
351 ], | 362 ], |
| 363 "cwd": "[SLAVE_BUILD]", |
352 "name": "test r1.ensure_goma.install cipd", | 364 "name": "test r1.ensure_goma.install cipd", |
353 "~followup_annotations": [ | 365 "~followup_annotations": [ |
354 "@@@STEP_NEST_LEVEL@2@@@", | 366 "@@@STEP_NEST_LEVEL@2@@@", |
355 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 367 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
356 "@@@STEP_LOG_LINE@json.output@{@@@", | 368 "@@@STEP_LOG_LINE@json.output@{@@@", |
357 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 369 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
358 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 370 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
359 "@@@STEP_LOG_LINE@json.output@}@@@", | 371 "@@@STEP_LOG_LINE@json.output@}@@@", |
360 "@@@STEP_LOG_END@json.output@@@" | 372 "@@@STEP_LOG_END@json.output@@@" |
361 ] | 373 ] |
362 }, | 374 }, |
363 { | 375 { |
364 "cmd": [ | 376 "cmd": [ |
365 "fake_slave_build/cipd", | 377 "[SLAVE_BUILD]/cipd/cipd", |
366 "ensure", | 378 "ensure", |
367 "--root", | 379 "--root", |
368 "[ROOT]/b/build/slave/cache/cipd/goma", | 380 "[CACHE]/cipd/goma", |
369 "--list", | 381 "--list", |
370 "infra_internal/goma/client/linux-amd64 release", | 382 "infra_internal/goma/client/linux-amd64 release", |
371 "--json-output", | 383 "--json-output", |
372 "/path/to/tmp/json", | 384 "/path/to/tmp/json", |
373 "--service-account-json", | 385 "--service-account-json", |
374 "/creds/service_accounts/service-account-goma-client.json" | 386 "/creds/service_accounts/service-account-goma-client.json" |
375 ], | 387 ], |
| 388 "cwd": "[SLAVE_BUILD]", |
376 "name": "test r1.ensure_goma.ensure_installed", | 389 "name": "test r1.ensure_goma.ensure_installed", |
377 "~followup_annotations": [ | 390 "~followup_annotations": [ |
378 "@@@STEP_NEST_LEVEL@2@@@", | 391 "@@@STEP_NEST_LEVEL@2@@@", |
379 "@@@STEP_LOG_LINE@json.output@{@@@", | 392 "@@@STEP_LOG_LINE@json.output@{@@@", |
380 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 393 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
381 "@@@STEP_LOG_LINE@json.output@ {@@@", | 394 "@@@STEP_LOG_LINE@json.output@ {@@@", |
382 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 395 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
383 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 396 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
384 "@@@STEP_LOG_LINE@json.output@ }@@@", | 397 "@@@STEP_LOG_LINE@json.output@ }@@@", |
385 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 398 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
386 "@@@STEP_LOG_LINE@json.output@}@@@", | 399 "@@@STEP_LOG_LINE@json.output@}@@@", |
387 "@@@STEP_LOG_END@json.output@@@" | 400 "@@@STEP_LOG_END@json.output@@@" |
388 ] | 401 ] |
389 }, | 402 }, |
390 { | 403 { |
391 "cmd": [ | 404 "cmd": [ |
392 "python", | 405 "python", |
393 "-u", | 406 "-u", |
394 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 407 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
395 "runhooks" | 408 "runhooks" |
396 ], | 409 ], |
| 410 "cwd": "[SLAVE_BUILD]", |
397 "env": { | 411 "env": { |
398 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 412 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
399 "GYP_CHROMIUM_NO_ACTION": "1", | 413 "GYP_CHROMIUM_NO_ACTION": "1", |
400 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi
ng=Chrome gomadir='[ROOT]/b/build/slave/cache/cipd/goma' proprietary_codecs=1 ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1", | 414 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi
ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_
isolation_mode=prepare use_goma=1", |
401 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 415 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
402 }, | 416 }, |
403 "name": "test r1.gclient runhooks", | 417 "name": "test r1.gclient runhooks", |
404 "~followup_annotations": [ | 418 "~followup_annotations": [ |
405 "@@@STEP_NEST_LEVEL@1@@@" | 419 "@@@STEP_NEST_LEVEL@1@@@" |
406 ] | 420 ] |
407 }, | 421 }, |
408 { | 422 { |
409 "cmd": [ | 423 "cmd": [ |
410 "python", | 424 "python", |
411 "-u", | 425 "-u", |
412 "[CWD]/src/testing/scripts/get_compile_targets.py", | 426 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
413 "--output", | 427 "--output", |
414 "/path/to/tmp/json", | 428 "/path/to/tmp/json", |
415 "--", | 429 "--", |
416 "--build-config-fs", | 430 "--build-config-fs", |
417 "Release", | 431 "Release", |
418 "--use-src-side-runtest-py", | 432 "--use-src-side-runtest-py", |
419 "--paths", | 433 "--paths", |
420 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 434 "{\"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\"}", |
421 "--properties", | 435 "--properties", |
422 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam
e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo
rm\": \"linux\"}" | 436 "{\"buildername\": \"linux_variable\", \"buildnumber\": \"1\", \"masternam
e\": \"tryserver.chromium.linux\", \"slavename\": \"build1-a1\", \"target_platfo
rm\": \"linux\"}" |
423 ], | 437 ], |
| 438 "cwd": "[SLAVE_BUILD]", |
424 "name": "test r1.get compile targets for scripts", | 439 "name": "test r1.get compile targets for scripts", |
425 "~followup_annotations": [ | 440 "~followup_annotations": [ |
426 "@@@STEP_NEST_LEVEL@1@@@", | 441 "@@@STEP_NEST_LEVEL@1@@@", |
427 "@@@STEP_LOG_LINE@json.output@{}@@@", | 442 "@@@STEP_LOG_LINE@json.output@{}@@@", |
428 "@@@STEP_LOG_END@json.output@@@" | 443 "@@@STEP_LOG_END@json.output@@@" |
429 ] | 444 ] |
430 }, | 445 }, |
431 { | 446 { |
432 "cmd": [ | 447 "cmd": [ |
433 "python", | 448 "python", |
434 "-u", | 449 "-u", |
435 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 450 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
436 "[CWD]/src/testing/buildbot/chromium.linux.json", | 451 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
437 "/path/to/tmp/json" | 452 "/path/to/tmp/json" |
438 ], | 453 ], |
| 454 "cwd": "[SLAVE_BUILD]", |
439 "name": "test r1.read test spec", | 455 "name": "test r1.read test spec", |
440 "~followup_annotations": [ | 456 "~followup_annotations": [ |
441 "@@@STEP_NEST_LEVEL@1@@@", | 457 "@@@STEP_NEST_LEVEL@1@@@", |
442 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.linux.json@@@", | 458 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
443 "@@@STEP_LOG_LINE@json.output@{@@@", | 459 "@@@STEP_LOG_LINE@json.output@{@@@", |
444 "@@@STEP_LOG_LINE@json.output@ \"Linux Builder\": {@@@", | 460 "@@@STEP_LOG_LINE@json.output@ \"Linux Builder\": {@@@", |
445 "@@@STEP_LOG_LINE@json.output@ \"additional_compile_targets\": [@@@", | 461 "@@@STEP_LOG_LINE@json.output@ \"additional_compile_targets\": [@@@", |
446 "@@@STEP_LOG_LINE@json.output@ \"a\", @@@", | 462 "@@@STEP_LOG_LINE@json.output@ \"a\", @@@", |
447 "@@@STEP_LOG_LINE@json.output@ \"a_run\", @@@", | 463 "@@@STEP_LOG_LINE@json.output@ \"a_run\", @@@", |
448 "@@@STEP_LOG_LINE@json.output@ \"b\", @@@", | 464 "@@@STEP_LOG_LINE@json.output@ \"b\", @@@", |
449 "@@@STEP_LOG_LINE@json.output@ \"b_run\"@@@", | 465 "@@@STEP_LOG_LINE@json.output@ \"b_run\"@@@", |
450 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 466 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
451 "@@@STEP_LOG_LINE@json.output@ }@@@", | 467 "@@@STEP_LOG_LINE@json.output@ }@@@", |
452 "@@@STEP_LOG_LINE@json.output@}@@@", | 468 "@@@STEP_LOG_LINE@json.output@}@@@", |
453 "@@@STEP_LOG_END@json.output@@@" | 469 "@@@STEP_LOG_END@json.output@@@" |
454 ] | 470 ] |
455 }, | 471 }, |
456 { | 472 { |
457 "cmd": [ | 473 "cmd": [ |
458 "git", | 474 "git", |
459 "diff", | 475 "diff", |
460 "r1~1", | 476 "r1~1", |
461 "r1", | 477 "r1", |
462 "--name-only" | 478 "--name-only" |
463 ], | 479 ], |
464 "cwd": "[CWD]/src", | 480 "cwd": "[SLAVE_BUILD]/src", |
465 "name": "test r1.git diff to analyze commit", | 481 "name": "test r1.git diff to analyze commit", |
466 "stdout": "/path/to/tmp/", | 482 "stdout": "/path/to/tmp/", |
467 "~followup_annotations": [ | 483 "~followup_annotations": [ |
468 "@@@STEP_NEST_LEVEL@1@@@", | 484 "@@@STEP_NEST_LEVEL@1@@@", |
469 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 485 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
470 "@@@STEP_LOG_END@files@@@" | 486 "@@@STEP_LOG_END@files@@@" |
471 ] | 487 ] |
472 }, | 488 }, |
473 { | 489 { |
474 "cmd": [ | 490 "cmd": [ |
475 "python", | 491 "python", |
476 "-u", | 492 "-u", |
477 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 493 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
478 "[CWD]/src/testing/buildbot/trybot_analyze_config.json", | 494 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
479 "/path/to/tmp/json" | 495 "/path/to/tmp/json" |
480 ], | 496 ], |
| 497 "cwd": "[SLAVE_BUILD]", |
481 "name": "test r1.read filter exclusion spec", | 498 "name": "test r1.read filter exclusion spec", |
482 "~followup_annotations": [ | 499 "~followup_annotations": [ |
483 "@@@STEP_NEST_LEVEL@1@@@", | 500 "@@@STEP_NEST_LEVEL@1@@@", |
484 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 501 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
485 "@@@STEP_LOG_LINE@json.output@{@@@", | 502 "@@@STEP_LOG_LINE@json.output@{@@@", |
486 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 503 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
487 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 504 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
488 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 505 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
489 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 506 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
490 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 507 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
491 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 508 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
492 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 509 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
493 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 510 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
494 "@@@STEP_LOG_LINE@json.output@ }@@@", | 511 "@@@STEP_LOG_LINE@json.output@ }@@@", |
495 "@@@STEP_LOG_LINE@json.output@}@@@", | 512 "@@@STEP_LOG_LINE@json.output@}@@@", |
496 "@@@STEP_LOG_END@json.output@@@" | 513 "@@@STEP_LOG_END@json.output@@@" |
497 ] | 514 ] |
498 }, | 515 }, |
499 { | 516 { |
500 "cmd": [ | 517 "cmd": [ |
501 "python", | 518 "python", |
502 "-u", | 519 "-u", |
503 "[CWD]/src/tools/mb/mb.py", | 520 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
504 "analyze", | 521 "analyze", |
505 "-m", | 522 "-m", |
506 "chromium.linux", | 523 "chromium.linux", |
507 "-b", | 524 "-b", |
508 "Linux Builder", | 525 "Linux Builder", |
509 "-v", | 526 "-v", |
510 "//out/Release", | 527 "//out/Release", |
511 "{\"additional_compile_targets\": [\"a\", \"a_run\", \"b\", \"b_run\", \"c
hromium_swarm_tests\"], \"files\": [\"foo.cc\"], \"test_targets\": []}", | 528 "{\"additional_compile_targets\": [\"a\", \"a_run\", \"b\", \"b_run\", \"c
hromium_swarm_tests\"], \"files\": [\"foo.cc\"], \"test_targets\": []}", |
512 "/path/to/tmp/json" | 529 "/path/to/tmp/json" |
513 ], | 530 ], |
| 531 "cwd": "[SLAVE_BUILD]", |
514 "name": "test r1.analyze", | 532 "name": "test r1.analyze", |
515 "~followup_annotations": [ | 533 "~followup_annotations": [ |
516 "@@@STEP_NEST_LEVEL@1@@@", | 534 "@@@STEP_NEST_LEVEL@1@@@", |
517 "@@@STEP_LOG_LINE@json.output@{@@@", | 535 "@@@STEP_LOG_LINE@json.output@{@@@", |
518 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", | 536 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", |
519 "@@@STEP_LOG_LINE@json.output@ \"a\", @@@", | 537 "@@@STEP_LOG_LINE@json.output@ \"a\", @@@", |
520 "@@@STEP_LOG_LINE@json.output@ \"a_run\"@@@", | 538 "@@@STEP_LOG_LINE@json.output@ \"a_run\"@@@", |
521 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 539 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
522 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", | 540 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
523 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": [@@@", | 541 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": [@@@", |
(...skipping 29 matching lines...) Expand all Loading... |
553 }, | 571 }, |
554 { | 572 { |
555 "cmd": [ | 573 "cmd": [ |
556 "python", | 574 "python", |
557 "-u", | 575 "-u", |
558 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 576 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
559 "--show-path", | 577 "--show-path", |
560 "python", | 578 "python", |
561 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 579 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
562 ], | 580 ], |
| 581 "cwd": "[SLAVE_BUILD]", |
563 "name": "test r1.cleanup_temp", | 582 "name": "test r1.cleanup_temp", |
564 "~followup_annotations": [ | 583 "~followup_annotations": [ |
565 "@@@STEP_NEST_LEVEL@1@@@" | 584 "@@@STEP_NEST_LEVEL@1@@@" |
566 ] | 585 ] |
567 }, | 586 }, |
568 { | 587 { |
569 "cmd": [ | 588 "cmd": [ |
570 "python", | 589 "python", |
571 "-u", | 590 "-u", |
572 "[CWD]/src/tools/mb/mb.py", | 591 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
573 "gen", | 592 "gen", |
574 "-m", | 593 "-m", |
575 "chromium.linux", | 594 "chromium.linux", |
576 "-b", | 595 "-b", |
577 "Linux Builder", | 596 "Linux Builder", |
578 "--config-file", | 597 "--config-file", |
579 "[CWD]/src/tools/mb/mb_config.pyl", | 598 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
580 "--goma-dir", | 599 "--goma-dir", |
581 "[ROOT]/b/build/slave/cache/cipd/goma", | 600 "[CACHE]/cipd/goma", |
582 "//out/Release" | 601 "//out/Release" |
583 ], | 602 ], |
| 603 "cwd": "[SLAVE_BUILD]", |
584 "name": "test r1.generate_build_files", | 604 "name": "test r1.generate_build_files", |
585 "~followup_annotations": [ | 605 "~followup_annotations": [ |
586 "@@@STEP_NEST_LEVEL@1@@@" | 606 "@@@STEP_NEST_LEVEL@1@@@" |
587 ] | 607 ] |
588 }, | 608 }, |
589 { | 609 { |
590 "cmd": [ | 610 "cmd": [ |
591 "python", | 611 "python", |
592 "-u", | 612 "-u", |
593 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 613 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
594 "--show-path", | 614 "--show-path", |
595 "python", | 615 "python", |
596 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 616 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
597 "--gsutil-py-path", | 617 "--gsutil-py-path", |
598 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 618 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
599 "--ninja-path", | 619 "--ninja-path", |
600 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 620 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
601 "--target", | 621 "--target", |
602 "Release", | 622 "Release", |
603 "--src-dir", | 623 "--src-dir", |
604 "[CWD]/src", | 624 "[SLAVE_BUILD]/src", |
605 "--goma-cache-dir", | 625 "--goma-cache-dir", |
606 "[ROOT]/b/build/slave/goma_cache", | 626 "[GOMA_CACHE]", |
607 "--build-tool", | 627 "--build-tool", |
608 "ninja", | 628 "ninja", |
609 "--compiler", | 629 "--compiler", |
610 "goma", | 630 "goma", |
611 "--goma-jsonstatus", | 631 "--goma-jsonstatus", |
612 "/path/to/tmp/json", | 632 "/path/to/tmp/json", |
613 "--goma-service-account-json-file", | 633 "--goma-service-account-json-file", |
614 "/creds/service_accounts/service-account-goma-client.json", | 634 "/creds/service_accounts/service-account-goma-client.json", |
615 "--goma-dir", | 635 "--goma-dir", |
616 "[ROOT]/b/build/slave/cache/cipd/goma", | 636 "[CACHE]/cipd/goma", |
617 "--ninja-ensure-up-to-date", | 637 "--ninja-ensure-up-to-date", |
618 "--", | 638 "--", |
619 "a", | 639 "a", |
620 "a_run" | 640 "a_run" |
621 ], | 641 ], |
| 642 "cwd": "[SLAVE_BUILD]", |
622 "env": { | 643 "env": { |
623 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 644 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
624 }, | 645 }, |
625 "name": "test r1.compile", | 646 "name": "test r1.compile", |
626 "~followup_annotations": [ | 647 "~followup_annotations": [ |
627 "@@@STEP_NEST_LEVEL@1@@@", | 648 "@@@STEP_NEST_LEVEL@1@@@", |
628 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 649 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
629 "@@@STEP_LOG_END@json.output (invalid)@@@" | 650 "@@@STEP_LOG_END@json.output (invalid)@@@" |
630 ] | 651 ] |
631 }, | 652 }, |
632 { | 653 { |
633 "cmd": [ | 654 "cmd": [ |
634 "python", | 655 "python", |
635 "-u", | 656 "-u", |
636 "import sys; sys.exit(0)" | 657 "import sys; sys.exit(0)" |
637 ], | 658 ], |
| 659 "cwd": "[SLAVE_BUILD]", |
638 "name": "report", | 660 "name": "report", |
639 "~followup_annotations": [ | 661 "~followup_annotations": [ |
640 "@@@STEP_LOG_LINE@report@{@@@", | 662 "@@@STEP_LOG_LINE@report@{@@@", |
641 "@@@STEP_LOG_LINE@report@ \"result\": {@@@", | 663 "@@@STEP_LOG_LINE@report@ \"result\": {@@@", |
642 "@@@STEP_LOG_LINE@report@ \"r1\": \"passed\"@@@", | 664 "@@@STEP_LOG_LINE@report@ \"r1\": \"passed\"@@@", |
643 "@@@STEP_LOG_LINE@report@ }, @@@", | 665 "@@@STEP_LOG_LINE@report@ }, @@@", |
644 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@", | 666 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@", |
645 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1, @@@", | 667 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1, @@@", |
646 "@@@STEP_LOG_LINE@report@ \"sub_ranges\": [@@@", | 668 "@@@STEP_LOG_LINE@report@ \"sub_ranges\": [@@@", |
647 "@@@STEP_LOG_LINE@report@ [@@@", | 669 "@@@STEP_LOG_LINE@report@ [@@@", |
648 "@@@STEP_LOG_LINE@report@ null, @@@", | 670 "@@@STEP_LOG_LINE@report@ null, @@@", |
649 "@@@STEP_LOG_LINE@report@ \"r1\"@@@", | 671 "@@@STEP_LOG_LINE@report@ \"r1\"@@@", |
650 "@@@STEP_LOG_LINE@report@ ]@@@", | 672 "@@@STEP_LOG_LINE@report@ ]@@@", |
651 "@@@STEP_LOG_LINE@report@ ]@@@", | 673 "@@@STEP_LOG_LINE@report@ ]@@@", |
652 "@@@STEP_LOG_LINE@report@ }@@@", | 674 "@@@STEP_LOG_LINE@report@ }@@@", |
653 "@@@STEP_LOG_LINE@report@}@@@", | 675 "@@@STEP_LOG_LINE@report@}@@@", |
654 "@@@STEP_LOG_END@report@@@", | 676 "@@@STEP_LOG_END@report@@@", |
655 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" | 677 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" |
656 ] | 678 ] |
657 }, | 679 }, |
658 { | 680 { |
659 "name": "$result", | 681 "name": "$result", |
660 "recipe_result": null, | 682 "recipe_result": null, |
661 "status_code": 0 | 683 "status_code": 0 |
662 } | 684 } |
663 ] | 685 ] |
OLD | NEW |