60128af709
We now have nl03, loop over all nodepool files so that new files get automatically tested. Change-Id: Iddd4afda10a6cb95b7783ab0454c805d8df7313e
6 lines
88 B
Bash
Executable File
6 lines
88 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
for n in nodepool/n*.yaml ; do
|
|
nodepool -c $n config-validate
|
|
done
|