Skip to content

Commit e0bafe2

Browse files
authored
Target 25.2 in ci.yml (#1880)
Switch to 25.2 server dev branch following ECC for 25.1
1 parent 6f2f363 commit e0bafe2

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

.github/workflows/ci.yml

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
description: "ANSYS version"
1515
required: false
1616
type: string
17-
default: "251"
17+
default: "252"
1818
standalone_branch_suffix:
1919
description: 'Suffix of the branch on standalone'
2020
required: false
@@ -105,7 +105,7 @@ jobs:
105105
uses: ./.github/workflows/tests.yml
106106
needs: pick_server_suffix
107107
with:
108-
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
108+
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }}
109109
python_versions: '["3.9"]'
110110
wheel: true
111111
wheelhouse: false
@@ -116,7 +116,7 @@ jobs:
116116
uses: ./.github/workflows/tests.yml
117117
needs: pick_server_suffix
118118
with:
119-
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
119+
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }}
120120
python_versions: '["3.9"]'
121121
wheel: true
122122
wheelhouse: false
@@ -129,7 +129,7 @@ jobs:
129129
uses: ./.github/workflows/test_docker.yml
130130
needs: pick_server_suffix
131131
with:
132-
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
132+
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }}
133133
standalone_suffix: ${{needs.pick_server_suffix.outputs.suffix}}
134134
secrets: inherit
135135

@@ -138,7 +138,7 @@ jobs:
138138
uses: ./.github/workflows/examples_docker.yml
139139
needs: pick_server_suffix
140140
with:
141-
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
141+
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }}
142142
python_versions: '["3.9"]'
143143
standalone_suffix: ${{needs.pick_server_suffix.outputs.suffix}}
144144
secrets: inherit
@@ -148,7 +148,7 @@ jobs:
148148
uses: ./.github/workflows/docs.yml
149149
needs: pick_server_suffix
150150
with:
151-
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
151+
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }}
152152
standalone_suffix: ${{needs.pick_server_suffix.outputs.suffix}}
153153
event_name: ${{ github.event_name }}
154154
secrets: inherit
@@ -173,11 +173,22 @@ jobs:
173173
uses: ./.github/workflows/examples.yml
174174
needs: pick_server_suffix
175175
with:
176-
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
176+
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }}
177177
python_versions: '["3.9"]'
178178
standalone_suffix: ${{needs.pick_server_suffix.outputs.suffix}}
179179
secrets: inherit
180180

181+
retro_251:
182+
name: "retro 251"
183+
if: startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
184+
uses: ./.github/workflows/tests.yml
185+
with:
186+
ANSYS_VERSION: "251"
187+
python_versions: '["3.9"]'
188+
DOCSTRING: false
189+
standalone_suffix: ''
190+
secrets: inherit
191+
181192
retro_242:
182193
name: "retro 242"
183194
if: startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
@@ -237,7 +248,7 @@ jobs:
237248
uses: ./.github/workflows/pydpf-post.yml
238249
needs: pick_server_suffix
239250
with:
240-
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
251+
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }}
241252
post_branch: "master"
242253
standalone_suffix: ${{needs.pick_server_suffix.outputs.suffix}}
243254
test_docstrings: "true"

0 commit comments

Comments
 (0)