Skip to content

Commit

Permalink
Remove support for debian-stretch and updates for molecule v5
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwizard242 committed Apr 24, 2023
1 parent 83c073e commit a04c3f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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'
Expand Down
1 change: 0 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ galaxy_info:
versions:
- bullseye
- buster
- stretch
- name: EL
versions:
- 8
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ provisioner:
scenario:
name: default
test_sequence:
- lint
# - lint
- destroy
- syntax
- create
Expand Down

0 comments on commit a04c3f9

Please sign in to comment.