|
35 | 35 | ON_CI: True
|
36 | 36 | PYTEST_ARGUMENTS: '-vvv -rxXsa --color=yes --durations=30 --random-order --random-order-bucket=class --maxfail=10 --reruns 3 --reruns-delay 4 --cov=ansys.mapdl.core --cov-report=html --timeout=180 --profile-svg --profile'
|
37 | 37 |
|
38 |
| - |
39 | 38 | BUILD_CHEATSHEET: True
|
40 | 39 | PYMAPDL_DEBUG_TESTING: True
|
41 | 40 |
|
@@ -396,6 +395,7 @@ jobs:
|
396 | 395 | env:
|
397 | 396 | extended_testing: ${{ github.event_name == 'schedule' || ( github.event_name == 'workflow_dispatch' && inputs.run_all_tests ) || ( github.event_name == 'push' && contains(github.ref, 'refs/tags') ) }}
|
398 | 397 | auth_user: ${{ steps.is_organization_member.outputs.isTeamMember == 'true' || github.actor == 'dependabot[bot]' }}
|
| 398 | + ON_REMOTE: true |
399 | 399 | run: .ci/build_matrix.sh
|
400 | 400 |
|
401 | 401 | build-test-remote:
|
@@ -787,11 +787,12 @@ jobs:
|
787 | 787 | name: "Local-min: ${{ matrix.mapdl-version }}"
|
788 | 788 | runs-on: ubuntu-22.04
|
789 | 789 | if: github.ref != 'refs/heads/main' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
|
790 |
| - needs: [smoke-tests, build-test-local-minimal-matrix] |
| 790 | + needs: [build-test-ubuntu-local, build-test-remote] |
791 | 791 | timeout-minutes: 75
|
792 | 792 | strategy:
|
793 | 793 | fail-fast: false
|
794 |
| - matrix: ${{fromJson(needs.build-test-local-minimal-matrix.outputs.matrix)}} |
| 794 | + matrix: |
| 795 | + mapdl-version: ['latest-ubuntu', 'v25.1-ubuntu'] |
795 | 796 | container:
|
796 | 797 | image: ghcr.io/ansys/mapdl:${{ matrix.mapdl-version }}
|
797 | 798 | options: -u=0:0 --oom-kill-disable --memory=6656MB --memory-swap=16896MB --shm-size=1gb --entrypoint /bin/bash
|
@@ -915,11 +916,12 @@ jobs:
|
915 | 916 | name: "Local-min-console: ${{ matrix.mapdl-version }}"
|
916 | 917 | runs-on: ubuntu-22.04
|
917 | 918 | if: github.ref != 'refs/heads/main' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
|
918 |
| - needs: [smoke-tests, build-test-local-minimal-matrix] |
| 919 | + needs: [build-test-ubuntu-local, build-test-remote] |
919 | 920 | timeout-minutes: 75
|
920 | 921 | strategy:
|
921 | 922 | fail-fast: false
|
922 |
| - matrix: ${{fromJson(needs.build-test-local-minimal-matrix.outputs.matrix)}} |
| 923 | + matrix: |
| 924 | + mapdl-version: ['latest-ubuntu', 'v25.1-ubuntu'] |
923 | 925 | container:
|
924 | 926 | image: ghcr.io/ansys/mapdl:${{ matrix.mapdl-version }}
|
925 | 927 | options: -u=0:0 --oom-kill-disable --memory=6656MB --memory-swap=16896MB --shm-size=1gb --entrypoint /bin/bash
|
|
0 commit comments