OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 8 "511" |
| 9 ], |
| 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 21 "@@@STEP_LOG_END@python.inline@@@" |
| 22 ] |
| 23 }, |
| 24 { |
| 25 "cmd": [ |
| 26 "python", |
| 27 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 29 "--master", |
8 "client.v8.fyi", | 30 "client.v8.fyi", |
9 "--builder", | 31 "--builder", |
10 "V8-Blink Linux 64", | 32 "V8-Blink Linux 64", |
11 "--slave", | 33 "--slave", |
12 "TestSlavename", | 34 "TestSlavename", |
13 "--spec", | 35 "--spec", |
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'}]", | 36 "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", | 37 "--root", |
16 "src", | 38 "src", |
17 "--revision_mapping_file", | 39 "--revision_mapping_file", |
18 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis
ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\":
\"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s
rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_
revision\"}", | 40 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis
ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\":
\"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s
rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_
revision\"}", |
19 "--git-cache-dir", | 41 "--git-cache-dir", |
20 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
21 "--output_json", | 43 "--output_json", |
22 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
23 "--revision", | 45 "--revision", |
24 "src@HEAD", | 46 "src@HEAD", |
25 "--revision", | 47 "--revision", |
26 "src/v8@20123", | 48 "src/v8@20123", |
27 "--force", | 49 "--force", |
28 "--output_manifest" | 50 "--output_manifest" |
29 ], | 51 ], |
| 52 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
30 "env": { | 53 "env": { |
31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
32 }, | 55 }, |
33 "name": "bot_update", | 56 "name": "bot_update", |
34 "~followup_annotations": [ | 57 "~followup_annotations": [ |
35 "@@@STEP_TEXT@Some step text@@@", | 58 "@@@STEP_TEXT@Some step text@@@", |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 59 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\
"@@@", | 124 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\
"@@@", |
102 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 125 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
103 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@", | 126 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@", |
104 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 127 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
105 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 128 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", | 129 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", |
107 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" | 130 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" |
108 ] | 131 ] |
109 }, | 132 }, |
110 { | 133 { |
| 134 "cmd": [], |
| 135 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 136 "name": "ensure_goma" |
| 137 }, |
| 138 { |
| 139 "cmd": [ |
| 140 "python", |
| 141 "-u", |
| 142 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 143 "--platform", |
| 144 "linux-amd64", |
| 145 "--dest-directory", |
| 146 "[SLAVE_BUILD]/cipd", |
| 147 "--json-output", |
| 148 "/path/to/tmp/json" |
| 149 ], |
| 150 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 151 "name": "ensure_goma.install cipd", |
| 152 "~followup_annotations": [ |
| 153 "@@@STEP_NEST_LEVEL@1@@@", |
| 154 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 155 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 157 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 159 "@@@STEP_LOG_END@json.output@@@" |
| 160 ] |
| 161 }, |
| 162 { |
| 163 "cmd": [ |
| 164 "[SLAVE_BUILD]/cipd/cipd", |
| 165 "ensure", |
| 166 "--root", |
| 167 "[CACHE]/cipd/goma", |
| 168 "--list", |
| 169 "infra_internal/goma/client/linux-amd64 release", |
| 170 "--json-output", |
| 171 "/path/to/tmp/json", |
| 172 "--service-account-json", |
| 173 "/creds/service_accounts/service-account-goma-client.json" |
| 174 ], |
| 175 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 176 "name": "ensure_goma.ensure_installed", |
| 177 "~followup_annotations": [ |
| 178 "@@@STEP_NEST_LEVEL@1@@@", |
| 179 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 180 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 183 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 184 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 185 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 186 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 187 "@@@STEP_LOG_END@json.output@@@" |
| 188 ] |
| 189 }, |
| 190 { |
111 "cmd": [ | 191 "cmd": [ |
112 "python", | 192 "python", |
113 "-u", | 193 "-u", |
114 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 194 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
115 "runhooks" | 195 "runhooks" |
116 ], | 196 ], |
117 "cwd": "[SLAVE_BUILD]/src", | 197 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src", |
118 "env": { | 198 "env": { |
119 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 199 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
120 "GYP_CHROMIUM_NO_ACTION": "1", | 200 "GYP_CHROMIUM_NO_ACTION": "1", |
121 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", | 201 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 use_goma=1", |
122 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 202 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
123 }, | 203 }, |
124 "name": "gclient runhooks" | 204 "name": "gclient runhooks" |
125 }, | 205 }, |
126 { | 206 { |
127 "cmd": [ | 207 "cmd": [ |
128 "python", | 208 "python", |
129 "-u", | 209 "-u", |
130 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 210 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb.py", |
131 "gen", | 211 "gen", |
132 "-m", | 212 "-m", |
133 "client.v8.fyi", | 213 "client.v8.fyi", |
134 "-b", | 214 "-b", |
135 "V8-Blink Linux 64", | 215 "V8-Blink Linux 64", |
136 "--config-file", | 216 "--config-file", |
137 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 217 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb_config.pyl", |
138 "--goma-dir", | 218 "--goma-dir", |
139 "[BUILD]/goma", | 219 "[CACHE]/cipd/goma", |
140 "//out/Release" | 220 "//out/Release" |
141 ], | 221 ], |
142 "cwd": "[SLAVE_BUILD]/src", | 222 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src", |
143 "env": { | 223 "env": { |
144 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 224 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
145 }, | 225 }, |
146 "name": "generate_build_files (with patch)" | 226 "name": "generate_build_files (with patch)" |
147 }, | 227 }, |
148 { | 228 { |
149 "cmd": [ | 229 "cmd": [ |
150 "python", | 230 "python", |
151 "-u", | 231 "-u", |
152 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 232 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
153 "--show-path", | 233 "--show-path", |
154 "python", | 234 "python", |
155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 235 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
156 "--gsutil-py-path", | 236 "--gsutil-py-path", |
157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 237 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
158 "--ninja-path", | 238 "--ninja-path", |
159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 239 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
160 "--target", | 240 "--target", |
161 "Release", | 241 "Release", |
162 "--src-dir", | 242 "--src-dir", |
163 "[SLAVE_BUILD]/src", | 243 "[BUILDER_CACHE]/V8_Blink_Linux_64/src", |
164 "--goma-cache-dir", | 244 "--goma-cache-dir", |
165 "[GOMA_CACHE]", | 245 "[GOMA_CACHE]", |
| 246 "--goma-deps-cache-dir", |
| 247 "[GOMA_DEPS_CACHE]", |
166 "--compiler", | 248 "--compiler", |
167 "goma", | 249 "goma", |
168 "--goma-jsonstatus", | 250 "--goma-jsonstatus", |
169 "/path/to/tmp/json", | 251 "/path/to/tmp/json", |
170 "--goma-service-account-json-file", | 252 "--goma-service-account-json-file", |
171 "/creds/service_accounts/service-account-goma-client.json", | 253 "/creds/service_accounts/service-account-goma-client.json", |
172 "--goma-dir", | 254 "--goma-dir", |
173 "[BUILD]/goma", | 255 "[CACHE]/cipd/goma", |
174 "--", | 256 "--", |
175 "blink_tests" | 257 "blink_tests" |
176 ], | 258 ], |
| 259 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
177 "env": { | 260 "env": { |
178 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 261 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
179 }, | 262 }, |
180 "name": "compile (with patch)", | 263 "name": "compile (with patch)", |
181 "~followup_annotations": [ | 264 "~followup_annotations": [ |
182 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 265 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
183 "@@@STEP_LOG_END@json.output (invalid)@@@" | 266 "@@@STEP_LOG_END@json.output (invalid)@@@" |
184 ] | 267 ] |
185 }, | 268 }, |
186 { | 269 { |
187 "cmd": [ | 270 "cmd": [ |
188 "python", | 271 "python", |
189 "-u", | 272 "-u", |
190 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 273 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
191 "--target", | 274 "--target", |
192 "Release", | 275 "Release", |
193 "--xvfb", | 276 "--xvfb", |
194 "--factory-properties", | 277 "--factory-properties", |
195 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 278 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \
"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
196 "--build-properties", | 279 "--build-properties", |
197 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 280 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \
"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
198 "--step-name=webkit_unit_tests", | 281 "--step-name=webkit_unit_tests", |
199 "--builder-name=V8-Blink Linux 64", | 282 "--builder-name=V8-Blink Linux 64", |
200 "--slave-name=TestSlavename", | 283 "--slave-name=TestSlavename", |
201 "--build-number=571", | 284 "--build-number=571", |
202 "webkit_unit_tests" | 285 "webkit_unit_tests" |
203 ], | 286 ], |
| 287 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
204 "name": "webkit_unit_tests" | 288 "name": "webkit_unit_tests" |
205 }, | 289 }, |
206 { | 290 { |
207 "cmd": [ | 291 "cmd": [ |
208 "python", | 292 "python", |
209 "-u", | 293 "-u", |
210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 294 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
211 "--target", | 295 "--target", |
212 "Release", | 296 "Release", |
213 "--no-xvfb", | 297 "--no-xvfb", |
214 "--factory-properties", | 298 "--factory-properties", |
215 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 299 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \
"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
216 "--build-properties", | 300 "--build-properties", |
217 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 301 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \
"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
218 "--step-name=webkit_tests (with patch)", | 302 "--step-name=webkit_tests (with patch)", |
219 "--builder-name=V8-Blink Linux 64", | 303 "--builder-name=V8-Blink Linux 64", |
220 "--slave-name=TestSlavename", | 304 "--slave-name=TestSlavename", |
221 "--build-number=571", | 305 "--build-number=571", |
222 "--run-python-script", | 306 "--run-python-script", |
223 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, | 307 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, |
224 "--target", | 308 "--target", |
225 "Release", | 309 "Release", |
226 "-o", | 310 "-o", |
227 "[SLAVE_BUILD]/layout-test-results", | 311 "[SLAVE_BUILD]/layout-test-results", |
228 "--build-dir", | 312 "--build-dir", |
229 "[SLAVE_BUILD]/src/out", | 313 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out", |
230 "--json-test-results", | 314 "--json-test-results", |
231 "/path/to/tmp/json", | 315 "/path/to/tmp/json", |
232 "--test-results-server", | 316 "--test-results-server", |
233 "test-results.appspot.com", | 317 "test-results.appspot.com", |
234 "--build-number", | 318 "--build-number", |
235 "571", | 319 "571", |
236 "--builder-name", | 320 "--builder-name", |
237 "V8-Blink Linux 64", | 321 "V8-Blink Linux 64", |
238 "--step-name", | 322 "--step-name", |
239 "webkit_tests (with patch)", | 323 "webkit_tests (with patch)", |
240 "--no-pixel-tests", | 324 "--no-pixel-tests", |
241 "--additional-expectations", | 325 "--additional-expectations", |
242 "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations" | 326 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/v8/tools/blink_tests/TestExpectatio
ns" |
243 ], | 327 ], |
| 328 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
244 "name": "webkit_tests (with patch)", | 329 "name": "webkit_tests (with patch)", |
245 "~followup_annotations": [ | 330 "~followup_annotations": [ |
246 "step returned non-zero exit code: 5", | 331 "step returned non-zero exit code: 5", |
247 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/slow.html<br/>flake/totall
y-flakey.html<br/>flake/timeout-then-crash.html<br/><br/>unexpected_failures:<br
/>bad/totally-bad-probably.html<br/>tricky/totally-maybe-not-awesome.html<br/><b
r/>Total executed: 9001<br/>@@@", | 332 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/slow.html<br/>flake/totall
y-flakey.html<br/>flake/timeout-then-crash.html<br/><br/>unexpected_failures:<br
/>bad/totally-bad-probably.html<br/>tricky/totally-maybe-not-awesome.html<br/><b
r/>Total executed: 9001<br/>@@@", |
248 "@@@STEP_FAILURE@@@" | 333 "@@@STEP_FAILURE@@@" |
249 ] | 334 ] |
250 }, | 335 }, |
251 { | 336 { |
252 "cmd": [ | 337 "cmd": [ |
253 "python", | 338 "python", |
254 "-u", | 339 "-u", |
255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res
ults.py", | 340 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res
ults.py", |
256 "--results-dir", | 341 "--results-dir", |
257 "[SLAVE_BUILD]/layout-test-results", | 342 "[SLAVE_BUILD]/layout-test-results", |
258 "--build-dir", | 343 "--build-dir", |
259 "[SLAVE_BUILD]/src/out", | 344 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out", |
260 "--build-number", | 345 "--build-number", |
261 "571", | 346 "571", |
262 "--builder-name", | 347 "--builder-name", |
263 "V8-Blink Linux 64", | 348 "V8-Blink Linux 64", |
264 "--gs-bucket", | 349 "--gs-bucket", |
265 "gs://chromium-layout-test-archives", | 350 "gs://chromium-layout-test-archives", |
266 "--staging-dir", | 351 "--staging-dir", |
267 "[CACHE]/chrome_staging" | 352 "[CACHE]/chrome_staging" |
268 ], | 353 ], |
| 354 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
269 "name": "archive_webkit_tests_results", | 355 "name": "archive_webkit_tests_results", |
270 "~followup_annotations": [ | 356 "~followup_annotations": [ |
271 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/V8-Blink_Linux_64/571/layout-test-results/results.html@@@", | 357 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/V8-Blink_Linux_64/571/layout-test-results/results.html@@@", |
272 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@" | 358 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@" |
273 ] | 359 ] |
274 }, | 360 }, |
275 { | 361 { |
276 "cmd": [ | 362 "cmd": [ |
277 "python", | 363 "python", |
278 "-u", | 364 "-u", |
(...skipping 12 matching lines...) Expand all Loading... |
291 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis
ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\":
\"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s
rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_
revision\"}", | 377 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis
ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\":
\"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s
rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_
revision\"}", |
292 "--git-cache-dir", | 378 "--git-cache-dir", |
293 "[GIT_CACHE]", | 379 "[GIT_CACHE]", |
294 "--output_json", | 380 "--output_json", |
295 "/path/to/tmp/json", | 381 "/path/to/tmp/json", |
296 "--revision", | 382 "--revision", |
297 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 383 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
298 "--force", | 384 "--force", |
299 "--output_manifest" | 385 "--output_manifest" |
300 ], | 386 ], |
| 387 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
301 "env": { | 388 "env": { |
302 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 389 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
303 }, | 390 }, |
304 "name": "bot_update (2)", | 391 "name": "bot_update (2)", |
305 "~followup_annotations": [ | 392 "~followup_annotations": [ |
306 "@@@STEP_TEXT@Some step text@@@", | 393 "@@@STEP_TEXT@Some step text@@@", |
307 "@@@STEP_LOG_LINE@json.output@{@@@", | 394 "@@@STEP_LOG_LINE@json.output@{@@@", |
308 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 395 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
309 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 396 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
310 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", | 397 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 447 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
361 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 448 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
362 "@@@STEP_LOG_LINE@json.output@}@@@", | 449 "@@@STEP_LOG_LINE@json.output@}@@@", |
363 "@@@STEP_LOG_END@json.output@@@" | 450 "@@@STEP_LOG_END@json.output@@@" |
364 ] | 451 ] |
365 }, | 452 }, |
366 { | 453 { |
367 "cmd": [ | 454 "cmd": [ |
368 "python", | 455 "python", |
369 "-u", | 456 "-u", |
370 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 457 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb.py", |
371 "gen", | 458 "gen", |
372 "-m", | 459 "-m", |
373 "client.v8.fyi", | 460 "client.v8.fyi", |
374 "-b", | 461 "-b", |
375 "V8-Blink Linux 64", | 462 "V8-Blink Linux 64", |
376 "--config-file", | 463 "--config-file", |
377 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 464 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb_config.pyl", |
378 "--goma-dir", | 465 "--goma-dir", |
379 "[BUILD]/goma", | 466 "[CACHE]/cipd/goma", |
380 "//out/Release" | 467 "//out/Release" |
381 ], | 468 ], |
382 "cwd": "[SLAVE_BUILD]/src", | 469 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src", |
383 "env": { | 470 "env": { |
384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
385 }, | 472 }, |
386 "name": "generate_build_files (without patch)" | 473 "name": "generate_build_files (without patch)" |
387 }, | 474 }, |
388 { | 475 { |
389 "cmd": [ | 476 "cmd": [ |
390 "python", | 477 "python", |
391 "-u", | 478 "-u", |
392 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 479 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
393 "--show-path", | 480 "--show-path", |
394 "python", | 481 "python", |
395 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 482 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
396 "--gsutil-py-path", | 483 "--gsutil-py-path", |
397 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 484 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
398 "--ninja-path", | 485 "--ninja-path", |
399 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 486 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
400 "--target", | 487 "--target", |
401 "Release", | 488 "Release", |
402 "--src-dir", | 489 "--src-dir", |
403 "[SLAVE_BUILD]/src", | 490 "[BUILDER_CACHE]/V8_Blink_Linux_64/src", |
404 "--goma-cache-dir", | 491 "--goma-cache-dir", |
405 "[GOMA_CACHE]", | 492 "[GOMA_CACHE]", |
| 493 "--goma-deps-cache-dir", |
| 494 "[GOMA_DEPS_CACHE]", |
406 "--compiler", | 495 "--compiler", |
407 "goma", | 496 "goma", |
408 "--goma-jsonstatus", | 497 "--goma-jsonstatus", |
409 "/path/to/tmp/json", | 498 "/path/to/tmp/json", |
410 "--goma-service-account-json-file", | 499 "--goma-service-account-json-file", |
411 "/creds/service_accounts/service-account-goma-client.json", | 500 "/creds/service_accounts/service-account-goma-client.json", |
412 "--goma-dir", | 501 "--goma-dir", |
413 "[BUILD]/goma", | 502 "[CACHE]/cipd/goma", |
414 "--", | 503 "--", |
415 "blink_tests" | 504 "blink_tests" |
416 ], | 505 ], |
| 506 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
417 "env": { | 507 "env": { |
418 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 508 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
419 }, | 509 }, |
420 "name": "compile (without patch)", | 510 "name": "compile (without patch)", |
421 "~followup_annotations": [ | 511 "~followup_annotations": [ |
422 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 512 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
423 "@@@STEP_LOG_END@json.output (invalid)@@@" | 513 "@@@STEP_LOG_END@json.output (invalid)@@@" |
424 ] | 514 ] |
425 }, | 515 }, |
426 { | 516 { |
427 "cmd": [ | 517 "cmd": [ |
428 "python", | 518 "python", |
429 "-u", | 519 "-u", |
430 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 520 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
431 "--target", | 521 "--target", |
432 "Release", | 522 "Release", |
433 "--no-xvfb", | 523 "--no-xvfb", |
434 "--factory-properties", | 524 "--factory-properties", |
435 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 525 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \
"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
436 "--build-properties", | 526 "--build-properties", |
437 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 527 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \
"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
438 "--step-name=webkit_tests (without patch)", | 528 "--step-name=webkit_tests (without patch)", |
439 "--builder-name=V8-Blink Linux 64", | 529 "--builder-name=V8-Blink Linux 64", |
440 "--slave-name=TestSlavename", | 530 "--slave-name=TestSlavename", |
441 "--build-number=571", | 531 "--build-number=571", |
442 "--run-python-script", | 532 "--run-python-script", |
443 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, | 533 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, |
444 "--target", | 534 "--target", |
445 "Release", | 535 "Release", |
446 "-o", | 536 "-o", |
447 "[SLAVE_BUILD]/layout-test-results", | 537 "[SLAVE_BUILD]/layout-test-results", |
448 "--build-dir", | 538 "--build-dir", |
449 "[SLAVE_BUILD]/src/out", | 539 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out", |
450 "--json-test-results", | 540 "--json-test-results", |
451 "/path/to/tmp/json", | 541 "/path/to/tmp/json", |
452 "--test-results-server", | 542 "--test-results-server", |
453 "test-results.appspot.com", | 543 "test-results.appspot.com", |
454 "--build-number", | 544 "--build-number", |
455 "571", | 545 "571", |
456 "--builder-name", | 546 "--builder-name", |
457 "V8-Blink Linux 64", | 547 "V8-Blink Linux 64", |
458 "--step-name", | 548 "--step-name", |
459 "webkit_tests (without patch)", | 549 "webkit_tests (without patch)", |
460 "--no-pixel-tests", | 550 "--no-pixel-tests", |
461 "--additional-expectations", | 551 "--additional-expectations", |
462 "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations", | 552 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/v8/tools/blink_tests/TestExpectatio
ns", |
463 "--test-list", | 553 "--test-list", |
464 "bad/totally-bad-probably.html\ntricky/totally-maybe-not-awesome.html", | 554 "bad/totally-bad-probably.html\ntricky/totally-maybe-not-awesome.html", |
465 "--skipped", | 555 "--skipped", |
466 "always" | 556 "always" |
467 ], | 557 ], |
| 558 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
468 "name": "webkit_tests (without patch)", | 559 "name": "webkit_tests (without patch)", |
469 "~followup_annotations": [ | 560 "~followup_annotations": [ |
470 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 561 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
471 ] | 562 ] |
472 }, | 563 }, |
473 { | 564 { |
474 "cmd": [ | 565 "cmd": [ |
475 "python", | 566 "python", |
476 "-u", | 567 "-u", |
477 "import sys; sys.exit(1)" | 568 "import sys; sys.exit(1)" |
478 ], | 569 ], |
| 570 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
479 "name": "webkit_tests (retry summary)", | 571 "name": "webkit_tests (retry summary)", |
480 "~followup_annotations": [ | 572 "~followup_annotations": [ |
481 "step returned non-zero exit code: 1", | 573 "step returned non-zero exit code: 1", |
482 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/
totally-maybe-not-awesome.html<br/>@@@", | 574 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/
totally-maybe-not-awesome.html<br/>@@@", |
483 "@@@STEP_FAILURE@@@" | 575 "@@@STEP_FAILURE@@@" |
484 ] | 576 ] |
485 }, | 577 }, |
486 { | 578 { |
487 "name": "$result", | 579 "name": "$result", |
488 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 580 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
489 "recipe_result": null, | 581 "recipe_result": null, |
490 "status_code": 1 | 582 "status_code": 1 |
491 } | 583 } |
492 ] | 584 ] |
OLD | NEW |