Commit 1ae2185f authored by Thong Kuah's avatar Thong Kuah

Add ci: database to decomposed jobs

parent 90abdab4
......@@ -11,6 +11,15 @@ development:
host: localhost
variables:
statement_timeout: 15s
ci:
adapter: postgresql
encoding: unicode
database: gitlabhq_development_ci
username: postgres
password: "secure password"
host: localhost
variables:
statement_timeout: 15s
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
......@@ -26,3 +35,13 @@ test: &test
prepared_statements: false
variables:
statement_timeout: 15s
ci:
adapter: postgresql
encoding: unicode
database: gitlabhq_test_ci
username: postgres
password:
host: localhost
prepared_statements: false
variables:
statement_timeout: 15s
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment