Skip to content

Commit

Permalink
Prepare release CI to 2024.2.pre1 (#1495)
Browse files Browse the repository at this point in the history
* Switch ci_release.yml to testing 2024.2.pre1

Signed-off-by: paul.profizi <[email protected]>

* Add 2024.2.pre1 to list of versions in bug template

Signed-off-by: paul.profizi <[email protected]>

---------

Signed-off-by: paul.profizi <[email protected]>
  • Loading branch information
PProfizi authored Apr 10, 2024
1 parent 9a99ff2 commit d557b63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ body:
label: Which DPF/Ansys version are you using?
multiple: true
options:
- 'DPF Server 2024.2.pre1'
- 'DPF Server 2024.2.pre0'
- 'Ansys 2024 R1'
- 'DPF Server 2024.1.pre0'
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
standalone_branch_suffix:
description: 'Suffix of the branch on standalone'
required: false
default: '.pre0'
default: '.pre1'

#┌───────────── minute (0 - 59)
#│ ┌───────────── hour (0 - 23)
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
python_versions: '["3.9", "3.10", "3.11"]'
wheel: true
wheelhouse: true
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
secrets: inherit

tests_any:
Expand All @@ -100,15 +100,15 @@ jobs:
python_versions: '["3.9", "3.10", "3.11"]'
wheel: true
wheelhouse: false
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
test_any: true
secrets: inherit

docs:
uses: ./.github/workflows/docs.yml
with:
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
event_name: ${{ github.event_name }}
secrets: inherit

Expand All @@ -117,7 +117,7 @@ jobs:
with:
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }}
python_versions: '["3.9", "3.10", "3.11"]'
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
secrets: inherit

retro_241:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
uses: ./.github/workflows/pydpf-post.yml
with:
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
test_docstrings: "true"
secrets: inherit

Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
uses: ./.github/workflows/test_docker.yml
with:
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
secrets: inherit

docker_examples:
Expand All @@ -208,7 +208,7 @@ jobs:
with:
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }}
python_versions: '["3.9", "3.10", "3.11"]'
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
secrets: inherit

draft_release:
Expand Down

0 comments on commit d557b63

Please sign in to comment.