Skip to content

Commit

Permalink
CI: add PR change detection (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 committed Dec 9, 2022
1 parent 015f58e commit eade7ec
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ansible-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
strategy:
matrix:
ansible:
- stable-2.11
- stable-2.12
- stable-2.13
- stable-2.14
Expand All @@ -36,6 +35,7 @@ jobs:
with:
ansible-core-version: ${{ matrix.ansible }}
testing-type: sanity
pull-request-change-detection: true

integration:
name: "Integration (Python: ${{ matrix.python }}, Ansible: ${{ matrix.ansible }}, MySQL: ${{ matrix.db_engine_version }}, Connector: ${{ matrix.connector }})"
Expand All @@ -51,7 +51,6 @@ jobs:
# also change the "Set MariaDB URL sub dir" task
- mariadb_10.8.3
ansible:
- stable-2.11
- stable-2.12
- stable-2.13
- stable-2.14
Expand All @@ -77,16 +76,12 @@ jobs:
ansible: stable-2.14
- python: 3.6
ansible: devel
- python: 3.8
ansible: stable-2.11
- 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

Expand Down Expand Up @@ -116,6 +111,7 @@ jobs:
sed -i 's/^python_packages:.*/python_packages: [${{ matrix.connector }}]/' ${{ env.connector_version_file }}
target-python-version: ${{ matrix.python }}
testing-type: integration
pull-request-change-detection: true
units:
runs-on: ubuntu-20.04
Expand All @@ -126,7 +122,6 @@ jobs:
fail-fast: true
matrix:
ansible:
- stable-2.11
- stable-2.12
- stable-2.13
- stable-2.14
Expand All @@ -141,8 +136,6 @@ jobs:
ansible: stable-2.14
- python: 3.8
ansible: devel
- python: 3.9
ansible: stable-2.11
- python: 3.9
ansible: stable-2.12

Expand All @@ -155,3 +148,4 @@ jobs:
ansible-core-version: ${{ matrix.ansible }}
target-python-version: ${{ matrix.python }}
testing-type: units
pull-request-change-detection: true

0 comments on commit eade7ec

Please sign in to comment.