-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zuul.yaml
30 lines (28 loc) · 904 Bytes
/
.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
- job:
name: actions-runner-build-image
parent: otc-build-container-image
description: Build actions-runner container image
provides: actions-runner-image
vars: &actions_runner_image_vars
container_images:
- context: .
registry: quay.io
repository: opentelekomcloud/actions-runner
tags:
&imagetag "{{ zuul.tag is defined | ternary([zuul.get('tag', '').split('.')[0], '.'.join(zuul.get('tag', '').split('.')[:2]), zuul.get('tag', '')], ['latest']) }}"
- job:
name: actions-runner-upload-image
parent: otcinfra-upload-container-images
vars: *actions_runner_image_vars
- project:
merge-mode: squash-merge
default-branch: main
check:
jobs:
- actions-runner-build-image
gate:
jobs:
- actions-runner-upload-image
release:
jobs:
- actions-runner-upload-image