Skip to content

Commit fb124be

Browse files
CI: Update ci/cd to use 25R2 (#1237)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent c041f93 commit fb124be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ on:
1212
- '251'
1313
- '242'
1414
- '241'
15-
- '232'
1615
description: 'The Mechanical revision number to run tests on.'
17-
default: '251' #stable version is 251, must match $stable_container
16+
default: '252' #stable version is 252, must match $stable_container
1817
schedule:
1918
- cron: '00 22 * * *' # UTC time, may start 5-15 mins later than scheduled time
2019
# registry_package:
@@ -38,7 +37,7 @@ env:
3837
DOCUMENTATION_CNAME: mechanical.docs.pyansys.com
3938
MAIN_PYTHON_VERSION: '3.12'
4039
# DEV_REVN & its Docker image are used in scheduled or registry package runs
41-
STABLE_REVN: '251'
40+
STABLE_REVN: '252'
4241
DEV_REVN: '261'
4342
LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
4443
ANSYSLMD_LICENSE_FILE: 1055@${{ secrets.LICENSE_SERVER }}
@@ -173,7 +172,7 @@ jobs:
173172
run: |
174173
# if a tag(release) is pushed, test all versions
175174
if ${{ github.event_name == 'push' }} && ${{ contains(github.ref, 'refs/tags') }}; then
176-
echo "matrix={\"mechanical-version\":['23.2.0', '24.1.0', '24.2.0', '25.1.0'],\"experimental\":[false]}" >> $GITHUB_OUTPUT
175+
echo "matrix={\"mechanical-version\":['24.1.0', '24.2.0', '25.1.0', '25.2.0'],\"experimental\":[false]}" >> $GITHUB_OUTPUT
177176
else
178177
echo "matrix={\"mechanical-version\":['${{ needs.revn-variations.outputs.test_docker_image_version }}'],\"experimental\":[false]}" >> $GITHUB_OUTPUT
179178
fi

doc/changelog.d/1237.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update ci/cd to use 25r2

0 commit comments

Comments
 (0)