diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-10-29 15:39:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-29 15:39:44 +0000 |
commit | d79151921ac6b1770533eef098f78db77ea6d528 (patch) | |
tree | 240269aa5a84d7285105a4f26ce00f5b588750be /.buildkite/sqlite-config.yaml | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-d79151921ac6b1770533eef098f78db77ea6d528.tar.xz |
Fix CI for synapse_port_db (#6276)
* Don't use a virtualenv * Generate the server's signing key to allow it to start * Add signing key paths to CI configuration files * Use a Python script to create the postgresql database * Improve logging
Diffstat (limited to '.buildkite/sqlite-config.yaml')
-rw-r--r-- | .buildkite/sqlite-config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.buildkite/sqlite-config.yaml b/.buildkite/sqlite-config.yaml index 56503cc4ce..635b921764 100644 --- a/.buildkite/sqlite-config.yaml +++ b/.buildkite/sqlite-config.yaml @@ -3,6 +3,8 @@ # schema and run background updates on it. server_name: "test" +signing_key_path: "/src/.buildkite/test.signing.key" + report_stats: false database: |