diff --git a/tests/sanity/ignore-devel.txt b/tests/sanity/ignore-devel.txt deleted file mode 100644 index a644ff98..00000000 --- a/tests/sanity/ignore-devel.txt +++ /dev/null @@ -1 +0,0 @@ -plugins/action/vyos.py action-plugin-docs diff --git a/tests/sanity/ignore.txt b/tests/sanity/ignore.txt deleted file mode 100644 index a644ff98..00000000 --- a/tests/sanity/ignore.txt +++ /dev/null @@ -1 +0,0 @@ -plugins/action/vyos.py action-plugin-docs diff --git a/tests/sanity/sanity.yaml b/tests/sanity/sanity.yaml new file mode 100644 index 00000000..62e54336 --- /dev/null +++ b/tests/sanity/sanity.yaml @@ -0,0 +1,14 @@ +runtimes: + python: + - 3.9 + - 3.10 + - 3.11 + - 3.12 + - 3.13 + ansible: + - stable-2.14 + - stable-2.15 + - stable-2.16 + - stable-2.17 + - stable-2.18 +# devel and milestone are not listed → excluded