Updating r7 from v7.0.1

This commit is contained in:
Patrick Lehmann
2025-12-20 00:31:50 +01:00
71 changed files with 654 additions and 1869 deletions

View File

@@ -58,17 +58,17 @@ Instantiation
*************
The following instantiation example creates a ``ConfigParams`` job derived from job template ``ExtractConfiguration``
version ``@r6``. It requires no special parameters to extract unit test (pytest) and code coverage (Coverage.py)
version ``@r7``. It requires no special parameters to extract unit test (pytest) and code coverage (Coverage.py)
settings.
.. code-block:: yaml
jobs:
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
UnitTesting:
uses: pyTooling/Actions/.github/workflows/UnitTesting.yml@r6
uses: pyTooling/Actions/.github/workflows/UnitTesting.yml@r7
needs:
- ConfigParams
with:
@@ -250,10 +250,10 @@ unittest_report_xml
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -265,10 +265,10 @@ unittest_report_xml
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -283,10 +283,10 @@ unittest_report_xml
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -333,10 +333,10 @@ unittest_merged_report_xml
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -348,10 +348,10 @@ unittest_merged_report_xml
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -366,10 +366,10 @@ unittest_merged_report_xml
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -414,10 +414,10 @@ coverage_report_html
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -429,10 +429,10 @@ coverage_report_html
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -447,10 +447,10 @@ coverage_report_html
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -497,10 +497,10 @@ coverage_report_xml
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -512,10 +512,10 @@ coverage_report_xml
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -530,10 +530,10 @@ coverage_report_xml
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -580,10 +580,10 @@ coverage_report_json
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -595,10 +595,10 @@ coverage_report_json
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -613,10 +613,10 @@ coverage_report_json
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -663,10 +663,10 @@ typing_report_cobertura
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -678,10 +678,10 @@ typing_report_cobertura
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -696,10 +696,10 @@ typing_report_cobertura
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -746,10 +746,10 @@ typing_report_junit
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -761,10 +761,10 @@ typing_report_junit
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -779,10 +779,10 @@ typing_report_junit
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -826,10 +826,10 @@ typing_report_html
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -841,10 +841,10 @@ typing_report_html
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with:
@@ -859,10 +859,10 @@ typing_report_html
.. code-block:: yaml
ConfigParams:
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r6
uses: pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@r7
OtherJob:
uses: some/path/to/a/template@r6
uses: some/path/to/a/template@r7
needs:
- ConfigParams
with: