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

Commit 8d78bee

Browse files
lazamgpestana
authored andcommitted
Removal of Prometheus alerting rules deployment in cloud-infra (#13499)
1 parent 3136966 commit 8d78bee

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.gitlab-ci.yml

-22
Original file line numberDiff line numberDiff line change
@@ -311,28 +311,6 @@ include:
311311
rules:
312312
- if: $PIPELINE != "automatic-crate-publishing"
313313

314-
#### stage: deploy
315-
316-
deploy-prometheus-alerting-rules:
317-
stage: deploy
318-
needs:
319-
- job: test-prometheus-alerting-rules
320-
artifacts: false
321-
allow_failure: true
322-
trigger:
323-
project: parity/infrastructure/cloud-infra
324-
variables:
325-
SUBSTRATE_CI_COMMIT_NAME: "${CI_COMMIT_REF_NAME}"
326-
SUBSTRATE_CI_COMMIT_REF: "${CI_COMMIT_SHORT_SHA}"
327-
UPSTREAM_TRIGGER_PROJECT: "${CI_PROJECT_PATH}"
328-
rules:
329-
- if: $CI_PIPELINE_SOURCE == "pipeline"
330-
when: never
331-
- if: $CI_COMMIT_REF_NAME == "master"
332-
changes:
333-
- .gitlab-ci.yml
334-
- ./scripts/ci/monitoring/**/*
335-
336314
#### stage: notify
337315

338316
# This job notifies rusty-cachier about the latest commit with the cache.

0 commit comments

Comments
 (0)