diff options
author | Jan Kubovy <jan.kubovy@bmw.de> | 2020-05-27 14:21:19 +0200 |
---|---|---|
committer | James E. Blair <jim@acmegating.com> | 2021-02-03 13:41:55 -0800 |
commit | 9ab527971f2dc8e36ebed7a43010d76bb87ea5d0 (patch) | |
tree | 0dc3671e59da5020450b7e63af7468c50d2ce024 /tests/fixtures/zuul-default-ansible-version.conf | |
parent | 9e0c733aacb8c7865be0a122c5760593aa6e4b84 (diff) | |
download | zuul-9ab527971f2dc8e36ebed7a43010d76bb87ea5d0.tar.gz |
Required SQL reporters
On the way towards a fully scale out scheduler we need to move the
times database from the local filesystem into the SQL
database. Therefore we need to make at least one SQL connection
mandatory.
SQL reporters are required (an implied sql reporter is added to
every pipeline, explicit sql reporters ignored)
Change-Id: I30723f9b320b9f2937cc1d7ff3267519161bc380
Depends-On: https://review.opendev.org/621479
Story: 2007192
Task: 38329
Diffstat (limited to 'tests/fixtures/zuul-default-ansible-version.conf')
-rw-r--r-- | tests/fixtures/zuul-default-ansible-version.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fixtures/zuul-default-ansible-version.conf b/tests/fixtures/zuul-default-ansible-version.conf index ff15a0fed..b22d2d2d9 100644 --- a/tests/fixtures/zuul-default-ansible-version.conf +++ b/tests/fixtures/zuul-default-ansible-version.conf @@ -34,3 +34,7 @@ default_to=you@example.com [web] static_cache_expiry=1200 + +[database] +dburi=$MYSQL_FIXTURE_DBURI$ + |