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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/site_tests/security_SuidBinaries/security_SuidBinaries.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [AUTOTEST_WEB] 1 [AUTOTEST_WEB]
2 host: localhost 2 host: localhost
3 database: autotest_web 3 database: autotest_web
4 db_type: mysql 4 db_type: mysql
5 user: autotest 5 user: autotest
6 password: please_set_this_password 6 password: please_set_this_password
7 job_timeout_default: 72 7 job_timeout_default: 72
8 job_max_runtime_hrs_default: 72 8 job_max_runtime_hrs_default: 72
9 parse_failed_repair_default: 0 9 parse_failed_repair_default: 0
10 # Only set this if your server is not 'http://[SERVER] hostname/afe/' 10 # Only set this if your server is not 'http://[SERVER] hostname/afe/'
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 drones: localhost 70 drones: localhost
71 drone_installation_directory: /usr/local/autotest 71 drone_installation_directory: /usr/local/autotest
72 results_host: localhost 72 results_host: localhost
73 results_host_installation_directory: 73 results_host_installation_directory:
74 secs_to_wait_for_atomic_group_hosts: 600 74 secs_to_wait_for_atomic_group_hosts: 600
75 pidfile_timeout_mins: 300 75 pidfile_timeout_mins: 300
76 max_pidfile_refreshes: 2000 76 max_pidfile_refreshes: 2000
77 gc_stats_interval_mins: 360 77 gc_stats_interval_mins: 360
78 # set nonzero to enable periodic reverification of all dead hosts 78 # set nonzero to enable periodic reverification of all dead hosts
79 reverify_period_minutes: 0 79 reverify_period_minutes: 0
80 reverify_max_hosts_at_once: 0 80 reverify_max_hosts_at_once: 0
81 drone_sets_enabled: False 81 drone_sets_enabled: False
82 # default_drone_set_name: This is required if drone sets are enabled. 82 # default_drone_set_name: This is required if drone sets are enabled.
83 default_drone_set_name: 83 default_drone_set_name:
84 84
85 [HOSTS] 85 [HOSTS]
86 wait_up_processes: 86 wait_up_processes:
87 default_protection: NO_PROTECTION 87 default_protection: NO_PROTECTION
88 88
89 [AUTOSERV] 89 [AUTOSERV]
90 # Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and 90 # Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and
91 # another one based on the python SSH library paramiko (paramiko). 91 # another one based on the python SSH library paramiko (paramiko).
92 # You can change the default 'raw_ssh' to 'paramiko' if you want to. 92 # You can change the default 'raw_ssh' to 'paramiko' if you want to.
93 ssh_engine: raw_ssh 93 ssh_engine: raw_ssh
94 # Set to True to take advantage of OpenSSH-based connection sharing. This would 94 # Set to True to take advantage of OpenSSH-based connection sharing. This would
95 # have bigger performance impact when ssh_engine is 'raw_ssh'. 95 # have bigger performance impact when ssh_engine is 'raw_ssh'.
96 enable_master_ssh: True 96 enable_master_ssh: True
97 # Autotest server operators *really should* set this to True, specially if 97 # Autotest server operators *really should* set this to True, specially if
98 # using ssh_engine 'paramiko'. 98 # using ssh_engine 'paramiko'.
99 require_atfork_module: False 99 require_atfork_module: False
100 # Set to False to disable ssh-agent usage with paramiko 100 # Set to False to disable ssh-agent usage with paramiko
101 use_sshagent_with_paramiko: True 101 use_sshagent_with_paramiko: True
102 client_autodir_paths: /home/autotest 102 client_autodir_paths: /usr/local/autotest
103 enable_server_prebuild: True 103 enable_server_prebuild: True
104 104
105 [PACKAGES] 105 [PACKAGES]
106 # in days 106 # in days
107 custom_max_age: 1 107 custom_max_age: 1
108 # in Gigabyte 108 # in Gigabyte
109 minimum_free_space: 1 109 minimum_free_space: 1
110 serve_packages_from_autoserv: True 110 serve_packages_from_autoserv: True
111 # this entry is just a place holder in order to keep util/packager.py happy 111 # this entry is just a place holder in order to keep util/packager.py happy
112 # The actual value will be provided through command line option --repository 112 # The actual value will be provided through command line option --repository
113 # from inside chromeos-base/autotest ebuild file 113 # from inside chromeos-base/autotest ebuild file
114 upload_location: UNUSED 114 upload_location: UNUSED
OLDNEW
« 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