Skip to content

Commit

Permalink
Rename zuul settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ptichoid committed Sep 3, 2024
1 parent a48a266 commit 282a132
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Notification anatomy
********************
This is how typical notification looks like. Since notifications do not differ in their structure, we can give an example of one of them.

![Notification anatomy](https://github.com/opentelekomcloud-infra/grafana-docs-monitoring/blob/documentation/alert_anatomy.PNG)
![Notification anatomy](https://github.com/opentelekomcloud-infra/eyes_on_docs/blob/documentation/alert_anatomy.PNG)

**Alert name:** name of an alert. Could be *Orphaned PRs Alert,* *Outdated Documents Alert* or *Open Issues Alert.*\
**Alert summary:** what happened, what is this alert about.\
Expand Down
20 changes: 10 additions & 10 deletions zuul.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---

- job:
name: grafana-docs-monitoring-build-image
name: eyes-on-docs-build-image
parent: otc-build-container-image
description: Build grafana-docs-monitoring container image
provides: grafana-docs-monitoring-image
vars: &gdm_image_vars
description: Build eyes-on-docs container image
provides: eyes-on-docs-image
vars: &eod_image_vars
container_images:
- context: .
registry: quay.io
repository: opentelekomcloud/grafana-docs-monitoring
repository: opentelekomcloud/eyes-on-docs
tags:
&imagetag "{{ zuul.tag is defined | ternary([zuul.get('tag', '').split('.')[0], '.'.join(zuul.get('tag', '').split('.')[:2]), zuul.get('tag', '')], ['latest']) }}"

- job:
name: grafana-docs-monitoring-upload-image
name: eyes-on-docs-upload-image
parent: otcinfra-upload-container-images
vars: *gdm_image_vars
vars: *eod_image_vars

- project:
merge-mode: squash-merge
Expand All @@ -25,10 +25,10 @@
node_version: 18
check:
jobs:
- grafana-docs-monitoring-build-image
- eyes-on-docs-build-image
gate:
jobs:
- grafana-docs-monitoring-upload-image
- eyes-on-docs-upload-image
release:
jobs:
- grafana-docs-monitoring-upload-image
- eyes-on-docs-upload-image

0 comments on commit 282a132

Please sign in to comment.