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
@@ -28,8 +28,6 @@ concurrency:
2828env :
2929 DOCUMENTATION_CNAME : ' dpf.docs.pyansys.com'
3030 MAIN_PYTHON_VERSION : ' 3.9'
31- MEILISEARCH_API_KEY : ${{ secrets.MEILISEARCH_API_KEY }}
32- MEILISEARCH_PUBLIC_API_KEY : ${{ secrets.MEILISEARCH_PUBLIC_API_KEY }}
3331
3432jobs :
3533 debug :
@@ -107,7 +105,7 @@ jobs:
107105 uses : ./.github/workflows/tests.yml
108106 needs : pick_server_suffix
109107 with :
110- ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251 ' }}
108+ ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252 ' }}
111109 python_versions : ' ["3.9"]'
112110 wheel : true
113111 wheelhouse : false
@@ -118,7 +116,7 @@ jobs:
118116 uses : ./.github/workflows/tests.yml
119117 needs : pick_server_suffix
120118 with :
121- ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251 ' }}
119+ ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252 ' }}
122120 python_versions : ' ["3.9"]'
123121 wheel : true
124122 wheelhouse : false
@@ -131,7 +129,7 @@ jobs:
131129 uses : ./.github/workflows/test_docker.yml
132130 needs : pick_server_suffix
133131 with :
134- ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251 ' }}
132+ ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252 ' }}
135133 standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
136134 secrets : inherit
137135
@@ -140,7 +138,7 @@ jobs:
140138 uses : ./.github/workflows/examples_docker.yml
141139 needs : pick_server_suffix
142140 with :
143- ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251 ' }}
141+ ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252 ' }}
144142 python_versions : ' ["3.9"]'
145143 standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
146144 secrets : inherit
@@ -150,7 +148,7 @@ jobs:
150148 uses : ./.github/workflows/docs.yml
151149 needs : pick_server_suffix
152150 with :
153- ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251 ' }}
151+ ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252 ' }}
154152 standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
155153 event_name : ${{ github.event_name }}
156154 secrets : inherit
@@ -167,32 +165,30 @@ jobs:
167165 token : ${{ secrets.GITHUB_TOKEN }}
168166 doc-artifact-name : HTML-doc-ansys-dpf-core.zip
169167 decompress-artifact : true
170-
171- doc-index-dev :
172- name : " Deploy dev index docs"
173- runs-on : ubuntu-latest
174- needs : upload-development-docs
175- steps :
176- - name : " Deploy the latest documentation index"
177- uses : ansys/actions/doc-deploy-index@v8
178- with :
179- cname : ${{ env.DOCUMENTATION_CNAME }}/version/dev
180- index-name : pydpf-core-vdev
181- host-url : ${{ vars.MEILISEARCH_HOST_URL }}
182- api-key : ${{ env.MEILISEARCH_API_KEY }}
183- doc-artifact-name : HTML-doc-ansys-dpf-core.zip
184- decompress-artifact : true
168+ bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
169+ bot-email : ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
185170
186171 examples :
187172 if : startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
188173 uses : ./.github/workflows/examples.yml
189174 needs : pick_server_suffix
190175 with :
191- ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251 ' }}
176+ ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252 ' }}
192177 python_versions : ' ["3.9"]'
193178 standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
194179 secrets : inherit
195180
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+
196192 retro_242 :
197193 name : " retro 242"
198194 if : startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
@@ -252,7 +248,7 @@ jobs:
252248 uses : ./.github/workflows/pydpf-post.yml
253249 needs : pick_server_suffix
254250 with :
255- ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251 ' }}
251+ ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252 ' }}
256252 post_branch : " master"
257253 standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
258254 test_docstrings : " true"
0 commit comments