Skip to content

Commit

Permalink
ci/settings.yml references ingestor_exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
bkez322 committed Nov 8, 2019
1 parent baa3a75 commit 5bc69dc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions ci/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ groups:
- graphite_exporter
- haproxy_exporter
- influxdb_exporter
- ingestor_exporter
- memcached_exporter
- mysqld_exporter
- rabbitmq_exporter
Expand Down Expand Up @@ -338,6 +339,25 @@ jobs:
text: '$BUILD_PIPELINE_NAME: New influxdb_exporter version $TEXT_FILE_CONTENT has been detected'
text_file: influxdb_exporter/version

- name: ingestor_exporter
public: true
serial: true
plan:
- aggregate:
- get: ingestor_exporter
trigger: true
params:
globs:
- ingestor_exporter-*.linux-amd64.tar.gz

- put: notify
params:
channel: (( grab meta.slack.channel ))
username: (( grab meta.slack.username ))
icon_url: (( grab meta.slack.icon ))
text: '$BUILD_PIPELINE_NAME: New ingestor_exporter version $TEXT_FILE_CONTENT has been detected'
text_file: ingestor_exporter/ci/versions/ingestor_exporter-version

- name: memcached_exporter
public: true
serial: true
Expand Down Expand Up @@ -591,6 +611,14 @@ resources:
access_token: (( grab meta.github.access_token ))
check_every: 30m

- name: ingestor_exporter
type: github-release
source:
user: bosh-prometheus
repository: ingestor_exporter
access_token: (( grab meta.github.access_token ))
check_every: 30m

- name: memcached_exporter
type: github-release
source:
Expand Down

0 comments on commit 5bc69dc

Please sign in to comment.