Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
.gitlab-ci.yml: Switch Prometheus stage to paritytech/tools image
  • Loading branch information
mxinden committed Jun 12, 2020
commit bbeb0df2b25e41d30e29a19f2a25463183840309
9 changes: 5 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,11 +361,12 @@ cargo-check-macos:

test-prometheus-alerting-rules:
stage: test
<<: *docker-env
image: paritytech/tools:latest
<<: *kubernetes-build
script:
- wget https://github.com/prometheus/prometheus/releases/download/v2.19.0/prometheus-2.19.0.linux-amd64.tar.gz
- tar -xzf prometheus-*.tar.gz
- ./prometheus-*/promtool check rules .maintain/monitoring/alerting-rules/alerting-rules.yaml
- curl https://github.com/prometheus/prometheus/releases/download/v2.19.0/prometheus-2.19.0.linux-amd64.tar.gz --output prometheus.tar.gz
- tar -xzf prometheus.tar.gz
- ./prometheus/promtool check rules .maintain/monitoring/alerting-rules/alerting-rules.yaml

#### stage: build

Expand Down