Skip to content

Commit 5ea5d5b

Browse files
authored
Switch release CI to 251.pre0 (#1658)
Signed-off-by: paul.profizi <[email protected]>
1 parent 3f37acc commit 5ea5d5b

File tree

1 file changed

+24
-17
lines changed

1 file changed

+24
-17
lines changed

.github/workflows/ci_release.yml

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111
ansys_version:
1212
description: "Ansys version of the standalone."
1313
required: false
14-
default: '242'
14+
default: '251'
1515
standalone_branch_suffix:
1616
description: 'Suffix of the branch on standalone'
1717
required: false
18-
default: '.pre1'
18+
default: '.pre0'
1919

2020
#┌───────────── minute (0 - 59)
2121
#│ ┌───────────── hour (0 - 23)
@@ -77,38 +77,38 @@ jobs:
7777
tests:
7878
uses: ./.github/workflows/tests.yml
7979
with:
80-
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }}
80+
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
8181
python_versions: '["3.9", "3.10", "3.11"]'
8282
wheel: true
8383
wheelhouse: true
84-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
84+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
8585
secrets: inherit
8686

8787
tests_any:
8888
uses: ./.github/workflows/tests.yml
8989
with:
90-
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }}
90+
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
9191
python_versions: '["3.9", "3.10", "3.11"]'
9292
wheel: true
9393
wheelhouse: false
94-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
94+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
9595
test_any: true
9696
secrets: inherit
9797

9898
docs:
9999
uses: ./.github/workflows/docs.yml
100100
with:
101-
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }}
102-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
101+
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
102+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
103103
event_name: ${{ github.event_name }}
104104
secrets: inherit
105105

106106
examples:
107107
uses: ./.github/workflows/examples.yml
108108
with:
109-
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }}
109+
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
110110
python_versions: '["3.9", "3.10", "3.11"]'
111-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
111+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
112112
secrets: inherit
113113

114114
retro_241:
@@ -148,13 +148,20 @@ jobs:
148148
DOCSTRING: false
149149
secrets: inherit
150150

151+
pydpf-post_251:
152+
name: "PyDPF-Post with 251"
153+
uses: ./.github/workflows/pydpf-post.yml
154+
with:
155+
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
156+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
157+
test_docstrings: "true"
158+
secrets: inherit
159+
151160
pydpf-post_242:
152161
name: "PyDPF-Post with 242"
153162
uses: ./.github/workflows/pydpf-post.yml
154163
with:
155-
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }}
156-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
157-
test_docstrings: "true"
164+
ANSYS_VERSION: "242"
158165
secrets: inherit
159166

160167
pydpf-post_241:
@@ -189,17 +196,17 @@ jobs:
189196
name: "Build and Test on Docker"
190197
uses: ./.github/workflows/test_docker.yml
191198
with:
192-
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }}
193-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
199+
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
200+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
194201
secrets: inherit
195202

196203
docker_examples:
197204
name: "Run examples on Docker"
198205
uses: ./.github/workflows/examples_docker.yml
199206
with:
200-
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }}
207+
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
201208
python_versions: '["3.9", "3.10", "3.11"]'
202-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
209+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
203210
secrets: inherit
204211

205212
draft_release:

0 commit comments

Comments
 (0)