From 319149afff7e91231c888e5468a00c5ba4bdaf2a Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 23 May 2024 08:44:12 +0200 Subject: [PATCH] Tox causes an issue, not sure what, disabling for now. --- .github/workflows/molecule.yml | 2 -- .gitlab-ci.yml | 2 -- tox.ini | 30 ------------------------------ 3 files changed, 34 deletions(-) delete mode 100644 tox.ini diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index ffbe60ec..7f943642 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -33,8 +33,6 @@ jobs: tag: "latest" - image: "amazonlinux" tag: "latest" - - image: "enterpriselinux" - tag: "7" - image: "enterpriselinux" tag: "8" - image: "enterpriselinux" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 479cfea7..14b950ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,6 @@ molecule: tag: "latest" - image: "amazonlinux" tag: "latest" - - image: "enterpriselinux" - tag: "7" - image: "enterpriselinux" tag: "8" - image: "enterpriselinux" diff --git a/tox.ini b/tox.ini deleted file mode 100644 index 075c7597..00000000 --- a/tox.ini +++ /dev/null @@ -1,30 +0,0 @@ -# -# Ansible managed -# -[tox] -minversion = 4.2.4 -# Ansible 7 is disabled, causing issues with Fedora: -# https://github.com/ansible/ansible/issues/81199#event-9773321055 -# envlist = py3-ansible{7,8,9} -envlist = py3-ansible{8,9} - -skipsdist = true - -[testenv] -deps = - -rrequirements.txt - ansible7: ansible == 7.* - ansible8: ansible == 8.* - ansible9: ansible == 9.* -commands = molecule test -setenv = - TOX_ENVNAME={envname} - PY_COLORS=1 - ANSIBLE_FORCE_COLOR=1 - ANSIBLE_ROLES_PATH=../ - -passenv = - namespace - image - tag - DOCKER_HOST