Skip to content

Commit

Permalink
[DEVOPS-466] Update input variable in shared workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SophieCurinier committed Sep 16, 2024
1 parent c2a9efa commit b1a438b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue_to_jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
call-workflow-create-jira-issue:
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-jira-issue_to_jira.yml@main
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-jira-issue_to_jira.yml@DEVOPS-466
secrets: inherit
with:
project_key: 'GEOPY'
project-key: 'GEOPY'
26 changes: 13 additions & 13 deletions .github/workflows/python_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@ concurrency:
jobs:
call-workflow-static-analysis:
name: Static analysis
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-static_analysis.yml@main
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-static_analysis.yml@DEVOPS-466
with:
package_manager: 'poetry'
app_name: 'las_geoh5'
python_vers: '3.10'
package-manager: 'poetry'
app-name: 'las_geoh5'
python-version: '3.10'
call-workflow-pytest-on-windows:
name: Pytest on Windows
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest_windows.yml@main
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest_windows.yml@DEVOPS-466
with:
package_manager: 'poetry'
python_ver: '["3.10", "3.11", "3.12"]'
cache_number: 1
codecov_reference_python_ver: '3.10'
package-manager: 'poetry'
python-versions: '["3.10", "3.11", "3.12"]'
cache-number: 1
codecov-reference-python-version: '3.10'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
call-workflow-pytest-on-unix-os:
name: Pytest on Unix OS
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest_unix_os.yml@main
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest_unix_os.yml@DEVOPS-466
with:
package_manager: 'poetry'
python_ver: '["3.10", "3.11", "3.12"]'
package-manager: 'poetry'
python-versions: '["3.10", "3.11", "3.12"]'
os: '["ubuntu-latest"]'
cache_number: 1
cache-number: 1

0 comments on commit b1a438b

Please sign in to comment.