Skip to content

Commit e33b5a1

Browse files
ci: reducing minimal and console to two versions, and after local and remote (#3669)
* ci: reducing minimal and console to two versions, and after local and remote * chore: adding changelog file 3669.maintenance.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 9e5592a commit e33b5a1

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ env:
3535
ON_CI: True
3636
PYTEST_ARGUMENTS: '-vvv -rxXsa --color=yes --durations=10 --random-order --random-order-bucket=class --maxfail=10 --reruns 3 --reruns-delay 4 --cov=ansys.mapdl.core --cov-report=html --timeout=180'
3737

38-
3938
BUILD_CHEATSHEET: True
4039
PYMAPDL_DEBUG_TESTING: True
4140

@@ -788,11 +787,12 @@ jobs:
788787
name: "Local-min: ${{ matrix.mapdl-version }}"
789788
runs-on: ubuntu-22.04
790789
if: github.ref != 'refs/heads/main' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
791-
needs: [smoke-tests, build-test-local-minimal-matrix]
790+
needs: [build-test-ubuntu-local, build-test-remote]
792791
timeout-minutes: 75
793792
strategy:
794793
fail-fast: false
795-
matrix: ${{fromJson(needs.build-test-local-minimal-matrix.outputs.matrix)}}
794+
matrix:
795+
mapdl-version: ['latest-ubuntu', 'v25.1-ubuntu']
796796
container:
797797
image: ghcr.io/ansys/mapdl:${{ matrix.mapdl-version }}
798798
options: -u=0:0 --oom-kill-disable --memory=6656MB --memory-swap=16896MB --shm-size=1gb --entrypoint /bin/bash
@@ -916,11 +916,12 @@ jobs:
916916
name: "Local-min-console: ${{ matrix.mapdl-version }}"
917917
runs-on: ubuntu-22.04
918918
if: github.ref != 'refs/heads/main' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
919-
needs: [smoke-tests, build-test-local-minimal-matrix]
919+
needs: [build-test-ubuntu-local, build-test-remote]
920920
timeout-minutes: 75
921921
strategy:
922922
fail-fast: false
923-
matrix: ${{fromJson(needs.build-test-local-minimal-matrix.outputs.matrix)}}
923+
matrix:
924+
mapdl-version: ['latest-ubuntu', 'v25.1-ubuntu']
924925
container:
925926
image: ghcr.io/ansys/mapdl:${{ matrix.mapdl-version }}
926927
options: -u=0:0 --oom-kill-disable --memory=6656MB --memory-swap=16896MB --shm-size=1gb --entrypoint /bin/bash

doc/changelog.d/3669.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ci: reducing minimal and console to two versions, and after local and remote

0 commit comments

Comments
 (0)