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

Unified Diff: scripts/slave/recipes/syzygy/smoke_test.py

Issue 2275603003: Make syzygy recipes explicitly set GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/syzygy/smoke_test.py
diff --git a/scripts/slave/recipes/syzygy/smoke_test.py b/scripts/slave/recipes/syzygy/smoke_test.py
index d0f29ae79e825b7be4f524467fa5143e4a2b275d..b24a111c26097461fb1a33353405de5aa305db2a 100644
--- a/scripts/slave/recipes/syzygy/smoke_test.py
+++ b/scripts/slave/recipes/syzygy/smoke_test.py
@@ -46,7 +46,7 @@ def RunSteps(api, buildername):
kwargs = {'BUILD_CONFIG': 'Release'}
s.set_config('syzygy', **kwargs)
api.chromium.set_config('syzygy', **kwargs)
- api.gclient.set_config('syzygy', **kwargs)
+ api.gclient.set_config('syzygy', GIT_MODE=True, **kwargs)
# Clean up any running processes on the slave.
s.taskkill()

Powered by Google App Engine
This is Rietveld 408576698