| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 "cmd": [ | 134 "cmd": [ |
| 112 "python", | 135 "python", |
| 113 "-u", | 136 "-u", |
| 114 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 137 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 115 "runhooks" | 138 "runhooks" |
| 116 ], | 139 ], |
| 117 "cwd": "[SLAVE_BUILD]/src", | 140 "cwd": "[SLAVE_BUILD]/src", |
| 118 "env": { | 141 "env": { |
| 119 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 142 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 120 "GYP_CHROMIUM_NO_ACTION": "1", | 143 "GYP_CHROMIUM_NO_ACTION": "1", |
| 121 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", | 144 "GYP_DEFINES": "component=static_library gomadir='RECIPE_PACKAGE_REPO[buil
d]/goma' target_arch=x64 use_goma=1", |
| 122 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 145 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 123 }, | 146 }, |
| 124 "name": "gclient runhooks" | 147 "name": "gclient runhooks" |
| 125 }, | 148 }, |
| 126 { | 149 { |
| 127 "cmd": [ | 150 "cmd": [ |
| 128 "python", | 151 "python", |
| 129 "-u", | 152 "-u", |
| 130 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 153 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 131 "gen", | 154 "gen", |
| 132 "-m", | 155 "-m", |
| 133 "client.v8.fyi", | 156 "client.v8.fyi", |
| 134 "-b", | 157 "-b", |
| 135 "V8-Blink Linux 64", | 158 "V8-Blink Linux 64", |
| 136 "--config-file", | 159 "--config-file", |
| 137 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 160 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 138 "--goma-dir", | 161 "--goma-dir", |
| 139 "[BUILD]/goma", | 162 "RECIPE_PACKAGE_REPO[build]/goma", |
| 140 "//out/Release" | 163 "//out/Release" |
| 141 ], | 164 ], |
| 142 "cwd": "[SLAVE_BUILD]/src", | 165 "cwd": "[SLAVE_BUILD]/src", |
| 143 "env": { | 166 "env": { |
| 144 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 145 }, | 168 }, |
| 146 "name": "generate_build_files (with patch)" | 169 "name": "generate_build_files (with patch)" |
| 147 }, | 170 }, |
| 148 { | 171 { |
| 149 "cmd": [ | 172 "cmd": [ |
| 150 "python", | 173 "python", |
| 151 "-u", | 174 "-u", |
| 152 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 175 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 153 "--show-path", | 176 "--show-path", |
| 154 "python", | 177 "python", |
| 155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 178 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 156 "--gsutil-py-path", | 179 "--gsutil-py-path", |
| 157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 180 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 158 "--ninja-path", | 181 "--ninja-path", |
| 159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 182 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 160 "--target", | 183 "--target", |
| 161 "Release", | 184 "Release", |
| 162 "--src-dir", | 185 "--src-dir", |
| 163 "[SLAVE_BUILD]/src", | 186 "[SLAVE_BUILD]/src", |
| 164 "--goma-cache-dir", | 187 "--goma-cache-dir", |
| 165 "[GOMA_CACHE]", | 188 "[GOMA_CACHE]", |
| 189 "--goma-deps-cache-dir", |
| 190 "[GOMA_DEPS_CACHE]", |
| 166 "--compiler", | 191 "--compiler", |
| 167 "goma", | 192 "goma", |
| 168 "--goma-jsonstatus", | 193 "--goma-jsonstatus", |
| 169 "/path/to/tmp/json", | 194 "/path/to/tmp/json", |
| 170 "--goma-service-account-json-file", | 195 "--goma-service-account-json-file", |
| 171 "/creds/service_accounts/service-account-goma-client.json", | 196 "/creds/service_accounts/service-account-goma-client.json", |
| 172 "--goma-dir", | 197 "--goma-dir", |
| 173 "[BUILD]/goma", | 198 "RECIPE_PACKAGE_REPO[build]/goma", |
| 174 "--", | 199 "--", |
| 175 "blink_tests" | 200 "blink_tests" |
| 176 ], | 201 ], |
| 202 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 177 "env": { | 203 "env": { |
| 178 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 179 }, | 205 }, |
| 180 "name": "compile (with patch)", | 206 "name": "compile (with patch)", |
| 181 "~followup_annotations": [ | 207 "~followup_annotations": [ |
| 182 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 183 "@@@STEP_LOG_END@json.output (invalid)@@@" | 209 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 184 ] | 210 ] |
| 185 }, | 211 }, |
| 186 { | 212 { |
| 187 "cmd": [ | 213 "cmd": [ |
| 188 "python", | 214 "python", |
| 189 "-u", | 215 "-u", |
| 190 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 216 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 191 "--target", | 217 "--target", |
| 192 "Release", | 218 "Release", |
| 193 "--xvfb", | 219 "--xvfb", |
| 194 "--factory-properties", | 220 "--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\"}", | 221 "{\"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", | 222 "--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\"}", | 223 "{\"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", | 224 "--step-name=webkit_unit_tests", |
| 199 "--builder-name=V8-Blink Linux 64", | 225 "--builder-name=V8-Blink Linux 64", |
| 200 "--slave-name=TestSlavename", | 226 "--slave-name=TestSlavename", |
| 201 "--build-number=571", | 227 "--build-number=571", |
| 202 "webkit_unit_tests" | 228 "webkit_unit_tests" |
| 203 ], | 229 ], |
| 230 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 204 "name": "webkit_unit_tests" | 231 "name": "webkit_unit_tests" |
| 205 }, | 232 }, |
| 206 { | 233 { |
| 207 "cmd": [ | 234 "cmd": [ |
| 208 "python", | 235 "python", |
| 209 "-u", | 236 "-u", |
| 210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 237 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 211 "--target", | 238 "--target", |
| 212 "Release", | 239 "Release", |
| 213 "--no-xvfb", | 240 "--no-xvfb", |
| 214 "--factory-properties", | 241 "--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\"}", | 242 "{\"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", | 243 "--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\"}", | 244 "{\"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)", | 245 "--step-name=webkit_tests (with patch)", |
| 219 "--builder-name=V8-Blink Linux 64", | 246 "--builder-name=V8-Blink Linux 64", |
| 220 "--slave-name=TestSlavename", | 247 "--slave-name=TestSlavename", |
| 221 "--build-number=571", | 248 "--build-number=571", |
| 222 "--run-python-script", | 249 "--run-python-script", |
| 223 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, | 250 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, |
| 224 "--target", | 251 "--target", |
| 225 "Release", | 252 "Release", |
| 226 "-o", | 253 "-o", |
| 227 "[SLAVE_BUILD]/layout-test-results", | 254 "[SLAVE_BUILD]/layout-test-results", |
| 228 "--build-dir", | 255 "--build-dir", |
| 229 "[SLAVE_BUILD]/src/out", | 256 "[SLAVE_BUILD]/src/out", |
| 230 "--json-test-results", | 257 "--json-test-results", |
| 231 "/path/to/tmp/json", | 258 "/path/to/tmp/json", |
| 232 "--test-results-server", | 259 "--test-results-server", |
| 233 "test-results.appspot.com", | 260 "test-results.appspot.com", |
| 234 "--build-number", | 261 "--build-number", |
| 235 "571", | 262 "571", |
| 236 "--builder-name", | 263 "--builder-name", |
| 237 "V8-Blink Linux 64", | 264 "V8-Blink Linux 64", |
| 238 "--step-name", | 265 "--step-name", |
| 239 "webkit_tests (with patch)", | 266 "webkit_tests (with patch)", |
| 240 "--no-pixel-tests", | 267 "--no-pixel-tests", |
| 241 "--additional-expectations", | 268 "--additional-expectations", |
| 242 "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations" | 269 "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations" |
| 243 ], | 270 ], |
| 271 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 244 "name": "webkit_tests (with patch)", | 272 "name": "webkit_tests (with patch)", |
| 245 "~followup_annotations": [ | 273 "~followup_annotations": [ |
| 246 "step returned non-zero exit code: 130", | 274 "step returned non-zero exit code: 130", |
| 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/>@@@", | 275 "@@@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@@@" | 276 "@@@STEP_FAILURE@@@" |
| 249 ] | 277 ] |
| 250 }, | 278 }, |
| 251 { | 279 { |
| 252 "cmd": [ | 280 "cmd": [ |
| 253 "python", | 281 "python", |
| 254 "-u", | 282 "-u", |
| 255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res
ults.py", | 283 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res
ults.py", |
| 256 "--results-dir", | 284 "--results-dir", |
| 257 "[SLAVE_BUILD]/layout-test-results", | 285 "[SLAVE_BUILD]/layout-test-results", |
| 258 "--build-dir", | 286 "--build-dir", |
| 259 "[SLAVE_BUILD]/src/out", | 287 "[SLAVE_BUILD]/src/out", |
| 260 "--build-number", | 288 "--build-number", |
| 261 "571", | 289 "571", |
| 262 "--builder-name", | 290 "--builder-name", |
| 263 "V8-Blink Linux 64", | 291 "V8-Blink Linux 64", |
| 264 "--gs-bucket", | 292 "--gs-bucket", |
| 265 "gs://chromium-layout-test-archives", | 293 "gs://chromium-layout-test-archives", |
| 266 "--staging-dir", | 294 "--staging-dir", |
| 267 "[CACHE]/chrome_staging" | 295 "[CACHE]/chrome_staging" |
| 268 ], | 296 ], |
| 297 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 269 "name": "archive_webkit_tests_results", | 298 "name": "archive_webkit_tests_results", |
| 270 "~followup_annotations": [ | 299 "~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@@@", | 300 "@@@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@@@" | 301 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@" |
| 273 ] | 302 ] |
| 274 }, | 303 }, |
| 275 { | 304 { |
| 276 "cmd": [ | 305 "cmd": [ |
| 277 "python", | 306 "python", |
| 278 "-u", | 307 "-u", |
| 279 "import sys; sys.exit(1)" | 308 "import sys; sys.exit(1)" |
| 280 ], | 309 ], |
| 310 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 281 "name": "webkit_tests", | 311 "name": "webkit_tests", |
| 282 "~followup_annotations": [ | 312 "~followup_annotations": [ |
| 283 "step returned non-zero exit code: 1", | 313 "step returned non-zero exit code: 1", |
| 284 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 314 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 285 "@@@STEP_FAILURE@@@" | 315 "@@@STEP_FAILURE@@@" |
| 286 ] | 316 ] |
| 287 }, | 317 }, |
| 288 { | 318 { |
| 289 "name": "$result", | 319 "name": "$result", |
| 290 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 320 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
| 291 "recipe_result": null, | 321 "recipe_result": null, |
| 292 "status_code": 1 | 322 "status_code": 1 |
| 293 } | 323 } |
| 294 ] | 324 ] |
| OLD | NEW |