-
Notifications
You must be signed in to change notification settings - Fork 0
/
zuul.yaml
33 lines (31 loc) · 1.04 KB
/
zuul.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
- job:
name: otc-stackmon-status-dashboard-build-image
parent: otc-build-container-image
description: |
Build stackmon-status-dashboard container image customized for Open
Telekom Cloud
provides: otc-status-dashboard-container-image
vars: &status-dashboard_image_vars
container_images:
- context: .
registry: quay.io
repository: opentelekomcloud/otc-status-dashboard
tags:
&imagetag "{{ zuul.tag is defined | ternary([zuul.get('tag', '').split('.')[0], '.'.join(zuul.get('tag', '').split('.')[:2]), zuul.get('tag', '')], ['latest']) }}"
- job:
name: otc-stackmon-status-dashboard-upload-image
parent: otcinfra-upload-container-images
vars: *status-dashboard_image_vars
- project:
merge-mode: squash-merge
default-branch: main
check:
jobs:
- otc-stackmon-status-dashboard-build-image
gate:
jobs:
- otc-stackmon-status-dashboard-upload-image
release:
jobs:
- otc-stackmon-status-dashboard-upload-image