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

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

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase 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",
141 "--goma-dir", 143 "--goma-dir",
142 "[BUILD]/goma", 144 "[BUILD]/goma",
143 "--", 145 "--",
144 "blink_tests" 146 "blink_tests"
145 ], 147 ],
146 "cwd": "[SLAVE_BUILD]", 148 "cwd": "[SLAVE_BUILD]",
147 "name": "compile", 149 "name": "compile",
148 "~followup_annotations": [ 150 "~followup_annotations": [
149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 151 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
150 "@@@STEP_LOG_END@json.output (invalid)@@@" 152 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 255 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
254 "@@@STEP_FAILURE@@@" 256 "@@@STEP_FAILURE@@@"
255 ] 257 ]
256 }, 258 },
257 { 259 {
258 "name": "$result", 260 "name": "$result",
259 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", 261 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
260 "status_code": 1 262 "status_code": 1
261 } 263 }
262 ] 264 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698