Skip to content

Commit d557b63

Browse files
authored
Prepare release CI to 2024.2.pre1 (#1495)
* 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]>
1 parent 9a99ff2 commit d557b63

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ body:
6161
label: Which DPF/Ansys version are you using?
6262
multiple: true
6363
options:
64+
- 'DPF Server 2024.2.pre1'
6465
- 'DPF Server 2024.2.pre0'
6566
- 'Ansys 2024 R1'
6667
- 'DPF Server 2024.1.pre0'

.github/workflows/ci_release.yml

Lines changed: 8 additions & 8 deletions
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: '.pre1'
1919

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

9696
tests_any:
@@ -100,15 +100,15 @@ jobs:
100100
python_versions: '["3.9", "3.10", "3.11"]'
101101
wheel: true
102102
wheelhouse: false
103-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
103+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
104104
test_any: true
105105
secrets: inherit
106106

107107
docs:
108108
uses: ./.github/workflows/docs.yml
109109
with:
110110
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }}
111-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
111+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
112112
event_name: ${{ github.event_name }}
113113
secrets: inherit
114114

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

123123
retro_241:
@@ -162,7 +162,7 @@ jobs:
162162
uses: ./.github/workflows/pydpf-post.yml
163163
with:
164164
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }}
165-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
165+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
166166
test_docstrings: "true"
167167
secrets: inherit
168168

@@ -199,7 +199,7 @@ jobs:
199199
uses: ./.github/workflows/test_docker.yml
200200
with:
201201
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }}
202-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
202+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
203203
secrets: inherit
204204

205205
docker_examples:
@@ -208,7 +208,7 @@ jobs:
208208
with:
209209
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }}
210210
python_versions: '["3.9", "3.10", "3.11"]'
211-
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
211+
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }}
212212
secrets: inherit
213213

214214
draft_release:

0 commit comments

Comments
 (0)