[docs] Add CI matrix and script (#5461)

* Rename CI jobs from ubuntu to ubuntu16

* Add CI matrix and script
This commit is contained in:
Maxime Guyot
2019-12-17 16:07:59 +01:00
committed by Kubernetes Prow Robot
parent 109078c5e0
commit 5df48ef8fd
16 changed files with 205 additions and 8 deletions

11
tests/scripts/md-table/test.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
set -euxo pipefail
echo "Install requirements..."
pip install -r ./tests/scripts/md-table/requirements.txt
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