Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/hydra
base: 5e9439e7745c
Choose a base ref
...
head repository: NixOS/hydra
compare: 9ec258dd4d74
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 26, 2019

  1. 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
    ```
    knl authored and basvandijk committed Jul 26, 2019
    Copy the full SHA
    06bdc8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #665 from basvandijk/influxdb

    Added the InfluxDBNotification plugin including a NixOS test
    edolstra committed Jul 26, 2019
    Copy the full SHA
    9ec258d View commit details
    Browse the repository at this point in the history