Skip to content

Commit aed9540

Browse files
committed
Initial Zuul config
1 parent 04fc76e commit aed9540

File tree

10 files changed

+32
-91
lines changed

10 files changed

+32
-91
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/publish-collection.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

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

zuul.d/project.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
- project:
3+
check:
4+
jobs:
5+
- cephadm-jammy-singlenode
6+
gate:
7+
jobs:
8+
- cephadm-jammy-singlenode

0 commit comments

Comments
 (0)