summaryrefslogtreecommitdiff
path: root/tests/fixtures/zuul-elastic-driver.conf
Commit message (Collapse)AuthorAgeFilesLines
* Remove gearman serverJames E. Blair2022-01-251-3/+0
| | | | | | | The gearman server is no longer required. Remove it from tests and the scheduler. Change-Id: I34eda003889305dadec471930ab277e31d78d9fe
* Increase load_multiplier in testsTobias Henkel2021-10-291-0/+1
| | | | | | | | | We're seeing many test failures due to executors unregistering during high system load and thus causing timeouts in test cases. During tests we expect the system to be busy so increase the load_multiplier in tests. Change-Id: I54a05adc9e7cb9efaf20b70e59a59cefd44e21e9
* Required SQL reportersJan Kubovy2021-02-031-0/+3
| | | | | | | | | | | | | | | 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
* A Zuul reporter for ElasticsearchFabien Boucher2021-01-131-0/+25
It has the capability to index build and buildset results. With the help of tools like Kibana, advanced analytics dashboard could be built on top of the Zuul Elasticsearch index. Optionally job's variables and zuul_return data can be exported along with build results under the job_vars and job_returned_vars fields. Change-Id: I5315483c55c10de63a3cd995ef681d0b64b98513