35
35
DOCUMENTATION_CNAME : mechanical.docs.pyansys.com
36
36
MAIN_PYTHON_VERSION : ' 3.10'
37
37
# DEV_REVN & its Docker image are used in scheduled or registry package runs
38
- DEV_REVN : ' 242 '
39
- DEV_DOCKER_IMAGE_VERSION : ' 24.2_candidate '
38
+ DEV_REVN : ' 251 '
39
+ DEV_DOCKER_IMAGE_VERSION : ' 25.1_candidate '
40
40
MEILISEARCH_API_KEY : ${{ secrets.MEILISEARCH_API_KEY }}
41
41
MEILISEARCH_HOST_URL : ${{ vars.MEILISEARCH_HOST_URL }}
42
42
MEILISEARCH_PUBLIC_API_KEY : ${{ secrets.MEILISEARCH_PUBLIC_API_KEY }}
@@ -116,11 +116,11 @@ jobs:
116
116
- id : save-versions
117
117
run : |
118
118
if ${{ github.event_name == 'schedule' }}; then
119
- # 242
120
- echo "test_revn=${{ inputs.mech_revn }}" >> $GITHUB_OUTPUT
119
+ # 251
120
+ echo "test_revn=${{ env.DEV_REVN }}" >> $GITHUB_OUTPUT
121
121
# ghcr.io/ansys/mechanical:24.2_candidate
122
122
echo "test_container=${{ env.DOCKER_PACKAGE }}:${{ env.DEV_DOCKER_IMAGE_VERSION }}" >> $GITHUB_OUTPUT
123
- # 24.2_candidate
123
+ # 25.1_candidate
124
124
echo "test_docker_image_version=${{ env.DEV_DOCKER_IMAGE_VERSION }}" >> $GITHUB_OUTPUT
125
125
else
126
126
if [[ -z "${{inputs.revn}}" ]]; then
@@ -129,7 +129,7 @@ jobs:
129
129
export mech_revn=${{inputs.revn}}
130
130
fi
131
131
export mech_image_version=${mech_revn:0:2}.${mech_revn:2}.0
132
- echo "test_revn=${{ env.LATEST_STABLE_REVN }} " >> $GITHUB_OUTPUT
132
+ echo "test_revn=$mech_revn " >> $GITHUB_OUTPUT
133
133
# ghcr.io/ansys/mechanical:24.1.0
134
134
echo "test_container=${{ env.DOCKER_PACKAGE }}:$mech_image_version" >> $GITHUB_OUTPUT
135
135
# 24.1.0
@@ -147,7 +147,7 @@ jobs:
147
147
- id : set-matrix
148
148
run : |
149
149
# Run all stable mechanical versions release tags
150
- # For nightly scheduled runs use pre-release (242_candidate )
150
+ # For nightly scheduled runs use pre-release (25.1_candidate )
151
151
# For pull requests and merges use latest stable version (241)
152
152
if ${{ github.event_name == 'push' }} && ${{ contains(github.ref, 'refs/tags') }}; then
153
153
echo "matrix={\"mechanical-version\":['23.1.0', '23.2.0', '24.1.0'],\"experimental\":[false]}" >> $GITHUB_OUTPUT
0 commit comments