-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathzuul.yaml
41 lines (38 loc) · 1.17 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
34
35
36
37
38
39
40
41
---
- job:
name: stackmon-status-dashboard-build-image
parent: otc-build-container-image
description: Build stackmon-status-dashboard container image
provides: status-dashboard-container-image
vars: &status-dashboard_image_vars
container_images:
- context: .
registry: quay.io
repository: stackmon/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: stackmon-status-dashboard-upload-image
parent: stackmon-upload-container-images
vars: *status-dashboard_image_vars
- project:
merge-mode: squash-merge
default-branch: main
templates:
- publish-otc-docs-pti
- release-notes-jobs
check:
jobs:
- otc-tox-pep8
- otc-tox-py310
- stackmon-status-dashboard-build-image
check-post:
jobs:
- stackmon-status-dashboard-upload-image
gate:
jobs:
- otc-tox-pep8
- stackmon-status-dashboard-upload-image
release:
jobs:
- stackmon-status-dashboard-upload-image