mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
pre-commit autocorrected files (#9750)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
pyaml
|
||||
jinja2
|
||||
pathlib ; python_version < '3.10'
|
||||
pyaml
|
||||
pydblite
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# CI test coverage
|
||||
|
||||
To generate this Matrix run `./tests/scripts/md-table/main.py`
|
||||
To generate this Matrix run `./tests/scripts/md-table/main.py`
|
||||
|
||||
{%- for container_engine in container_engines %}
|
||||
|
||||
@@ -12,4 +12,4 @@ To generate this Matrix run `./tests/scripts/md-table/main.py`
|
||||
{{ os }} | {% for cni in network_plugins %} {{ ':white_check_mark:' if exists(container_engine, cni, os) else ':x:' }} |{% endfor %}
|
||||
{%- endfor %}
|
||||
|
||||
{%- endfor %}
|
||||
{%- endfor %}
|
||||
|
||||
@@ -8,4 +8,4 @@ echo "Generate current file..."
|
||||
./tests/scripts/md-table/main.py > tmp.md
|
||||
|
||||
echo "Compare docs/ci.md with actual tests in tests/files/*.yml ..."
|
||||
cmp docs/ci.md tmp.md
|
||||
cmp docs/ci.md tmp.md
|
||||
|
||||
@@ -16,4 +16,4 @@ done
|
||||
for i in $(virsh vol-list default|grep \.img |grep -v VAGRANTSLASH | cut -f 2 -d ' ')
|
||||
do
|
||||
virsh vol-delete "$i" --pool default
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user