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.mac", | 8 "tryserver.chromium.mac", |
9 "--builder", | 9 "--builder", |
10 "mac_chromium_variable", | 10 "mac_chromium_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 "mac-amd64", | 110 "mac-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/mac-amd64 release", | 135 "infra_internal/goma/client/mac-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/mac-amd64\"@@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-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 clang=1 component=static_library ffmpe
g_branding=Chrome gomadir='[ROOT]/b/build/slave/cache/cipd/goma' proprietary_cod
ecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", | 181 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library ffmpe
g_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x
64 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\": \"mac_chromium_variable\", \"buildnumber\": 1, \"master
name\": \"tryserver.chromium.mac\", \"slavename\": \"build1-a1\", \"target_platf
orm\": \"mac\"}" | 200 "{\"buildername\": \"mac_chromium_variable\", \"buildnumber\": 1, \"master
name\": \"tryserver.chromium.mac\", \"slavename\": \"build1-a1\", \"target_platf
orm\": \"mac\"}" |
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.mac.json", | 214 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.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.mac.json@@@", | 220 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mac.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.mac", | 251 "tryserver.chromium.mac", |
243 "--builder", | 252 "--builder", |
244 "mac_chromium_variable", | 253 "mac_chromium_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 "mac-amd64", | 357 "mac-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/mac-amd64 release", | 382 "infra_internal/goma/client/mac-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/mac-amd64\"@@@", | 396 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-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 clang=1 component=static_library ffmpe
g_branding=Chrome gomadir='[ROOT]/b/build/slave/cache/cipd/goma' proprietary_cod
ecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", | 414 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library ffmpe
g_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x
64 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\": \"mac_chromium_variable\", \"buildnumber\": 1, \"master
name\": \"tryserver.chromium.mac\", \"slavename\": \"build1-a1\", \"target_platf
orm\": \"mac\"}" | 436 "{\"buildername\": \"mac_chromium_variable\", \"buildnumber\": 1, \"master
name\": \"tryserver.chromium.mac\", \"slavename\": \"build1-a1\", \"target_platf
orm\": \"mac\"}" |
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.mac.json", | 451 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.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.mac.json@@@", | 458 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json@@
@", |
443 "@@@STEP_LOG_LINE@json.output@{@@@", | 459 "@@@STEP_LOG_LINE@json.output@{@@@", |
444 "@@@STEP_LOG_LINE@json.output@ \"Mac10.9 Tests\": {@@@", | 460 "@@@STEP_LOG_LINE@json.output@ \"Mac10.9 Tests\": {@@@", |
445 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 461 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
446 "@@@STEP_LOG_LINE@json.output@ {@@@", | 462 "@@@STEP_LOG_LINE@json.output@ {@@@", |
447 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 463 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
448 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 464 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
449 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 465 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
450 "@@@STEP_LOG_LINE@json.output@ \"test\": \"gl_tests\"@@@", | 466 "@@@STEP_LOG_LINE@json.output@ \"test\": \"gl_tests\"@@@", |
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_LINE@json.output@ }@@@", | 469 "@@@STEP_LOG_LINE@json.output@ }@@@", |
454 "@@@STEP_LOG_LINE@json.output@}@@@", | 470 "@@@STEP_LOG_LINE@json.output@}@@@", |
455 "@@@STEP_LOG_END@json.output@@@" | 471 "@@@STEP_LOG_END@json.output@@@" |
456 ] | 472 ] |
457 }, | 473 }, |
458 { | 474 { |
459 "cmd": [ | 475 "cmd": [ |
460 "python", | 476 "python", |
461 "-u", | 477 "-u", |
462 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 478 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
463 "--show-path", | 479 "--show-path", |
464 "python", | 480 "python", |
465 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 481 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
466 ], | 482 ], |
| 483 "cwd": "[SLAVE_BUILD]", |
467 "name": "test r1.cleanup_temp", | 484 "name": "test r1.cleanup_temp", |
468 "~followup_annotations": [ | 485 "~followup_annotations": [ |
469 "@@@STEP_NEST_LEVEL@1@@@" | 486 "@@@STEP_NEST_LEVEL@1@@@" |
470 ] | 487 ] |
471 }, | 488 }, |
472 { | 489 { |
473 "cmd": [ | 490 "cmd": [ |
474 "python", | 491 "python", |
475 "-u", | 492 "-u", |
476 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 493 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
477 "--build-dir", | 494 "--build-dir", |
478 "[CWD]/src/out/Release", | 495 "[SLAVE_BUILD]/src/out/Release", |
479 "--clean-isolated-files" | 496 "--clean-isolated-files" |
480 ], | 497 ], |
| 498 "cwd": "[SLAVE_BUILD]", |
481 "name": "test r1.clean isolated files", | 499 "name": "test r1.clean isolated files", |
482 "~followup_annotations": [ | 500 "~followup_annotations": [ |
483 "@@@STEP_NEST_LEVEL@1@@@" | 501 "@@@STEP_NEST_LEVEL@1@@@" |
484 ] | 502 ] |
485 }, | 503 }, |
486 { | 504 { |
487 "cmd": [ | 505 "cmd": [ |
488 "python", | 506 "python", |
489 "-u", | 507 "-u", |
490 "[CWD]/src/tools/mb/mb.py", | 508 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
491 "gen", | 509 "gen", |
492 "-m", | 510 "-m", |
493 "chromium.mac", | 511 "chromium.mac", |
494 "-b", | 512 "-b", |
495 "Mac Builder", | 513 "Mac Builder", |
496 "--config-file", | 514 "--config-file", |
497 "[CWD]/src/tools/mb/mb_config.pyl", | 515 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
498 "--goma-dir", | 516 "--goma-dir", |
499 "[ROOT]/b/build/slave/cache/cipd/goma", | 517 "[CACHE]/cipd/goma", |
500 "--swarming-targets-file", | 518 "--swarming-targets-file", |
501 "gl_tests\n", | 519 "gl_tests\n", |
502 "//out/Release" | 520 "//out/Release" |
503 ], | 521 ], |
| 522 "cwd": "[SLAVE_BUILD]", |
504 "name": "test r1.generate_build_files", | 523 "name": "test r1.generate_build_files", |
505 "~followup_annotations": [ | 524 "~followup_annotations": [ |
506 "@@@STEP_NEST_LEVEL@1@@@", | 525 "@@@STEP_NEST_LEVEL@1@@@", |
507 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", | 526 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", |
508 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 527 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
509 ] | 528 ] |
510 }, | 529 }, |
511 { | 530 { |
512 "allow_subannotations": true, | 531 "allow_subannotations": true, |
513 "cmd": [ | 532 "cmd": [ |
514 "python", | 533 "python", |
515 "-u", | 534 "-u", |
516 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 535 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
517 "--src-dir", | 536 "--src-dir", |
518 "[CWD]/src", | 537 "[SLAVE_BUILD]/src", |
519 "--output-json", | 538 "--output-json", |
520 "/path/to/tmp/json" | 539 "/path/to/tmp/json" |
521 ], | 540 ], |
| 541 "cwd": "[SLAVE_BUILD]", |
522 "env": { | 542 "env": { |
523 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 543 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
524 }, | 544 }, |
525 "name": "test r1.clang_revision", | 545 "name": "test r1.clang_revision", |
526 "~followup_annotations": [ | 546 "~followup_annotations": [ |
527 "@@@STEP_NEST_LEVEL@1@@@", | 547 "@@@STEP_NEST_LEVEL@1@@@", |
528 "@@@STEP_LOG_LINE@json.output@{@@@", | 548 "@@@STEP_LOG_LINE@json.output@{@@@", |
529 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 549 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
530 "@@@STEP_LOG_LINE@json.output@}@@@", | 550 "@@@STEP_LOG_LINE@json.output@}@@@", |
531 "@@@STEP_LOG_END@json.output@@@" | 551 "@@@STEP_LOG_END@json.output@@@" |
532 ] | 552 ] |
533 }, | 553 }, |
534 { | 554 { |
535 "cmd": [ | 555 "cmd": [ |
536 "python", | 556 "python", |
537 "-u", | 557 "-u", |
538 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 558 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
539 "--show-path", | 559 "--show-path", |
540 "python", | 560 "python", |
541 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 561 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
542 "--gsutil-py-path", | 562 "--gsutil-py-path", |
543 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 563 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
544 "--ninja-path", | 564 "--ninja-path", |
545 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 565 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
546 "--target", | 566 "--target", |
547 "Release", | 567 "Release", |
548 "--src-dir", | 568 "--src-dir", |
549 "[CWD]/src", | 569 "[SLAVE_BUILD]/src", |
550 "--goma-cache-dir", | 570 "--goma-cache-dir", |
551 "[ROOT]/b/build/slave/goma_cache", | 571 "[GOMA_CACHE]", |
552 "--build-tool", | 572 "--build-tool", |
553 "ninja", | 573 "ninja", |
554 "--compiler", | 574 "--compiler", |
555 "goma-clang", | 575 "goma-clang", |
556 "--goma-jsonstatus", | 576 "--goma-jsonstatus", |
557 "/path/to/tmp/json", | 577 "/path/to/tmp/json", |
558 "--goma-service-account-json-file", | 578 "--goma-service-account-json-file", |
559 "/creds/service_accounts/service-account-goma-client.json", | 579 "/creds/service_accounts/service-account-goma-client.json", |
560 "--goma-dir", | 580 "--goma-dir", |
561 "[ROOT]/b/build/slave/cache/cipd/goma", | 581 "[CACHE]/cipd/goma", |
562 "--ninja-ensure-up-to-date", | 582 "--ninja-ensure-up-to-date", |
563 "--", | 583 "--", |
564 "gl_tests", | 584 "gl_tests", |
565 "gl_tests_run" | 585 "gl_tests_run" |
566 ], | 586 ], |
| 587 "cwd": "[SLAVE_BUILD]", |
567 "env": { | 588 "env": { |
568 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 589 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
569 }, | 590 }, |
570 "name": "test r1.compile", | 591 "name": "test r1.compile", |
571 "~followup_annotations": [ | 592 "~followup_annotations": [ |
572 "@@@STEP_NEST_LEVEL@1@@@", | 593 "@@@STEP_NEST_LEVEL@1@@@", |
573 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 594 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
574 "@@@STEP_LOG_END@json.output (invalid)@@@" | 595 "@@@STEP_LOG_END@json.output (invalid)@@@" |
575 ] | 596 ] |
576 }, | 597 }, |
577 { | 598 { |
578 "cmd": [ | 599 "cmd": [ |
579 "python", | 600 "python", |
580 "-u", | 601 "-u", |
581 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 602 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", |
582 "--build-dir", | 603 "--build-dir", |
583 "[CWD]/src/out/Release", | 604 "[SLAVE_BUILD]/src/out/Release", |
584 "--src-dir", | 605 "--src-dir", |
585 "[CWD]/src" | 606 "[SLAVE_BUILD]/src" |
586 ], | 607 ], |
587 "cwd": "[CWD]", | 608 "cwd": "[SLAVE_BUILD]", |
588 "name": "test r1.remove_build_metadata", | 609 "name": "test r1.remove_build_metadata", |
589 "~followup_annotations": [ | 610 "~followup_annotations": [ |
590 "@@@STEP_NEST_LEVEL@1@@@" | 611 "@@@STEP_NEST_LEVEL@1@@@" |
591 ] | 612 ] |
592 }, | 613 }, |
593 { | 614 { |
594 "cmd": [ | 615 "cmd": [ |
595 "python", | 616 "python", |
596 "-u", | 617 "-u", |
597 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 618 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
598 "[CWD]/src/tools/swarming_client", | 619 "[SLAVE_BUILD]/src/tools/swarming_client", |
599 "batcharchive", | 620 "batcharchive", |
600 "--dump-json", | 621 "--dump-json", |
601 "/path/to/tmp/json", | 622 "/path/to/tmp/json", |
602 "--isolate-server", | 623 "--isolate-server", |
603 "https://isolateserver.appspot.com", | 624 "https://isolateserver.appspot.com", |
604 "--verbose", | 625 "--verbose", |
605 "[CWD]/src/out/Release/gl_tests.isolated.gen.json" | 626 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json" |
606 ], | 627 ], |
| 628 "cwd": "[SLAVE_BUILD]", |
607 "name": "test r1.isolate tests", | 629 "name": "test r1.isolate tests", |
608 "~followup_annotations": [ | 630 "~followup_annotations": [ |
609 "@@@STEP_NEST_LEVEL@1@@@", | 631 "@@@STEP_NEST_LEVEL@1@@@", |
610 "@@@STEP_LOG_LINE@json.output@{@@@", | 632 "@@@STEP_LOG_LINE@json.output@{@@@", |
611 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
"@@@", | 633 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
"@@@", |
612 "@@@STEP_LOG_LINE@json.output@}@@@", | 634 "@@@STEP_LOG_LINE@json.output@}@@@", |
613 "@@@STEP_LOG_END@json.output@@@" | 635 "@@@STEP_LOG_END@json.output@@@" |
614 ] | 636 ] |
615 }, | 637 }, |
616 { | 638 { |
617 "cmd": [ | 639 "cmd": [ |
618 "python", | 640 "python", |
619 "-u", | 641 "-u", |
620 "[CWD]/src/tools/swarming_client/swarming.py", | 642 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
621 "trigger", | 643 "trigger", |
622 "--swarming", | 644 "--swarming", |
623 "https://chromium-swarm.appspot.com", | 645 "https://chromium-swarm.appspot.com", |
624 "--isolate-server", | 646 "--isolate-server", |
625 "https://isolateserver.appspot.com", | 647 "https://isolateserver.appspot.com", |
626 "--priority", | 648 "--priority", |
627 "25", | 649 "25", |
628 "--shards", | 650 "--shards", |
629 "1", | 651 "1", |
630 "--task-name", | 652 "--task-name", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
670 "--tag", | 692 "--tag", |
671 "slavename:build1-a1", | 693 "slavename:build1-a1", |
672 "--tag", | 694 "--tag", |
673 "stepname:gl_tests (r1) on Mac-10.9", | 695 "stepname:gl_tests (r1) on Mac-10.9", |
674 "--idempotent", | 696 "--idempotent", |
675 "[dummy hash for gl_tests]", | 697 "[dummy hash for gl_tests]", |
676 "--", | 698 "--", |
677 "--gtest_filter=Test.One", | 699 "--gtest_filter=Test.One", |
678 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 700 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
679 ], | 701 ], |
| 702 "cwd": "[SLAVE_BUILD]", |
680 "name": "test r1.[trigger] gl_tests (r1) on Mac-10.9", | 703 "name": "test r1.[trigger] gl_tests (r1) on Mac-10.9", |
681 "~followup_annotations": [ | 704 "~followup_annotations": [ |
682 "@@@STEP_NEST_LEVEL@1@@@", | 705 "@@@STEP_NEST_LEVEL@1@@@", |
683 "@@@STEP_LOG_LINE@json.output@{@@@", | 706 "@@@STEP_LOG_LINE@json.output@{@@@", |
684 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests (r1)/Mac-10
.9/[dummy has/mac_chromium_variable/1\", @@@", | 707 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"gl_tests (r1)/Mac-10
.9/[dummy has/mac_chromium_variable/1\", @@@", |
685 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 708 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
686 "@@@STEP_LOG_LINE@json.output@ \"gl_tests (r1)/Mac-10.9/[dummy has/mac_
chromium_variable/1\": {@@@", | 709 "@@@STEP_LOG_LINE@json.output@ \"gl_tests (r1)/Mac-10.9/[dummy has/mac_
chromium_variable/1\": {@@@", |
687 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 710 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
688 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 711 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
689 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 712 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
690 "@@@STEP_LOG_LINE@json.output@ }@@@", | 713 "@@@STEP_LOG_LINE@json.output@ }@@@", |
691 "@@@STEP_LOG_LINE@json.output@ }@@@", | 714 "@@@STEP_LOG_LINE@json.output@ }@@@", |
692 "@@@STEP_LOG_LINE@json.output@}@@@", | 715 "@@@STEP_LOG_LINE@json.output@}@@@", |
693 "@@@STEP_LOG_END@json.output@@@", | 716 "@@@STEP_LOG_END@json.output@@@", |
694 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 717 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
695 ] | 718 ] |
696 }, | 719 }, |
697 { | 720 { |
698 "allow_subannotations": true, | 721 "allow_subannotations": true, |
699 "cmd": [ | 722 "cmd": [ |
700 "python", | 723 "python", |
701 "-u", | 724 "-u", |
702 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 725 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
703 "python", | 726 "python", |
704 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", | 727 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", |
705 "--swarming-client-dir", | 728 "--swarming-client-dir", |
706 "[CWD]/src/tools/swarming_client", | 729 "[SLAVE_BUILD]/src/tools/swarming_client", |
707 "--temp-root-dir", | 730 "--temp-root-dir", |
708 "[TMP]", | 731 "[TMP_BASE]", |
709 "--merged-test-output", | 732 "--merged-test-output", |
710 "/path/to/tmp/json", | 733 "/path/to/tmp/json", |
711 "--", | 734 "--", |
712 "collect", | 735 "collect", |
713 "--swarming", | 736 "--swarming", |
714 "https://chromium-swarm.appspot.com", | 737 "https://chromium-swarm.appspot.com", |
715 "--decorate", | 738 "--decorate", |
716 "--print-status-updates", | 739 "--print-status-updates", |
717 "--shards", | 740 "--shards", |
718 "1", | 741 "1", |
719 "gl_tests (r1)/Mac-10.9/[dummy has/mac_chromium_variable/1" | 742 "gl_tests (r1)/Mac-10.9/[dummy has/mac_chromium_variable/1" |
720 ], | 743 ], |
| 744 "cwd": "[SLAVE_BUILD]", |
721 "name": "test r1.gl_tests (r1) on Mac-10.9", | 745 "name": "test r1.gl_tests (r1) on Mac-10.9", |
722 "~followup_annotations": [ | 746 "~followup_annotations": [ |
723 "@@@STEP_NEST_LEVEL@1@@@" | 747 "@@@STEP_NEST_LEVEL@1@@@" |
724 ] | 748 ] |
725 }, | 749 }, |
726 { | 750 { |
727 "cmd": [ | 751 "cmd": [ |
728 "python", | 752 "python", |
729 "-u", | 753 "-u", |
730 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 754 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
731 "--input-gtest-json", | 755 "--input-gtest-json", |
732 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}", | 756 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}", |
733 "--master-name", | 757 "--master-name", |
734 "tryserver.chromium.mac", | 758 "tryserver.chromium.mac", |
735 "--builder-name", | 759 "--builder-name", |
736 "mac_chromium_variable", | 760 "mac_chromium_variable", |
737 "--build-number", | 761 "--build-number", |
738 "1", | 762 "1", |
739 "--test-type", | 763 "--test-type", |
740 "test r1.gl_tests (r1) on Mac-10.9", | 764 "test r1.gl_tests (r1) on Mac-10.9", |
741 "--test-results-server", | 765 "--test-results-server", |
742 "test-results.appspot.com", | 766 "test-results.appspot.com", |
743 "--chrome-revision", | 767 "--chrome-revision", |
744 "170242" | 768 "170242" |
745 ], | 769 ], |
| 770 "cwd": "[SLAVE_BUILD]", |
746 "name": "test r1.Upload to test-results [test r1.gl_tests (r1) on Mac-10.9]"
, | 771 "name": "test r1.Upload to test-results [test r1.gl_tests (r1) on Mac-10.9]"
, |
747 "~followup_annotations": [ | 772 "~followup_annotations": [ |
748 "@@@STEP_NEST_LEVEL@1@@@" | 773 "@@@STEP_NEST_LEVEL@1@@@" |
749 ] | 774 ] |
750 }, | 775 }, |
751 { | 776 { |
752 "cmd": [ | 777 "cmd": [ |
753 "python", | 778 "python", |
754 "-u", | 779 "-u", |
755 "import sys; sys.exit(0)" | 780 "import sys; sys.exit(0)" |
756 ], | 781 ], |
| 782 "cwd": "[SLAVE_BUILD]", |
757 "name": "report", | 783 "name": "report", |
758 "~followup_annotations": [ | 784 "~followup_annotations": [ |
759 "@@@STEP_LOG_LINE@report@{@@@", | 785 "@@@STEP_LOG_LINE@report@{@@@", |
760 "@@@STEP_LOG_LINE@report@ \"result\": {@@@", | 786 "@@@STEP_LOG_LINE@report@ \"result\": {@@@", |
761 "@@@STEP_LOG_LINE@report@ \"r1\": {@@@", | 787 "@@@STEP_LOG_LINE@report@ \"r1\": {@@@", |
762 "@@@STEP_LOG_LINE@report@ \"gl_tests\": {@@@", | 788 "@@@STEP_LOG_LINE@report@ \"gl_tests\": {@@@", |
763 "@@@STEP_LOG_LINE@report@ \"status\": \"passed\", @@@", | 789 "@@@STEP_LOG_LINE@report@ \"status\": \"passed\", @@@", |
764 "@@@STEP_LOG_LINE@report@ \"valid\": true@@@", | 790 "@@@STEP_LOG_LINE@report@ \"valid\": true@@@", |
765 "@@@STEP_LOG_LINE@report@ }@@@", | 791 "@@@STEP_LOG_LINE@report@ }@@@", |
766 "@@@STEP_LOG_LINE@report@ }@@@", | 792 "@@@STEP_LOG_LINE@report@ }@@@", |
767 "@@@STEP_LOG_LINE@report@ }, @@@", | 793 "@@@STEP_LOG_LINE@report@ }, @@@", |
768 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@", | 794 "@@@STEP_LOG_LINE@report@ \"metadata\": {@@@", |
769 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1@@@", | 795 "@@@STEP_LOG_LINE@report@ \"regression_range_size\": 1@@@", |
770 "@@@STEP_LOG_LINE@report@ }@@@", | 796 "@@@STEP_LOG_LINE@report@ }@@@", |
771 "@@@STEP_LOG_LINE@report@}@@@", | 797 "@@@STEP_LOG_LINE@report@}@@@", |
772 "@@@STEP_LOG_END@report@@@", | 798 "@@@STEP_LOG_END@report@@@", |
773 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}
}}}@@@" | 799 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}
}}}@@@" |
774 ] | 800 ] |
775 }, | 801 }, |
776 { | 802 { |
777 "name": "$result", | 803 "name": "$result", |
778 "recipe_result": null, | 804 "recipe_result": null, |
779 "status_code": 0 | 805 "status_code": 0 |
780 } | 806 } |
781 ] | 807 ] |
OLD | NEW |