1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 # Do not use this file for site configuration. Create application.yml
6 # instead (see application.yml.example).
8 # Below is a sample setting for diagnostics testing.
9 # Configure workbench URL as "arvados_workbench_url"
10 # Configure test user tokens as "user_tokens".
11 # At this time the tests need an "active" user token.
12 # Also, configure the pipelines to be executed as "pipelines_to_test".
13 # For each of the pipelines identified by the name of your choice
14 # ("pipeline_1" and "pipeline_2" in this sample), provide the following:
15 # template_uuid: is the uuid of the template to be executed
16 # input_paths: an array of inputs for the pipeline. Use either a collection's "uuid"
17 # or a file's "uuid/file_name" path in this array. If the pipeline does not require
18 # any inputs, this can be omitted.
19 # max_wait_seconds: max time in seconds to wait for the pipeline run to complete.
20 # Default value of 30 seconds is used when this value is not provided.
22 arvados_workbench_url: https://localhost:3031
24 active: eu33jurqntstmwo05h1jr3eblmi961e802703y6657s8zb14r
27 template_uuid: zzzzz-p5p6p-rxj8d71854j9idn
28 input_paths: [zzzzz-4zz18-nz98douzhaa3jh2]
31 template_uuid: zzzzz-p5p6p-1xbobfobk94ppbv
32 input_paths: [zzzzz-4zz18-nz98douzhaa3jh2, zzzzz-4zz18-gpw9o5wpcti3nib]
33 container_requests_to_test:
35 workflow_uuid: zzzzz-7fd4e-60e96shgwspt4mw
39 # Below is a sample setting for performance testing.
40 # Configure workbench URL as "arvados_workbench_url"
41 # Configure test user token as "user_token".
43 arvados_workbench_url: https://localhost:3031
44 user_token: eu33jurqntstmwo05h1jr3eblmi961e802703y6657s8zb14r
49 consider_all_requests_local: true
50 action_controller.perform_caching: false
51 action_mailer.raise_delivery_errors: false
52 active_support.deprecation: :log
53 action_dispatch.best_standards_support: :builtin
55 profiling_enabled: true
61 consider_all_requests_local: false
62 action_controller.perform_caching: true
66 active_support.deprecation: :notify
67 profiling_enabled: false
73 consider_all_requests_local: true
74 action_controller.perform_caching: false
75 action_dispatch.show_exceptions: false
76 action_controller.allow_forgery_protection: false
77 action_mailer.delivery_method: :test
78 active_support.deprecation: :stderr
79 profiling_enabled: true
80 secret_key_base: <%= rand(2**256).to_s(36) %>
81 site_name: Workbench:test
83 # Enable user profile with one required field
84 user_profile_form_fields:
87 form_field_title: Institution
88 form_field_description: Your organization
92 form_field_title: Your role
93 form_field_description: Choose the category that best describes your role in your organization.
96 - Computational biologist
97 - Biologist or geneticist
102 repository_cache: <%= File.expand_path 'tmp/git', Rails.root %>
105 assets.js_compressor: false
106 assets.css_compressor: false
108 # Override the automatic version string. With the default value of
109 # false, the version string is read from git-commit.version in
110 # Rails.root (included in vendor packages) or determined by invoking
112 source_version: false
114 # Override the automatic package string. With the default value of
115 # false, the package string is read from package-build.version in
116 # Rails.root (included in vendor packages).
117 package_version: false
120 testing_override_login_url: false