From abcec573abaaebb29df9c440ce6b89b986deb527 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 12 Oct 2023 16:48:11 +1300 Subject: [PATCH] Try break out tests in matrix --- .woodpecker/test.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 38f830e..09b30c8 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -1,8 +1,13 @@ matrix: - MOLECULE_DISTRO: - - centos7 - - almalinux8 - + include: + - MOLECULE_DISTRO: centos7 + MOLECULE_SCENARIO: + - default + - fixed-mirror + - MOLECULE_DISTRO: almalinux8 + MOLECULE_SCENARIO: + - default + - fixed-mirror steps: test: name: Test on ${MOLECULE_DISTRO} @@ -11,7 +16,7 @@ steps: volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - - molecule test --all + - molecule test -s ${MOLECULE_SCENARIO} secrets: [ auth_duo_host, auth_duo_ikey, auth_duo_skey ] when: event: