diff --git a/tests/playbooks/post.yml b/tests/playbooks/post.yml new file mode 100644 index 0000000..ed97d53 --- /dev/null +++ b/tests/playbooks/post.yml @@ -0,0 +1 @@ +--- diff --git a/tests/playbooks/pre.yml b/tests/playbooks/pre.yml new file mode 100644 index 0000000..ed97d53 --- /dev/null +++ b/tests/playbooks/pre.yml @@ -0,0 +1 @@ +--- diff --git a/tests/playbooks/run.yml b/tests/playbooks/run.yml new file mode 100644 index 0000000..ed97d53 --- /dev/null +++ b/tests/playbooks/run.yml @@ -0,0 +1 @@ +--- diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml new file mode 100644 index 0000000..02f80cf --- /dev/null +++ b/zuul.d/base.yaml @@ -0,0 +1,9 @@ +--- +- job: + parent: cephadm-base + name: cephadm-base + pre-run: tests/playbooks/pre.yml + run: tests/playbooks/run.yml + post-run: tests/playbooks/post.yml + timeout: 7200 + post-timeout: 1800 diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml new file mode 100644 index 0000000..0526596 --- /dev/null +++ b/zuul.d/jobs.yaml @@ -0,0 +1,6 @@ +--- +- job: + name: cephadm-jammy-singlenode + parent: cephadm-base + nodeset: ubuntu-jammy + voting: false