Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Side by Side Diff: scripts/slave/recipes/blink_downstream.expected/webkit_tests_unexpected_error.json

Issue 1915473003: goma: back to build-provided client and disable oauth2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "--src-dir", 131 "--src-dir",
132 "[SLAVE_BUILD]/src", 132 "[SLAVE_BUILD]/src",
133 "--goma-cache-dir", 133 "--goma-cache-dir",
134 "[GOMA_CACHE]", 134 "[GOMA_CACHE]",
135 "--build-tool", 135 "--build-tool",
136 "ninja", 136 "ninja",
137 "--compiler", 137 "--compiler",
138 "goma", 138 "goma",
139 "--goma-jsonstatus", 139 "--goma-jsonstatus",
140 "/path/to/tmp/json", 140 "/path/to/tmp/json",
141 "--goma-service-account-json-file",
142 "/creds/service_accounts/service-account-goma-client.json",
143 "--goma-dir", 141 "--goma-dir",
144 "[BUILD]/goma", 142 "[BUILD]/goma",
145 "--", 143 "--",
146 "blink_tests" 144 "blink_tests"
147 ], 145 ],
148 "cwd": "[SLAVE_BUILD]", 146 "cwd": "[SLAVE_BUILD]",
149 "name": "compile", 147 "name": "compile",
150 "~followup_annotations": [ 148 "~followup_annotations": [
151 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
152 "@@@STEP_LOG_END@json.output (invalid)@@@" 150 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 253 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
256 "@@@STEP_FAILURE@@@" 254 "@@@STEP_FAILURE@@@"
257 ] 255 ]
258 }, 256 },
259 { 257 {
260 "name": "$result", 258 "name": "$result",
261 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", 259 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
262 "status_code": 1 260 "status_code": 1
263 } 261 }
264 ] 262 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698