-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathzuul.yaml
More file actions
37 lines (35 loc) · 761 Bytes
/
zuul.yaml
File metadata and controls
37 lines (35 loc) · 761 Bytes
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
- job:
name: cloudmon-deploy
abstract: true
description: |
Deploy CloudMon
pre-run: playbooks/pre.yaml
run: playbooks/run.yaml
files:
- ^cloudmon/*
vars:
python_version: "3.10"
- job:
name: cloudmon-deploy-ubuntu-jammy
parent: cloudmon-deploy
nodeset:
nodes:
- name: controller
label: ubuntu-jammy
- name: worker
label: ubuntu-jammy
- project:
merge-mode: squash-merge
default-branch: main
check:
jobs:
- otc-tox-pep8
- otc-tox-py39
- otc-tox-docs
- cloudmon-deploy-ubuntu-jammy
gate:
jobs:
- otc-tox-pep8
- otc-tox-py39
- otc-tox-docs
- cloudmon-deploy-ubuntu-jammy