forked from ansible-collections/community.mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues and documentation with integration tests after merge of an…
…sible-collections#490. (ansible-collections#514) * Fix explanation about containers images * Add definitive URI to the containers images * Document that new images must be set as public * Add makefile options possible values * Document that any mysql and mariadb tag can be use * Add computation of docker_image path * Refactor pre-command to separate commands for cleaner GHA output * Refactor to use GHA test matrix * Cut docker_image from documentation since it's now automatic * Document how to use run_all_test.py to display the test matrix * Temp: Add path to images in my fork to validate integrations tests (cherry picked from commit e2aa655)
- Loading branch information
1 parent
530e6c3
commit 126945f
Showing
41 changed files
with
647 additions
and
544 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
.github/workflows/docker-image-mariadb-py310-mysqlclient211.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Docker Image CI mariadb-py310-mysqlclient211 | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'test-containers/mariadb-py310-mysqlclient211/**' | ||
- '.github/workflows/docker-image-mariadb-py310-mysqlclient211.yml' | ||
- '.github/workflows/build-docker-image.yml' | ||
|
||
jobs: | ||
|
||
call-workflow-passing-data: | ||
uses: ./.github/workflows/build-docker-image.yml | ||
secrets: inherit | ||
with: | ||
registry: ghcr.io | ||
image_name: test-container-mariadb-py310-mysqlclient211 | ||
context: test-containers/mariadb-py310-mysqlclient211 |
19 changes: 19 additions & 0 deletions
19
.github/workflows/docker-image-mariadb-py310-pymysql102.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Docker Image CI mariadb-py310-pymysql102 | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'test-containers/mariadb-py310-pymysql102/**' | ||
- '.github/workflows/docker-image-mariadb-py310-pymysql102.yml' | ||
- '.github/workflows/build-docker-image.yml' | ||
|
||
jobs: | ||
|
||
call-workflow-passing-data: | ||
uses: ./.github/workflows/build-docker-image.yml | ||
secrets: inherit | ||
with: | ||
registry: ghcr.io | ||
image_name: test-container-mariadb-py310-pymysql102 | ||
context: test-containers/mariadb-py310-pymysql102 |
19 changes: 19 additions & 0 deletions
19
.github/workflows/docker-image-mariadb-py38-mysqlclient201.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Docker Image CI mariadb-py38-mysqlclient201 | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'test-containers/mariadb-py38-mysqlclient201/**' | ||
- '.github/workflows/docker-image-mariadb-py38-mysqlclient201.yml' | ||
- '.github/workflows/build-docker-image.yml' | ||
|
||
jobs: | ||
|
||
call-workflow-passing-data: | ||
uses: ./.github/workflows/build-docker-image.yml | ||
secrets: inherit | ||
with: | ||
registry: ghcr.io | ||
image_name: test-container-mariadb-py38-mysqlclient201 | ||
context: test-containers/mariadb-py38-mysqlclient201 |
19 changes: 19 additions & 0 deletions
19
.github/workflows/docker-image-mariadb-py38-pymysql093.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Docker Image CI mariadb-py38-pymysql093 | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'test-containers/mariadb-py38-pymysql093/**' | ||
- '.github/workflows/docker-image-mariadb-py38-pymysql093.yml' | ||
- '.github/workflows/build-docker-image.yml' | ||
|
||
jobs: | ||
|
||
call-workflow-passing-data: | ||
uses: ./.github/workflows/build-docker-image.yml | ||
secrets: inherit | ||
with: | ||
registry: ghcr.io | ||
image_name: test-container-mariadb-py38-pymysql093 | ||
context: test-containers/mariadb-py38-pymysql093 |
19 changes: 19 additions & 0 deletions
19
.github/workflows/docker-image-mariadb-py39-mysqlclient203.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Docker Image CI mariadb-py39-mysqlclient203 | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'test-containers/mariadb-py39-mysqlclient203/**' | ||
- '.github/workflows/docker-image-mariadb-py39-mysqlclient203.yml' | ||
- '.github/workflows/build-docker-image.yml' | ||
|
||
jobs: | ||
|
||
call-workflow-passing-data: | ||
uses: ./.github/workflows/build-docker-image.yml | ||
secrets: inherit | ||
with: | ||
registry: ghcr.io | ||
image_name: test-container-mariadb-py39-mysqlclient203 | ||
context: test-containers/mariadb-py39-mysqlclient203 |
19 changes: 19 additions & 0 deletions
19
.github/workflows/docker-image-mariadb-py39-pymysql093.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Docker Image CI mariadb-py39-pymysql093 | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'test-containers/mariadb-py39-pymysql093/**' | ||
- '.github/workflows/docker-image-mariadb-py39-pymysql093.yml' | ||
- '.github/workflows/build-docker-image.yml' | ||
|
||
jobs: | ||
|
||
call-workflow-passing-data: | ||
uses: ./.github/workflows/build-docker-image.yml | ||
secrets: inherit | ||
with: | ||
registry: ghcr.io | ||
image_name: test-container-mariadb-py39-pymysql093 | ||
context: test-containers/mariadb-py39-pymysql093 |
19 changes: 0 additions & 19 deletions
19
.github/workflows/docker-image-mariadb103-py38-mysqlclient201.yml
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
.github/workflows/docker-image-mariadb103-py38-pymysql093.yml
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
.github/workflows/docker-image-mariadb103-py39-mysqlclient203.yml
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
.github/workflows/docker-image-mariadb103-py39-pymysql093.yml
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
.github/workflows/docker-image-mariadb106-py310-mysqlclient211.yml
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
.github/workflows/docker-image-mariadb106-py310-pymysql102.yml
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
.github/workflows/docker-image-my80-py310-mysqlclient211.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
.github/workflows/docker-image-my80-py38-mysqlclient201.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
.github/workflows/docker-image-my80-py39-mysqlclient203.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
.github/workflows/docker-image-mysql-py310-mysqlclient211.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Docker Image CI mysql-py310-mysqlclient211 | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'test-containers/mysql-py310-mysqlclient211/**' | ||
- '.github/workflows/docker-image-mysql-py310-mysqlclient211.yml' | ||
- '.github/workflows/build-docker-image.yml' | ||
|
||
jobs: | ||
|
||
call-workflow-passing-data: | ||
uses: ./.github/workflows/build-docker-image.yml | ||
secrets: inherit | ||
with: | ||
registry: ghcr.io | ||
image_name: test-container-mysql-py310-mysqlclient211 | ||
context: test-containers/mysql-py310-mysqlclient211 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Docker Image CI mysql-py310-pymysql102 | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'test-containers/mysql-py310-pymysql102/**' | ||
- '.github/workflows/docker-image-mysql-py310-pymysql102.yml' | ||
- '.github/workflows/build-docker-image.yml' | ||
|
||
jobs: | ||
|
||
call-workflow-passing-data: | ||
uses: ./.github/workflows/build-docker-image.yml | ||
secrets: inherit | ||
with: | ||
registry: ghcr.io | ||
image_name: test-container-mysql-py310-pymysql102 | ||
context: test-containers/mysql-py310-pymysql102 |
Oops, something went wrong.