Skip to content

Commit 274ce3f

Browse files
committed
Initial Zuul config
1 parent 04fc76e commit 274ce3f

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

tests/playbooks/post.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
---

tests/playbooks/pre.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
---

tests/playbooks/run.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
---

zuul.d/base.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
- job:
3+
parent: cephadm-base
4+
name: cephadm-base
5+
pre-run: tests/playbooks/pre.yml
6+
run: tests/playbooks/run.yml
7+
post-run: tests/playbooks/post.yml
8+
timeout: 7200
9+
post-timeout: 1800

zuul.d/jobs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
- job:
3+
name: cephadm-jammy-singlenode
4+
parent: cephadm-base
5+
nodeset: cephadm-jammy-single
6+
voting: false

zuul.d/nodesets.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
- nodeset:
3+
name: cephadm-jammy-single
4+
nodes:
5+
- name: primary
6+
label: ubuntu-jammy

0 commit comments

Comments
 (0)