| [AUTOTEST_WEB] |
| # IP == cautotest-mysql, see http://crosbug.com/38773 |
| # TODO(milleral): Switch back to DNS name when bug is fixed |
| host: 172.18.72.10 |
| database: chromeos_autotest_db |
| db_type: mysql |
| user: chromeosqa-admin |
| password: USE SHADOW PASSWORD |
| job_timeout_default: 24 |
| job_timeout_mins_default: 1440 |
| job_max_runtime_mins_default: 1440 |
| parse_failed_repair_default: 0 |
| # Only set this if your server is not 'http://[SERVER] hostname/afe/' |
| #base_url: http://your_autotest_server/afe/ |
| # IP == cautotest-mysql, see http://crosbug.com/38773 |
| readonly_host: 172.18.72.10 |
| readonly_user: chromeosqa-read |
| readonly_password: qyBM6kDu |
| query_timeout: 3600 |
| min_retry_delay: 20 |
| max_retry_delay: 60 |
| graph_cache_creation_timeout_minutes: 10 |
| parameterized_jobs: False |
| # Whether to enable django template debug mode. If this is set to True, all |
| # django errors will be wrapped in a nice debug page with detailed environment |
| # and stack trace info. Turned off by default. |
| template_debug_mode: True |
| # Whether to enable django SQL debug mode. If this is set to True, all |
| # queries performed by the Object Relational Mapper subsystem will be printed, |
| # which means the scheduler logs will contains all the queries executed. This |
| # is too much verbosity for 'production' systems, hence turned off by default. |
| sql_debug_mode: False |
| |
| [AUTOSERV] |
| # Autotest potential install paths |
| client_autodir_paths: /usr/local/autotest |
| # White list of tests with run time measurement enabled. |
| measure_run_time_tests: desktopui_ScreenLocker,login_LoginSuccess,security_ProfilePermissions |
| |
| [CLIENT] |
| drop_caches: False |
| drop_caches_between_iterations: False |
| # Specify an alternate location to store the test results |
| #output_dir: /var/log/autotest/ |
| output_dir: |
| #wireless_ssid: SEE SHADOW CONFIG |
| #wireless_password: SEE SHADOW CONFIG |
| #wireless_security: SEE SHADOW CONFIG |
| |
| [SERVER] |
| hostname: cautotest |
| # Turn on RPC Logging |
| rpc_logging: False |
| # Note the user that is running the webserver has to be able to write |
| # to the below directory/file otherwise the frontend will not work with logging |
| rpc_log_path: /usr/local/autotest/logs/rpcserver.log |
| # Number of old logs to keep around |
| rpc_num_old_logs: 5 |
| rpc_max_log_size_mb: 20 |
| # Minimum amount of disk space required for AutoTest in GB |
| gb_diskspace_required: 1.0 |
| # Minimum amount of disk space required for encrypted stateful partition in GB |
| gb_encrypted_diskspace_required: 0.1 |
| # If for some reason you don't want to rely on the Mail Transport Agent |
| # installed on this machine, you can provide an SMTP server directly here. |
| # If none provided, defaults to 'localhost', which tries to use the MTA |
| # configured on the machine to send the messages. |
| smtp_server: |
| smtp_port: |
| smtp_user: |
| smtp_password: |
| # Time in hours to wait before giving up on crash collection. |
| crash_collection_hours_to_wait: 0.001 |
| sam_instances: cautotest, cautotest-cq |
| # Minimum number of available duts for a suite job to be queued. |
| minimum_available_duts: 4 |
| # Suites that require minimum available duts check. |
| suites_require_min_available_duts: bvt |
| |
| [SCHEDULER] |
| die_on_orphans: False |
| enable_scheduler: True |
| notify_email: chromeos-test-cron+cautotest@google.com |
| notify_email_errors: USE SHADOW NOTIFY_EMAIL_ERRORS |
| notify_email_from: chromeos-autotest@google.com |
| notify_email_statuses: Completed,Failed,Aborted |
| max_processes_per_drone: 1000 |
| max_processes_warning_threshold: 0.8 |
| max_jobs_started_per_cycle: 100 |
| max_parse_processes: 100 |
| max_transfer_processes: 50 |
| tick_pause_sec: 5 |
| clean_interval_minutes: 5 |
| drones: SET IN SHADOW CONFIG |
| drone_installation_directory: /usr/local/autotest |
| results_host: localhost |
| results_host_installation_directory: |
| secs_to_wait_for_atomic_group_hosts: 600 |
| pidfile_timeout_mins: 300 |
| max_pidfile_refreshes: 2000 |
| gc_stats_interval_mins: 360 |
| # set nonzero to enable periodic reverification of all dead hosts |
| reverify_period_minutes: 30 |
| reverify_max_hosts_at_once: 30 |
| drone_sets_enabled: False |
| # default_drone_set_name: This is required if drone sets are enabled. |
| default_drone_set_name: |
| # Disable archiving by default. |
| enable_archiving: False |
| copy_task_results_back: False |
| copy_parse_log_back: False |
| tick_debug: True |
| extra_debugging: False |
| # max_repair_limit sets how many times a single HQE will go through |
| # repairing -> requeued -> fail -> repairing |
| max_repair_limit: 2 |
| max_provision_retries: 1 |
| drone_build_externals: True |
| inline_host_acquisition: USE SHADOW INLINE_HOST_ACQUISITION |
| |
| [HOSTS] |
| wait_up_processes: |
| default_protection: NO_PROTECTION |
| # Time in seconds to wait for a machine to come back after reboot. |
| default_reboot_timeout: 240 |
| # Time in seconds to wait for a machine to go down prior to reboot. |
| wait_down_reboot_timeout: 120 |
| # Time in seconds to wait before generating a warning if a host has not gone |
| # down for reboot. |
| wait_down_reboot_warning: 30 |
| # Time in hours to wait for a host to recover after a down state. |
| hours_to_wait_for_recovery: 0.01 |
| |
| [AUTOSERV] |
| # Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and |
| # another one based on the python SSH library paramiko (paramiko). |
| # You can change the default 'raw_ssh' to 'paramiko' if you want to. |
| ssh_engine: raw_ssh |
| # Set to True to take advantage of OpenSSH-based connection sharing. This would |
| # have bigger performance impact when ssh_engine is 'raw_ssh'. |
| enable_master_ssh: True |
| # Autotest server operators *really should* set this to True, specially if |
| # using ssh_engine 'paramiko'. |
| require_atfork_module: False |
| # Set to False to disable ssh-agent usage with paramiko |
| use_sshagent_with_paramiko: True |
| enable_server_prebuild: False |
| |
| [PACKAGES] |
| # in days |
| custom_max_age: 1 |
| # in Gigabyte |
| minimum_free_space: 1 |
| serve_packages_from_autoserv: True |
| |
| [CROS] |
| stable_cros_version: R36-5832.0.0 |
| stable_build_pattern: %s-release/%s |
| # The zone that all Chrome OS devices are in if they are in a lab. |
| dns_zone: cros.corp.google.com |
| source_tree: /usr/local/google/chromeos |
| image_storage_server: gs://chromeos-image-archive/ |
| results_storage_server: gs://chromeos-autotest-results/ |
| # dev_server_hosts is the list of all servers running a devserver instance |
| # (regardless of CrashServer/ImageServer/etc.) that should be considered for |
| # monitoring/deploy actions. You should very likely keep this list in sync with |
| # `dev_server` and `crash_server` unless you're very temporarily pulling a |
| # server out of rotation. |
| dev_server_hosts: chromeos-devserver1, chromeos-devserver2, chromeos-devserver3, chromeos-devserver4, chromeos-devserver5, chromeos-devserver6, chromeos-devserver7, chromeos-crash1 |
| dev_server: http://172.22.50.205:8082,http://172.22.50.2:8082,http://172.17.40.27:8082,http://172.17.40.28:8082,http://172.17.40.17:8082, http://172.19.140.2:8082, http://172.19.140.1:8082 |
| canary_channel_server: gs://chromeos-releases/canary-channel/ |
| # chromeos-crash1.cros |
| crash_server: http://172.17.40.24:8082 |
| sharding_factor: 1 |
| infrastructure_user: chromeos-test |
| |
| firmware_url_pattern: %s/static/%s/firmware_from_source.tar.bz2 |
| factory_image_url_pattern: %s/static/canary-channel/%s/factory_test/chromiumos_factory_image.bin |
| factory_artifact: factory_image |
| image_url_pattern: %s/update/%s |
| log_url_pattern: http://%s/tko/retrieve_logs.cgi?job=/results/%s/ |
| package_url_pattern: %s/static/%s/autotest/packages |
| servo_url_pattern: %s/static/servo-images/%s_test_image.bin |
| servo_builder: beaglebone_servo-release |
| |
| # Username and password for connecting to remote power control switches of |
| # the "Sentry Switched CDU" type |
| rpm_sentry_username: fake_user |
| rpm_sentry_password: fake_password |
| rpm_frontend_uri: http://chromeos-rpmserver1.cbf.corp.google.com:9999 |
| rpm_recovery_boards: stumpy,kiev |
| |
| # Path the devserver source tree, used for spawning devserver from autoserv in |
| # some of the tests. Please override in local shadow config file. |
| #devserver_dir: /path/to/src/platform/dev |
| |
| lab_status_url: http://chromiumos-lab.appspot.com/current?format=json |
| |
| # carbon server feeding Graphite (chromeos-stats.corp.google.com) |
| CARBON_SERVER: 172.22.10.48 |
| CARBON_PORT: 2003 |
| STATSD_SERVER: 172.22.10.48 |
| STATSD_PORT: 8125 |
| |
| skip_devserver_health_check: True |
| |
| [BUG_REPORTING] |
| gs_domain: https://storage.cloud.google.com/ |
| chromeos_image_archive: chromeos-image-archive/ |
| arg_prefix: ?arg= |
| retrieve_logs_cgi: http://cautotest.corp.google.com/tko/retrieve_logs.cgi?job=/ |
| generic_results_bin: results/ |
| debug_dir: debug/ |
| buildbot_builders: http://chromegw.corp.google.com/i/chromeos/builders/ |
| build_prefix: build/ |
| job_view = http://%s/afe/#tab_id=view_job&object_id=%s |
| tracker_url: https://code.google.com/p/chromium/issues/detail?id= |
| gs_file_prefix: gs:// |
| chromium_email_address = @chromium.org |
| credentials: USE SHADOW CREDENTIALS |
| client_id: USE SHADOW CLIENT_ID |
| client_secret: USE SHADOW CLIENT_SECRET |
| scope: USE SHADOW SCOPE |
| |
| |
| [NOTIFICATIONS] |
| chromium_build_url: http://build.chromium.org/p/chromiumos/ |
| sheriffs: USE SHADOW SHERIFFS |
| lab_sheriffs: USE SHADOW SHERIFFS |
| |
| |
| [POOL_INSTANCE_SHARDING] |
| # Add a mapping of `pool_name: server` to your shadow config to have run_suite |
| # send all of the suites for pool to the specified server. |