stackhpc / ansible-role-openhpc

Ansible role for OpenHPC
Apache License 2.0
45 stars 15 forks source link

CLI usage of molecule doesn't auto-skip incompatible tests #112

Open sjpb opened 3 years ago

sjpb commented 3 years ago

For github CI we define a list of tests vs images to skip as some things don't work/aren't supported by the role on centos 7= openhpc v1 (e.g. configless operation). However when running molecule manually from the cli with test --all those tests get run. Would be nice if that could use the same skip list.