Skip to content

Commit

Permalink
ci: add full-node tests (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Feb 5, 2024
1 parent ef722de commit 1220717
Show file tree
Hide file tree
Showing 102 changed files with 8,149 additions and 1,227 deletions.
9 changes: 8 additions & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ exclude_paths:
- charts
- molecule
- playbooks
- plugins/filter
- roles/defaults/vars/main.yml
- roles/kube_prometheus_stack/files/jsonnet
- vendir.lock.yml

warn_list:
mock_roles:
- opendev.container_registry

skip_list:
- jinja[invalid]
- jinja[spacing]
- var-naming[no-reserved]
- var-naming[no-role-prefix]
- yaml[line-length]
1 change: 1 addition & 0 deletions .earthlyignore
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
use nix
use flake
123 changes: 0 additions & 123 deletions .github/workflows/ceph.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/check.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/docs.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/image-manifest.yml

This file was deleted.

87 changes: 0 additions & 87 deletions .github/workflows/images.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/pxc.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ tests/output
*.orig
*.rej
.direnv
junit.xml
junit-go.xml
ansible-lint.xml
output
9 changes: 9 additions & 0 deletions .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ignores": [
"docs/static/*.png",
],
"outputFormatters": [
[ "markdownlint-cli2-formatter-junit", { "name": "junit.xml" } ],
[ "markdownlint-cli2-formatter-default" ]
]
}
Loading

0 comments on commit 1220717

Please sign in to comment.