From a04c3f9822d2e0e6860fceb79c7377fe282d2ec0 Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Mon, 24 Apr 2023 12:38:19 -0400 Subject: [PATCH] Remove support for `debian-stretch` and updates for molecule v5 --- .github/workflows/build-and-test.yml | 4 ++-- meta/main.yml | 1 - molecule/default/molecule.yml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index a3f3919..4ccf8b6 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -49,7 +49,7 @@ jobs: strategy: max-parallel: 6 matrix: - IMAGE: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, centos-7, debian-bullseye, debian-buster, debian-stretch] + IMAGE: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, centos-7, debian-bullseye, debian-buster] steps: @@ -67,7 +67,7 @@ jobs: run: | sudo apt-get update sudo apt-get install python3-setuptools -y - pip3 install -U pip wheel ansible molecule[docker] docker ansible-lint flake8 pytest-testinfra + pip3 install -U pip wheel ansible molecule molecule-plugins[docker] docker yamllint ansible-lint flake8 pytest-testinfra - name: Execute Molecule test of role for ${{ matrix.IMAGE }} working-directory: 'darkwizard242.crictl' diff --git a/meta/main.yml b/meta/main.yml index 40dd410..a9a8ad8 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -17,7 +17,6 @@ galaxy_info: versions: - bullseye - buster - - stretch - name: EL versions: - 8 diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 95faf10..870bc2e 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -20,7 +20,7 @@ provisioner: scenario: name: default test_sequence: - - lint + # - lint - destroy - syntax - create