Skip to content

Commit 98fa263

Browse files
authored
Bump tests to DPF 2025.1.0 in ci_release.yml (#2022)
* DPF 251.0 is the new latest public version * Change timeout for test_service to 3min. It used to barely pass at 2min and easily timed out.
1 parent 404befa commit 98fa263

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci_release.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
standalone_branch_suffix:
1616
description: 'Suffix of the branch on standalone'
1717
required: false
18-
default: '.pre0'
18+
default: ''
1919

2020
#┌───────────── minute (0 - 59)
2121
#│ ┌───────────── hour (0 - 23)
@@ -80,7 +80,7 @@ jobs:
8080
python_versions: '["3.9"]'
8181
wheel: true
8282
wheelhouse: true
83-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
83+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
8484
secrets: inherit
8585

8686
tests:
@@ -91,7 +91,7 @@ jobs:
9191
DOCSTRING: false
9292
wheel: false
9393
wheelhouse: true
94-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
94+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
9595
secrets: inherit
9696

9797
tests_any_3_9:
@@ -101,7 +101,7 @@ jobs:
101101
python_versions: '["3.9"]'
102102
wheel: true
103103
wheelhouse: false
104-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
104+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
105105
test_any: true
106106
secrets: inherit
107107

@@ -113,15 +113,15 @@ jobs:
113113
DOCSTRING: false
114114
wheel: false
115115
wheelhouse: false
116-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
116+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
117117
test_any: true
118118
secrets: inherit
119119

120120
docs:
121121
uses: ./.github/workflows/docs.yml
122122
with:
123123
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
124-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
124+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
125125
event_name: ${{ github.event_name }}
126126
secrets: inherit
127127

@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
132132
python_versions: '["3.9", "3.10", "3.11"]'
133-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
133+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
134134
secrets: inherit
135135

136136
retro_242:
@@ -184,7 +184,7 @@ jobs:
184184
uses: ./.github/workflows/pydpf-post.yml
185185
with:
186186
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
187-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
187+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
188188
test_docstrings: "true"
189189
secrets: inherit
190190

@@ -228,7 +228,7 @@ jobs:
228228
uses: ./.github/workflows/test_docker.yml
229229
with:
230230
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
231-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
231+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
232232
secrets: inherit
233233

234234
docker_examples:
@@ -237,7 +237,7 @@ jobs:
237237
with:
238238
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
239239
python_versions: '["3.9", "3.10", "3.11"]'
240-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
240+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
241241
secrets: inherit
242242

243243
draft_release:

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
- name: "Test API test_service"
317317
uses: nick-fields/retry@v3
318318
with:
319-
timeout_minutes: 2
319+
timeout_minutes: 3
320320
max_attempts: 2
321321
shell: bash
322322
command: |

0 commit comments

Comments
 (0)