Skip to content
Snippets Groups Projects
Commit 6458a638 authored by Anthony Lazam's avatar Anthony Lazam Committed by GitHub
Browse files

Removal of Prometheus alerting rules deployment in cloud-infra (#13499)

parent ad410738
Branches
No related merge requests found
......@@ -311,28 +311,6 @@ include:
rules:
- if: $PIPELINE != "automatic-crate-publishing"
#### stage: deploy
deploy-prometheus-alerting-rules:
stage: deploy
needs:
- job: test-prometheus-alerting-rules
artifacts: false
allow_failure: true
trigger:
project: parity/infrastructure/cloud-infra
variables:
SUBSTRATE_CI_COMMIT_NAME: "${CI_COMMIT_REF_NAME}"
SUBSTRATE_CI_COMMIT_REF: "${CI_COMMIT_SHORT_SHA}"
UPSTREAM_TRIGGER_PROJECT: "${CI_PROJECT_PATH}"
rules:
- if: $CI_PIPELINE_SOURCE == "pipeline"
when: never
- if: $CI_COMMIT_REF_NAME == "master"
changes:
- .gitlab-ci.yml
- ./scripts/ci/monitoring/**/*
#### stage: notify
# This job notifies rusty-cachier about the latest commit with the cache.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment