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

Unified Diff: global_config.ini

Issue 6090004: Move Autotest to /usr/local/autotest and fix hard-coded autodir paths in client tests. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Revert to hard-coded path for logging_UserCrash Created 9 years, 11 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
« no previous file with comments | « client/site_tests/security_SuidBinaries/security_SuidBinaries.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: global_config.ini
diff --git a/global_config.ini b/global_config.ini
index 8a603b9db7ff3b1093d3f448ca1b6c67effa02ec..6f721f92d9d44f21ab428c2a9e4f5369bf5cb414 100644
--- a/global_config.ini
+++ b/global_config.ini
@@ -77,7 +77,7 @@ max_pidfile_refreshes: 2000
gc_stats_interval_mins: 360
# set nonzero to enable periodic reverification of all dead hosts
reverify_period_minutes: 0
-reverify_max_hosts_at_once: 0
+reverify_max_hosts_at_once: 0
drone_sets_enabled: False
# default_drone_set_name: This is required if drone sets are enabled.
default_drone_set_name:
@@ -99,7 +99,7 @@ enable_master_ssh: True
require_atfork_module: False
# Set to False to disable ssh-agent usage with paramiko
use_sshagent_with_paramiko: True
-client_autodir_paths: /home/autotest
+client_autodir_paths: /usr/local/autotest
enable_server_prebuild: True
[PACKAGES]
« no previous file with comments | « client/site_tests/security_SuidBinaries/security_SuidBinaries.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698