diff --git a/README.md b/README.md index 95bf29d..a2f5f85 100644 --- a/README.md +++ b/README.md @@ -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.\ diff --git a/zuul.yaml b/zuul.yaml index 9b9fc20..2483699 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -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 @@ -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