| 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 "client.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8-Blink Linux 64", | 10 "V8-Blink Linux 64", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 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_cr_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
_revision\", \"src/v8\": \"got_revision\"}", | 18 "{\"src\": \"got_cr_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
_revision\", \"src/v8\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@HEAD", | 24 "src@HEAD", |
| 25 "--revision", | 25 "--revision", |
| 26 "src/v8@20123", | 26 "src/v8@20123", |
| 27 "--force", | 27 "--force", |
| 28 "--output_manifest" | 28 "--output_manifest" |
| 29 ], | 29 ], |
| 30 "cwd": "[SLAVE_BUILD]", |
| 30 "env": { | 31 "env": { |
| 31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 32 }, | 33 }, |
| 33 "name": "bot_update", | 34 "name": "bot_update", |
| 34 "~followup_annotations": [ | 35 "~followup_annotations": [ |
| 35 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 100 ] | 101 ] |
| 101 }, | 102 }, |
| 102 { | 103 { |
| 103 "cmd": [ | 104 "cmd": [ |
| 104 "python", | 105 "python", |
| 105 "-u", | 106 "-u", |
| 106 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 107 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 107 "runhooks" | 108 "runhooks" |
| 108 ], | 109 ], |
| 110 "cwd": "[SLAVE_BUILD]", |
| 109 "env": { | 111 "env": { |
| 110 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 112 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 111 "GYP_DEFINES": "component=static_library gomadir='[ROOT]/b/build/goma' tar
get_arch=x64 use_goma=1", | 113 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", |
| 112 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 114 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 113 }, | 115 }, |
| 114 "name": "gclient runhooks" | 116 "name": "gclient runhooks" |
| 115 }, | 117 }, |
| 116 { | 118 { |
| 117 "cmd": [ | 119 "cmd": [ |
| 118 "python", | 120 "python", |
| 119 "-u", | 121 "-u", |
| 120 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 122 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 121 "--show-path", | 123 "--show-path", |
| 122 "python", | 124 "python", |
| 123 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 125 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 124 "--gsutil-py-path", | 126 "--gsutil-py-path", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 127 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 126 "--ninja-path", | 128 "--ninja-path", |
| 127 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 129 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 128 "--target", | 130 "--target", |
| 129 "Release", | 131 "Release", |
| 130 "--src-dir", | 132 "--src-dir", |
| 131 "[CWD]/src", | 133 "[SLAVE_BUILD]/src", |
| 132 "--goma-cache-dir", | 134 "--goma-cache-dir", |
| 133 "[ROOT]/b/build/slave/goma_cache", | 135 "[GOMA_CACHE]", |
| 134 "--build-tool", | 136 "--build-tool", |
| 135 "ninja", | 137 "ninja", |
| 136 "--compiler", | 138 "--compiler", |
| 137 "goma", | 139 "goma", |
| 138 "--goma-jsonstatus", | 140 "--goma-jsonstatus", |
| 139 "/path/to/tmp/json", | 141 "/path/to/tmp/json", |
| 140 "--goma-service-account-json-file", | 142 "--goma-service-account-json-file", |
| 141 "/creds/service_accounts/service-account-goma-client.json", | 143 "/creds/service_accounts/service-account-goma-client.json", |
| 142 "--goma-dir", | 144 "--goma-dir", |
| 143 "[ROOT]/b/build/goma", | 145 "[BUILD]/goma", |
| 144 "--", | 146 "--", |
| 145 "blink_tests" | 147 "blink_tests" |
| 146 ], | 148 ], |
| 149 "cwd": "[SLAVE_BUILD]", |
| 147 "env": { | 150 "env": { |
| 148 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 149 }, | 152 }, |
| 150 "name": "compile", | 153 "name": "compile", |
| 151 "~followup_annotations": [ | 154 "~followup_annotations": [ |
| 152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 155 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 153 "@@@STEP_LOG_END@json.output (invalid)@@@" | 156 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 154 ] | 157 ] |
| 155 }, | 158 }, |
| 156 { | 159 { |
| 157 "cmd": [ | 160 "cmd": [ |
| 158 "python", | 161 "python", |
| 159 "-u", | 162 "-u", |
| 160 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 161 "--target", | 164 "--target", |
| 162 "Release", | 165 "Release", |
| 163 "--xvfb", | 166 "--xvfb", |
| 164 "--factory-properties", | 167 "--factory-properties", |
| 165 "{\"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\"}", | 168 "{\"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\"}", |
| 166 "--build-properties", | 169 "--build-properties", |
| 167 "{\"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\"}", | 170 "{\"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\"}", |
| 168 "--step-name=webkit_unit_tests", | 171 "--step-name=webkit_unit_tests", |
| 169 "--builder-name=V8-Blink Linux 64", | 172 "--builder-name=V8-Blink Linux 64", |
| 170 "--slave-name=TestSlavename", | 173 "--slave-name=TestSlavename", |
| 171 "--build-number=571", | 174 "--build-number=571", |
| 172 "webkit_unit_tests" | 175 "webkit_unit_tests" |
| 173 ], | 176 ], |
| 177 "cwd": "[SLAVE_BUILD]", |
| 174 "name": "webkit_unit_tests" | 178 "name": "webkit_unit_tests" |
| 175 }, | 179 }, |
| 176 { | 180 { |
| 177 "cmd": [ | 181 "cmd": [ |
| 178 "python", | 182 "python", |
| 179 "-u", | 183 "-u", |
| 180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 181 "--target", | 185 "--target", |
| 182 "Release", | 186 "Release", |
| 183 "--no-xvfb", | 187 "--no-xvfb", |
| 184 "--factory-properties", | 188 "--factory-properties", |
| 185 "{\"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\"}", | 189 "{\"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\"}", |
| 186 "--build-properties", | 190 "--build-properties", |
| 187 "{\"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\"}", | 191 "{\"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\"}", |
| 188 "--step-name=webkit_tests (with patch)", | 192 "--step-name=webkit_tests (with patch)", |
| 189 "--builder-name=V8-Blink Linux 64", | 193 "--builder-name=V8-Blink Linux 64", |
| 190 "--slave-name=TestSlavename", | 194 "--slave-name=TestSlavename", |
| 191 "--build-number=571", | 195 "--build-number=571", |
| 192 "--run-python-script", | 196 "--run-python-script", |
| 193 "[ROOT]/b/build/scripts/slave/chromium/layout_test_wrapper.py", | 197 "[BUILD]/scripts/slave/chromium/layout_test_wrapper.py", |
| 194 "--target", | 198 "--target", |
| 195 "Release", | 199 "Release", |
| 196 "-o", | 200 "-o", |
| 197 "[CWD]/layout-test-results", | 201 "[SLAVE_BUILD]/layout-test-results", |
| 198 "--build-dir", | 202 "--build-dir", |
| 199 "[CWD]/src/out", | 203 "[SLAVE_BUILD]/src/out", |
| 200 "--json-test-results", | 204 "--json-test-results", |
| 201 "/path/to/tmp/json", | 205 "/path/to/tmp/json", |
| 202 "--test-results-server", | 206 "--test-results-server", |
| 203 "test-results.appspot.com", | 207 "test-results.appspot.com", |
| 204 "--build-number", | 208 "--build-number", |
| 205 "571", | 209 "571", |
| 206 "--builder-name", | 210 "--builder-name", |
| 207 "V8-Blink Linux 64", | 211 "V8-Blink Linux 64", |
| 208 "--step-name", | 212 "--step-name", |
| 209 "webkit_tests (with patch)", | 213 "webkit_tests (with patch)", |
| 210 "--no-pixel-tests", | 214 "--no-pixel-tests", |
| 211 "--additional-expectations", | 215 "--additional-expectations", |
| 212 "[CWD]/src/v8/tools/blink_tests/TestExpectations" | 216 "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations" |
| 213 ], | 217 ], |
| 218 "cwd": "[SLAVE_BUILD]", |
| 214 "name": "webkit_tests (with patch)", | 219 "name": "webkit_tests (with patch)", |
| 215 "~followup_annotations": [ | 220 "~followup_annotations": [ |
| 216 "step returned non-zero exit code: 5", | 221 "step returned non-zero exit code: 5", |
| 217 "@@@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/>@@@", | 222 "@@@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/>@@@", |
| 218 "@@@STEP_FAILURE@@@" | 223 "@@@STEP_FAILURE@@@" |
| 219 ] | 224 ] |
| 220 }, | 225 }, |
| 221 { | 226 { |
| 222 "cmd": [ | 227 "cmd": [ |
| 223 "python", | 228 "python", |
| 224 "-u", | 229 "-u", |
| 225 "[ROOT]/b/build/scripts/slave/chromium/archive_layout_test_results.py", | 230 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", |
| 226 "--results-dir", | 231 "--results-dir", |
| 227 "[CWD]/layout-test-results", | 232 "[SLAVE_BUILD]/layout-test-results", |
| 228 "--build-dir", | 233 "--build-dir", |
| 229 "[CWD]/src/out", | 234 "[SLAVE_BUILD]/src/out", |
| 230 "--build-number", | 235 "--build-number", |
| 231 "571", | 236 "571", |
| 232 "--builder-name", | 237 "--builder-name", |
| 233 "V8-Blink Linux 64", | 238 "V8-Blink Linux 64", |
| 234 "--gs-bucket", | 239 "--gs-bucket", |
| 235 "gs://chromium-layout-test-archives" | 240 "gs://chromium-layout-test-archives" |
| 236 ], | 241 ], |
| 242 "cwd": "[SLAVE_BUILD]", |
| 237 "name": "archive_webkit_tests_results", | 243 "name": "archive_webkit_tests_results", |
| 238 "~followup_annotations": [ | 244 "~followup_annotations": [ |
| 239 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/V8-Blink_Linux_64/571/layout-test-results/results.html@@@", | 245 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/V8-Blink_Linux_64/571/layout-test-results/results.html@@@", |
| 240 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@" | 246 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@" |
| 241 ] | 247 ] |
| 242 }, | 248 }, |
| 243 { | 249 { |
| 244 "cmd": [ | 250 "cmd": [ |
| 245 "python", | 251 "python", |
| 246 "-u", | 252 "-u", |
| 247 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 253 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 248 "--master", | 254 "--master", |
| 249 "client.v8.fyi", | 255 "client.v8.fyi", |
| 250 "--builder", | 256 "--builder", |
| 251 "V8-Blink Linux 64", | 257 "V8-Blink Linux 64", |
| 252 "--slave", | 258 "--slave", |
| 253 "TestSlavename", | 259 "TestSlavename", |
| 254 "--spec", | 260 "--spec", |
| 255 "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'}]", | 261 "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'}]", |
| 256 "--root", | 262 "--root", |
| 257 "src", | 263 "src", |
| 258 "--revision_mapping_file", | 264 "--revision_mapping_file", |
| 259 "{\"src\": \"got_cr_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
_revision\", \"src/v8\": \"got_revision\"}", | 265 "{\"src\": \"got_cr_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
_revision\", \"src/v8\": \"got_revision\"}", |
| 260 "--git-cache-dir", | 266 "--git-cache-dir", |
| 261 "[ROOT]/b/build/slave/cache_dir", | 267 "[GIT_CACHE]", |
| 262 "--output_json", | 268 "--output_json", |
| 263 "/path/to/tmp/json", | 269 "/path/to/tmp/json", |
| 264 "--revision", | 270 "--revision", |
| 265 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 271 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 266 "--force", | 272 "--force", |
| 267 "--output_manifest" | 273 "--output_manifest" |
| 268 ], | 274 ], |
| 275 "cwd": "[SLAVE_BUILD]", |
| 269 "env": { | 276 "env": { |
| 270 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 277 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 271 }, | 278 }, |
| 272 "name": "bot_update (2)", | 279 "name": "bot_update (2)", |
| 273 "~followup_annotations": [ | 280 "~followup_annotations": [ |
| 274 "@@@STEP_TEXT@Some step text@@@", | 281 "@@@STEP_TEXT@Some step text@@@", |
| 275 "@@@STEP_LOG_LINE@json.output@{@@@", | 282 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 276 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 "@@@STEP_LOG_END@json.output@@@" | 332 "@@@STEP_LOG_END@json.output@@@" |
| 326 ] | 333 ] |
| 327 }, | 334 }, |
| 328 { | 335 { |
| 329 "cmd": [ | 336 "cmd": [ |
| 330 "python", | 337 "python", |
| 331 "-u", | 338 "-u", |
| 332 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 339 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 333 "runhooks" | 340 "runhooks" |
| 334 ], | 341 ], |
| 342 "cwd": "[SLAVE_BUILD]", |
| 335 "env": { | 343 "env": { |
| 336 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 344 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 337 "GYP_DEFINES": "component=static_library gomadir='[ROOT]/b/build/goma' tar
get_arch=x64 use_goma=1", | 345 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", |
| 338 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 346 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 339 }, | 347 }, |
| 340 "name": "gclient runhooks (2)" | 348 "name": "gclient runhooks (2)" |
| 341 }, | 349 }, |
| 342 { | 350 { |
| 343 "cmd": [ | 351 "cmd": [ |
| 344 "python", | 352 "python", |
| 345 "-u", | 353 "-u", |
| 346 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 354 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 347 "--show-path", | 355 "--show-path", |
| 348 "python", | 356 "python", |
| 349 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 357 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 350 "--gsutil-py-path", | 358 "--gsutil-py-path", |
| 351 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 359 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 352 "--ninja-path", | 360 "--ninja-path", |
| 353 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 361 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 354 "--target", | 362 "--target", |
| 355 "Release", | 363 "Release", |
| 356 "--src-dir", | 364 "--src-dir", |
| 357 "[CWD]/src", | 365 "[SLAVE_BUILD]/src", |
| 358 "--goma-cache-dir", | 366 "--goma-cache-dir", |
| 359 "[ROOT]/b/build/slave/goma_cache", | 367 "[GOMA_CACHE]", |
| 360 "--build-tool", | 368 "--build-tool", |
| 361 "ninja", | 369 "ninja", |
| 362 "--compiler", | 370 "--compiler", |
| 363 "goma", | 371 "goma", |
| 364 "--goma-jsonstatus", | 372 "--goma-jsonstatus", |
| 365 "/path/to/tmp/json", | 373 "/path/to/tmp/json", |
| 366 "--goma-service-account-json-file", | 374 "--goma-service-account-json-file", |
| 367 "/creds/service_accounts/service-account-goma-client.json", | 375 "/creds/service_accounts/service-account-goma-client.json", |
| 368 "--goma-dir", | 376 "--goma-dir", |
| 369 "[ROOT]/b/build/goma", | 377 "[BUILD]/goma", |
| 370 "--", | 378 "--", |
| 371 "blink_tests" | 379 "blink_tests" |
| 372 ], | 380 ], |
| 381 "cwd": "[SLAVE_BUILD]", |
| 373 "env": { | 382 "env": { |
| 374 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 383 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 375 }, | 384 }, |
| 376 "name": "compile (2)", | 385 "name": "compile (2)", |
| 377 "~followup_annotations": [ | 386 "~followup_annotations": [ |
| 378 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 387 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 379 "@@@STEP_LOG_END@json.output (invalid)@@@" | 388 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 380 ] | 389 ] |
| 381 }, | 390 }, |
| 382 { | 391 { |
| 383 "cmd": [ | 392 "cmd": [ |
| 384 "python", | 393 "python", |
| 385 "-u", | 394 "-u", |
| 386 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 395 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 387 "--target", | 396 "--target", |
| 388 "Release", | 397 "Release", |
| 389 "--no-xvfb", | 398 "--no-xvfb", |
| 390 "--factory-properties", | 399 "--factory-properties", |
| 391 "{\"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\"}", | 400 "{\"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\"}", |
| 392 "--build-properties", | 401 "--build-properties", |
| 393 "{\"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\"}", | 402 "{\"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\"}", |
| 394 "--step-name=webkit_tests (without patch)", | 403 "--step-name=webkit_tests (without patch)", |
| 395 "--builder-name=V8-Blink Linux 64", | 404 "--builder-name=V8-Blink Linux 64", |
| 396 "--slave-name=TestSlavename", | 405 "--slave-name=TestSlavename", |
| 397 "--build-number=571", | 406 "--build-number=571", |
| 398 "--run-python-script", | 407 "--run-python-script", |
| 399 "[ROOT]/b/build/scripts/slave/chromium/layout_test_wrapper.py", | 408 "[BUILD]/scripts/slave/chromium/layout_test_wrapper.py", |
| 400 "--target", | 409 "--target", |
| 401 "Release", | 410 "Release", |
| 402 "-o", | 411 "-o", |
| 403 "[CWD]/layout-test-results", | 412 "[SLAVE_BUILD]/layout-test-results", |
| 404 "--build-dir", | 413 "--build-dir", |
| 405 "[CWD]/src/out", | 414 "[SLAVE_BUILD]/src/out", |
| 406 "--json-test-results", | 415 "--json-test-results", |
| 407 "/path/to/tmp/json", | 416 "/path/to/tmp/json", |
| 408 "--test-results-server", | 417 "--test-results-server", |
| 409 "test-results.appspot.com", | 418 "test-results.appspot.com", |
| 410 "--build-number", | 419 "--build-number", |
| 411 "571", | 420 "571", |
| 412 "--builder-name", | 421 "--builder-name", |
| 413 "V8-Blink Linux 64", | 422 "V8-Blink Linux 64", |
| 414 "--step-name", | 423 "--step-name", |
| 415 "webkit_tests (without patch)", | 424 "webkit_tests (without patch)", |
| 416 "--no-pixel-tests", | 425 "--no-pixel-tests", |
| 417 "--additional-expectations", | 426 "--additional-expectations", |
| 418 "[CWD]/src/v8/tools/blink_tests/TestExpectations", | 427 "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations", |
| 419 "--test-list", | 428 "--test-list", |
| 420 "bad/totally-bad-probably.html\ntricky/totally-maybe-not-awesome.html", | 429 "bad/totally-bad-probably.html\ntricky/totally-maybe-not-awesome.html", |
| 421 "--skipped", | 430 "--skipped", |
| 422 "always" | 431 "always" |
| 423 ], | 432 ], |
| 433 "cwd": "[SLAVE_BUILD]", |
| 424 "name": "webkit_tests (without patch)", | 434 "name": "webkit_tests (without patch)", |
| 425 "~followup_annotations": [ | 435 "~followup_annotations": [ |
| 426 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 436 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 427 ] | 437 ] |
| 428 }, | 438 }, |
| 429 { | 439 { |
| 430 "cmd": [ | 440 "cmd": [ |
| 431 "python", | 441 "python", |
| 432 "-u", | 442 "-u", |
| 433 "import sys; sys.exit(1)" | 443 "import sys; sys.exit(1)" |
| 434 ], | 444 ], |
| 445 "cwd": "[SLAVE_BUILD]", |
| 435 "name": "webkit_tests (retry summary)", | 446 "name": "webkit_tests (retry summary)", |
| 436 "~followup_annotations": [ | 447 "~followup_annotations": [ |
| 437 "step returned non-zero exit code: 1", | 448 "step returned non-zero exit code: 1", |
| 438 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/
totally-maybe-not-awesome.html<br/>@@@", | 449 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/
totally-maybe-not-awesome.html<br/>@@@", |
| 439 "@@@STEP_FAILURE@@@" | 450 "@@@STEP_FAILURE@@@" |
| 440 ] | 451 ] |
| 441 }, | 452 }, |
| 442 { | 453 { |
| 443 "name": "$result", | 454 "name": "$result", |
| 444 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 455 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
| 445 "status_code": 1 | 456 "status_code": 1 |
| 446 } | 457 } |
| 447 ] | 458 ] |
| OLD | NEW |