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

Unified Diff: scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.json

Issue 2480193002: Stop to use contextmanager for goma.build_with_goma (Closed)
Patch Set: update Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.json
diff --git a/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.json b/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.json
index 3b4e898d4b938ac81e39789fd208ff1efd38027e..310c9e93a28419c9c8e6c65cf821336aa06f359a 100644
--- a/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.json
+++ b/scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.json
@@ -449,9 +449,9 @@
"[SLAVE_BUILD]/src/out/Debug",
"-k",
"0",
+ "all",
"-j",
- "50",
- "all"
+ "50"
],
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
@@ -521,7 +521,7 @@
"--ninja-log-compiler",
"goma-clang",
"--ninja-log-command",
- "['RECIPE_PACKAGE_REPO[depot_tools]/ninja', '-w', 'dupbuild=err', '-C', '[SLAVE_BUILD]/src/out/Debug', '-k', '0', '-j', 50, 'all']",
+ "['RECIPE_PACKAGE_REPO[depot_tools]/ninja', '-w', 'dupbuild=err', '-C', '[SLAVE_BUILD]/src/out/Debug', '-k', '0', 'all', '-j', 50]",
"--ninja-log-exit-status",
"0",
"--buildbot-buildername",

Powered by Google App Engine
This is Rietveld 408576698