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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug_failing_test.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 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
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.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Linux64 Debug", 10 "Linux64 Debug",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "--gsutil-py-path", 155 "--gsutil-py-path",
156 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 156 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
157 "--ninja-path", 157 "--ninja-path",
158 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 158 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
159 "--target", 159 "--target",
160 "Debug", 160 "Debug",
161 "--src-dir", 161 "--src-dir",
162 "[SLAVE_BUILD]/src", 162 "[SLAVE_BUILD]/src",
163 "--goma-cache-dir", 163 "--goma-cache-dir",
164 "[GOMA_CACHE]", 164 "[GOMA_CACHE]",
165 "--build-tool",
166 "ninja",
167 "--compiler", 165 "--compiler",
168 "goma", 166 "goma",
169 "--goma-jsonstatus", 167 "--goma-jsonstatus",
170 "/path/to/tmp/json", 168 "/path/to/tmp/json",
171 "--goma-service-account-json-file", 169 "--goma-service-account-json-file",
172 "/creds/service_accounts/service-account-goma-client.json", 170 "/creds/service_accounts/service-account-goma-client.json",
173 "--goma-dir", 171 "--goma-dir",
174 "[CACHE]/cipd/goma", 172 "[CACHE]/cipd/goma",
175 "--", 173 "--",
176 "All" 174 "All"
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 ], 588 ],
591 "name": "webrtc_nonparallel_tests" 589 "name": "webrtc_nonparallel_tests"
592 }, 590 },
593 { 591 {
594 "name": "$result", 592 "name": "$result",
595 "reason": "1 out of 16 aggregated steps failed. Failures: Step('tools_unitte sts') failed with return_code 1", 593 "reason": "1 out of 16 aggregated steps failed. Failures: Step('tools_unitte sts') failed with return_code 1",
596 "recipe_result": null, 594 "recipe_result": null,
597 "status_code": 1 595 "status_code": 1
598 } 596 }
599 ] 597 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698