We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fc76e commit e04350cCopy full SHA for e04350c
tests/playbooks/post.yml
@@ -0,0 +1 @@
1
+---
tests/playbooks/pre.yml
tests/playbooks/run.yml
zuul.d/base.yaml
@@ -0,0 +1,9 @@
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
@@ -0,0 +1,6 @@
+ name: cephadm-jammy-singlenode
+ nodeset: ubuntu-jammy
+ voting: false
0 commit comments