Skip to content

Commit

Permalink
Initial Zuul config
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasiadka committed Dec 20, 2024
1 parent 04fc76e commit e04350c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/playbooks/post.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---

Check failure on line 1 in tests/playbooks/post.yml

View workflow job for this annotation

GitHub Actions / lint

syntax-check[empty-playbook]

Empty playbook, nothing to do

Check failure on line 1 in tests/playbooks/post.yml

View workflow job for this annotation

GitHub Actions / lint

syntax-check[empty-playbook]

Empty playbook, nothing to do

Check failure on line 1 in tests/playbooks/post.yml

View workflow job for this annotation

GitHub Actions / lint

syntax-check[empty-playbook]

Empty playbook, nothing to do
1 change: 1 addition & 0 deletions tests/playbooks/pre.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---

Check failure on line 1 in tests/playbooks/pre.yml

View workflow job for this annotation

GitHub Actions / lint

syntax-check[empty-playbook]

Empty playbook, nothing to do

Check failure on line 1 in tests/playbooks/pre.yml

View workflow job for this annotation

GitHub Actions / lint

syntax-check[empty-playbook]

Empty playbook, nothing to do

Check failure on line 1 in tests/playbooks/pre.yml

View workflow job for this annotation

GitHub Actions / lint

syntax-check[empty-playbook]

Empty playbook, nothing to do
1 change: 1 addition & 0 deletions tests/playbooks/run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---

Check failure on line 1 in tests/playbooks/run.yml

View workflow job for this annotation

GitHub Actions / lint

syntax-check[empty-playbook]

Empty playbook, nothing to do

Check failure on line 1 in tests/playbooks/run.yml

View workflow job for this annotation

GitHub Actions / lint

syntax-check[empty-playbook]

Empty playbook, nothing to do

Check failure on line 1 in tests/playbooks/run.yml

View workflow job for this annotation

GitHub Actions / lint

syntax-check[empty-playbook]

Empty playbook, nothing to do
9 changes: 9 additions & 0 deletions zuul.d/base.yaml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
- job:
name: cephadm-jammy-singlenode
parent: cephadm-base
nodeset: ubuntu-jammy
voting: false

Check warning on line 6 in zuul.d/jobs.yaml

View check run for this annotation

StackHPC Zuul / stackhpc/check

zuul.d/jobs.yaml#L2-L6

The nodeset "ubuntu-jammy" was not found.

0 comments on commit e04350c

Please sign in to comment.