|
35 | 35 | ON_CI: True
|
36 | 36 | 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'
|
37 | 37 |
|
38 |
| - |
39 | 38 | BUILD_CHEATSHEET: True
|
40 | 39 | PYMAPDL_DEBUG_TESTING: True
|
41 | 40 |
|
@@ -788,11 +787,12 @@ jobs:
|
788 | 787 | name: "Local-min: ${{ matrix.mapdl-version }}"
|
789 | 788 | runs-on: ubuntu-22.04
|
790 | 789 | 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] |
792 | 791 | timeout-minutes: 75
|
793 | 792 | strategy:
|
794 | 793 | fail-fast: false
|
795 |
| - matrix: ${{fromJson(needs.build-test-local-minimal-matrix.outputs.matrix)}} |
| 794 | + matrix: |
| 795 | + mapdl-version: ['latest-ubuntu', 'v25.1-ubuntu'] |
796 | 796 | container:
|
797 | 797 | image: ghcr.io/ansys/mapdl:${{ matrix.mapdl-version }}
|
798 | 798 | options: -u=0:0 --oom-kill-disable --memory=6656MB --memory-swap=16896MB --shm-size=1gb --entrypoint /bin/bash
|
@@ -916,11 +916,12 @@ jobs:
|
916 | 916 | name: "Local-min-console: ${{ matrix.mapdl-version }}"
|
917 | 917 | runs-on: ubuntu-22.04
|
918 | 918 | 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] |
920 | 920 | timeout-minutes: 75
|
921 | 921 | strategy:
|
922 | 922 | fail-fast: false
|
923 |
| - matrix: ${{fromJson(needs.build-test-local-minimal-matrix.outputs.matrix)}} |
| 923 | + matrix: |
| 924 | + mapdl-version: ['latest-ubuntu', 'v25.1-ubuntu'] |
924 | 925 | container:
|
925 | 926 | image: ghcr.io/ansys/mapdl:${{ matrix.mapdl-version }}
|
926 | 927 | options: -u=0:0 --oom-kill-disable --memory=6656MB --memory-swap=16896MB --shm-size=1gb --entrypoint /bin/bash
|
|
0 commit comments