-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--- | ||
Check failure on line 1 in tests/playbooks/post.yml GitHub Actions / lintsyntax-check[empty-playbook]
Check failure on line 1 in tests/playbooks/post.yml GitHub Actions / lintsyntax-check[empty-playbook]
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--- | ||
Check failure on line 1 in tests/playbooks/pre.yml GitHub Actions / lintsyntax-check[empty-playbook]
Check failure on line 1 in tests/playbooks/pre.yml GitHub Actions / lintsyntax-check[empty-playbook]
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--- | ||
Check failure on line 1 in tests/playbooks/run.yml GitHub Actions / lintsyntax-check[empty-playbook]
Check failure on line 1 in tests/playbooks/run.yml GitHub Actions / lintsyntax-check[empty-playbook]
|
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 |
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 | ||