forked from mirrors/statsd_exporter
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
parent
2b5239a67f
commit
b8d1fde4e4
1 changed files with 34 additions and 40 deletions
|
@ -1,26 +1,20 @@
|
||||||
---
|
|
||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
orbs:
|
orbs:
|
||||||
prometheus: prometheus/prometheus@0.10.0
|
prometheus: prometheus/prometheus@0.11.0
|
||||||
|
|
||||||
executors:
|
executors:
|
||||||
# Whenever the Go version is updated here, .promu.yml should also be updated.
|
# Whenever the Go version is updated here, .promu.yml should also be updated.
|
||||||
golang:
|
golang:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.16
|
- image: circleci/golang:1.16
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
executor: golang
|
executor: golang
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- prometheus/setup_environment
|
- prometheus/setup_environment
|
||||||
- run: make
|
- run: make
|
||||||
- run: git diff --exit-code
|
- run: git diff --exit-code
|
||||||
- prometheus/store_artifact:
|
- prometheus/store_artifact:
|
||||||
file: statsd_exporter
|
file: statsd_exporter
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
statsd_exporter:
|
statsd_exporter:
|
||||||
|
|
Loading…
Reference in a new issue