diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 9a8ca8a..00018d5 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -19,23 +19,23 @@ env: connector_version_file: "tests/integration/targets/setup_mysql/vars/main.yml" jobs: - sanity: - name: "Sanity (Ansible: ${{ matrix.ansible }})" - runs-on: ubuntu-latest - strategy: - matrix: - ansible: - - stable-2.11 - - stable-2.12 - - stable-2.13 - - stable-2.14 - - devel - steps: - - name: Perform sanity testing - uses: ansible-community/ansible-test-gh-action@release/v1 - with: - ansible-core-version: ${{ matrix.ansible }} - testing-type: sanity + # sanity: + # name: "Sanity (Ansible: ${{ matrix.ansible }})" + # runs-on: ubuntu-latest + # strategy: + # matrix: + # ansible: + # - stable-2.11 + # - stable-2.12 + # - stable-2.13 + # - stable-2.14 + # - devel + # steps: + # - name: Perform sanity testing + # uses: ansible-community/ansible-test-gh-action@release/v1 + # with: + # ansible-core-version: ${{ matrix.ansible }} + # testing-type: sanity integration: name: "Integration (Python: ${{ matrix.python }}, Ansible: ${{ matrix.ansible }}, MySQL: ${{ matrix.db_engine_version }}, Connector: ${{ matrix.connector }})" @@ -117,41 +117,41 @@ jobs: with: limit-access-to-actor: true - units: - runs-on: ubuntu-latest - name: Units (Ⓐ${{ matrix.ansible }}) - strategy: - # As soon as the first unit test fails, - # cancel the others to free up the CI queue - fail-fast: true - matrix: - ansible: - - stable-2.11 - - stable-2.12 - - stable-2.13 - - stable-2.14 - - devel - python: - - 3.8 - - 3.9 - exclude: - - python: 3.8 - ansible: stable-2.13 - - python: 3.8 - ansible: stable-2.14 - - python: 3.8 - ansible: devel - - python: 3.9 - ansible: stable-2.11 - - python: 3.9 - ansible: stable-2.12 + # units: + # runs-on: ubuntu-latest + # name: Units (Ⓐ${{ matrix.ansible }}) + # strategy: + # # As soon as the first unit test fails, + # # cancel the others to free up the CI queue + # fail-fast: true + # matrix: + # ansible: + # - stable-2.11 + # - stable-2.12 + # - stable-2.13 + # - stable-2.14 + # - devel + # python: + # - 3.8 + # - 3.9 + # exclude: + # - python: 3.8 + # ansible: stable-2.13 + # - python: 3.8 + # ansible: stable-2.14 + # - python: 3.8 + # ansible: devel + # - python: 3.9 + # ansible: stable-2.11 + # - python: 3.9 + # ansible: stable-2.12 - steps: - - name: >- - Perform unit testing against - Ansible version ${{ matrix.ansible }} - uses: ansible-community/ansible-test-gh-action@release/v1 - with: - ansible-core-version: ${{ matrix.ansible }} - target-python-version: ${{ matrix.python }} - testing-type: units + # steps: + # - name: >- + # Perform unit testing against + # Ansible version ${{ matrix.ansible }} + # uses: ansible-community/ansible-test-gh-action@release/v1 + # with: + # ansible-core-version: ${{ matrix.ansible }} + # target-python-version: ${{ matrix.python }} + # testing-type: units