hydra/tests
Nikola Knezevic 06bdc8f85c Added the InfluxDBNotification plugin including a NixOS test
This adds a `InfluxDBNotification` plugin which is configured as:

```
<influxdb>
  url = http://127.0.0.1:8086
  db = hydra
</influxdb>
```

which will write a notification for every finished job to the
configured database in InfluxDB looking like:

```
hydra_build_status,cached=false,job=job,jobset=default,project=sample,repo=default,result=success,status=success,system=x86_64-linux build_id="1",build_status=0i,closure_size=584i,duration=0i,main_build_id="1",queued=0i,size=168i 1564156212
```
2019-07-26 17:47:03 +02:00
..
jobs git-rev: Remove superfluous git tag 2016-04-12 16:30:42 -04:00
api-test.nix Add a plugin for backing up builds in s3 2013-09-18 18:32:58 +02:00
api-test.pl Add json output for the search API endpoint 2018-11-01 09:31:15 +01:00
evaluation-tests.pl Move most of AddBuilds to hydra-eval-jobset 2017-02-21 17:20:48 +01:00
Makefile.am tests: change postgresql socket dir to /tmp 2019-03-29 23:46:38 +02:00
s3-backup-test.config Add a plugin for backing up builds in s3 2013-09-18 18:32:58 +02:00
s3-backup-test.pl Concurrent hydra-evaluator 2016-10-14 14:22:12 +02:00
set-up.pl tests: change postgresql socket dir to /tmp 2019-03-29 23:46:38 +02:00
setup-notifications-jobset.pl Added the InfluxDBNotification plugin including a NixOS test 2019-07-26 17:47:03 +02:00
Setup.pm Move most of AddBuilds to hydra-eval-jobset 2017-02-21 17:20:48 +01:00
tear-down.pl Run PostgreSQL during "make check" 2015-06-25 16:47:39 +02:00