Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Removal of Prometheus alerting rules deployment in cloud-infra (#13499)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazam authored Mar 1, 2023
1 parent 5cd4847 commit 8ae4738
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8ae4738

Please sign in to comment.