Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 18 additions & 12 deletions .github/workflows/test_gh_reusable_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ on:
- "release-**"
- "release/**"
- "master"
paths-ignore:
- ".github/dependabot.yaml"
- ".gitcommitrules"
- ".gitignore"
- "LICENSE"
- "README.md"
paths:
# The workflow self.
- ".github/workflows/test_gh_reusable_workflow.yaml"
# The shell script only be used by this workflow.
- "scripts/ci/check_getting_output.sh"
# The shell scripts or actions this workflow would use.
- ".github/workflows/rw_build_git-tag_and_create_github-release.yaml"
- "scripts/ci/build_git-tag_or_create_github-release.sh"
- "scripts/ci/deployment_new_version_workflow.sh"

pull_request:
branches:
Expand All @@ -22,12 +25,15 @@ on:
- "release-**"
- "release/**"
- "master"
paths-ignore:
- ".github/dependabot.yaml"
- ".gitcommitrules"
- ".gitignore"
- "LICENSE"
- "README.md"
paths:
# The workflow self.
- ".github/workflows/test_gh_reusable_workflow.yaml"
# The shell script only be used by this workflow.
- "scripts/ci/check_getting_output.sh"
# The shell scripts or actions this workflow would use.
- ".github/workflows/rw_build_git-tag_and_create_github-release.yaml"
- "scripts/ci/build_git-tag_or_create_github-release.sh"
- "scripts/ci/deployment_new_version_workflow.sh"

jobs:
test_build_git-tag_and_create_github-release:
Expand Down
60 changes: 48 additions & 12 deletions .github/workflows/test_pyproject_ci_multi-tests_by_poetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,30 @@ on:
- "release-**"
- "release/**"
- "master"
paths-ignore:
- ".github/dependabot.yaml"
- ".gitcommitrules"
- ".gitignore"
- "LICENSE"
- "README.md"
paths:
# The workflow self.
- ".github/workflows/test_pyproject_ci_multi-tests_by_poetry.yaml"
# The shell script only be used by this workflow.
- "scripts/ci/check_getting_output.sh"
# The sample Python code.
- ".coveragerc"
- "pyproject.toml"
- "pytest.ini"
- "sonar-project.properties"
- "test_gh_workflow/**"
- "test/**"
# The shell scripts or actions this workflow would use.
- ".github/workflows/rw_get_tests.yaml"
- ".github/workflows/rw_poetry_run_test.yaml"
- ".github/workflows/rw_organize_test_cov_reports.yaml"
- "scripts/ci/combine_coverage_reports.sh"
- ".github/workflows/rw_upload_test_cov_report.yaml"
- "scripts/ci/check-input-params.sh"
- ".github/workflows/rw_sonarqube_scan.yaml"
- ".github/workflows/rw_pre-building_test.yaml"
- ".github/workflows/rw_build_git-tag_and_create_github-release.yaml"
- "scripts/ci/build_git-tag_or_create_github-release.sh"
- "scripts/ci/deployment_new_version_workflow.sh"

pull_request:
branches:
Expand All @@ -22,12 +40,30 @@ on:
- "release-**"
- "release/**"
- "master"
paths-ignore:
- ".github/dependabot.yaml"
- ".gitcommitrules"
- ".gitignore"
- "LICENSE"
- "README.md"
paths:
# The workflow self.
- ".github/workflows/test_pyproject_ci_multi-tests_by_poetry.yaml"
# The shell script only be used by this workflow.
- "scripts/ci/check_getting_output.sh"
# The sample Python code.
- ".coveragerc"
- "pyproject.toml"
- "pytest.ini"
- "sonar-project.properties"
- "test_gh_workflow/**"
- "test/**"
# The shell scripts or actions this workflow would use.
- ".github/workflows/rw_get_tests.yaml"
- ".github/workflows/rw_poetry_run_test.yaml"
- ".github/workflows/rw_organize_test_cov_reports.yaml"
- "scripts/ci/combine_coverage_reports.sh"
- ".github/workflows/rw_upload_test_cov_report.yaml"
- "scripts/ci/check-input-params.sh"
- ".github/workflows/rw_sonarqube_scan.yaml"
- ".github/workflows/rw_pre-building_test.yaml"
- ".github/workflows/rw_build_git-tag_and_create_github-release.yaml"
- "scripts/ci/build_git-tag_or_create_github-release.sh"
- "scripts/ci/deployment_new_version_workflow.sh"

jobs:
prep-testbed_unit-test:
Expand Down
64 changes: 50 additions & 14 deletions .github/workflows/test_python_project_ci_multi-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,31 @@ on:
- "release-**"
- "release/**"
- "master"
paths-ignore:
- "pyproject.toml"
- ".github/dependabot.yaml"
- ".gitcommitrules"
- ".gitignore"
- "LICENSE"
- "README.md"
paths:
# The workflow self.
- ".github/workflows/test_python_project_ci_multi-tests.yaml"
# The shell script only be used by this workflow.
- "scripts/ci/check_getting_output.sh"
# The sample Python code.
- ".coveragerc"
- "pytest.ini"
- "sonar-project.properties"
- "requirements/**"
- "setup.py"
- "test_gh_workflow/**"
- "test/**"
# The shell scripts or actions this workflow would use.
- ".github/workflows/rw_get_tests.yaml"
- ".github/workflows/rw_poetry_run_test.yaml"
- ".github/workflows/rw_organize_test_cov_reports.yaml"
- "scripts/ci/combine_coverage_reports.sh"
- ".github/workflows/rw_upload_test_cov_report.yaml"
- "scripts/ci/check-input-params.sh"
- ".github/workflows/rw_sonarqube_scan.yaml"
- ".github/workflows/rw_pre-building_test.yaml"
- ".github/workflows/rw_build_git-tag_and_create_github-release.yaml"
- "scripts/ci/build_git-tag_or_create_github-release.sh"
- "scripts/ci/deployment_new_version_workflow.sh"

pull_request:
branches:
Expand All @@ -23,13 +41,31 @@ on:
- "release-**"
- "release/**"
- "master"
paths-ignore:
- "pyproject.toml"
- ".github/dependabot.yaml"
- ".gitcommitrules"
- ".gitignore"
- "LICENSE"
- "README.md"
paths:
# The workflow self.
- ".github/workflows/test_python_project_ci_multi-tests.yaml"
# The shell script only be used by this workflow.
- "scripts/ci/check_getting_output.sh"
# The sample Python code.
- ".coveragerc"
- "pytest.ini"
- "sonar-project.properties"
- "requirements/**"
- "setup.py"
- "test_gh_workflow/**"
- "test/**"
# The shell scripts or actions this workflow would use.
- ".github/workflows/rw_get_tests.yaml"
- ".github/workflows/rw_poetry_run_test.yaml"
- ".github/workflows/rw_organize_test_cov_reports.yaml"
- "scripts/ci/combine_coverage_reports.sh"
- ".github/workflows/rw_upload_test_cov_report.yaml"
- "scripts/ci/check-input-params.sh"
- ".github/workflows/rw_sonarqube_scan.yaml"
- ".github/workflows/rw_pre-building_test.yaml"
- ".github/workflows/rw_build_git-tag_and_create_github-release.yaml"
- "scripts/ci/build_git-tag_or_create_github-release.sh"
- "scripts/ci/deployment_new_version_workflow.sh"

jobs:
prep-testbed_unit-test:
Expand Down
65 changes: 51 additions & 14 deletions .github/workflows/test_python_project_ci_one-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,64 @@ on:
- "release-**"
- "release/**"
- "master"
paths-ignore:
- "pyproject.toml"
- ".github/dependabot.yaml"
- ".gitcommitrules"
- ".gitignore"
- "LICENSE"
- "README.md"
paths:
# The workflow self.
- ".github/workflows/test_python_project_ci_one-test.yaml"
# The shell script only be used by this workflow.
- "scripts/ci/check_getting_output.sh"
# The sample Python code.
- ".coveragerc"
- "pytest.ini"
- "sonar-project.properties"
- "requirements/**"
- "setup.py"
- "test_gh_workflow/**"
- "test/**"
# The shell scripts or actions this workflow would use.
- ".github/workflows/rw_get_tests.yaml"
- ".github/workflows/rw_poetry_run_test.yaml"
- ".github/workflows/rw_organize_test_cov_reports.yaml"
- "scripts/ci/combine_coverage_reports.sh"
- ".github/workflows/rw_upload_test_cov_report.yaml"
- "scripts/ci/check-input-params.sh"
- ".github/workflows/rw_sonarqube_scan.yaml"
- ".github/workflows/rw_pre-building_test.yaml"
- ".github/workflows/rw_build_git-tag_and_create_github-release.yaml"
- "scripts/ci/build_git-tag_or_create_github-release.sh"
- "scripts/ci/deployment_new_version_workflow.sh"

pull_request:
branches:
- "develop"
- "release"
- "release-**"
- "release/**"
- "master"
paths-ignore:
- "pyproject.toml"
- ".github/dependabot.yaml"
- ".gitcommitrules"
- ".gitignore"
- "LICENSE"
- "README.md"
paths:
# The workflow self.
- ".github/workflows/test_python_project_ci_one-test.yaml"
# The shell script only be used by this workflow.
- "scripts/ci/check_getting_output.sh"
# The sample Python code.
- ".coveragerc"
- "pytest.ini"
- "sonar-project.properties"
- "requirements/**"
- "setup.py"
- "test_gh_workflow/**"
- "test/**"
# The shell scripts or actions this workflow would use.
- ".github/workflows/rw_get_tests.yaml"
- ".github/workflows/rw_poetry_run_test.yaml"
- ".github/workflows/rw_organize_test_cov_reports.yaml"
- "scripts/ci/combine_coverage_reports.sh"
- ".github/workflows/rw_upload_test_cov_report.yaml"
- "scripts/ci/check-input-params.sh"
- ".github/workflows/rw_sonarqube_scan.yaml"
- ".github/workflows/rw_pre-building_test.yaml"
- ".github/workflows/rw_build_git-tag_and_create_github-release.yaml"
- "scripts/ci/build_git-tag_or_create_github-release.sh"
- "scripts/ci/deployment_new_version_workflow.sh"

jobs:
prep-testbed_unit-test:
Expand Down