Skip to content

Commit

Permalink
ci: reducing minimal and console to two versions, and after local and…
Browse files Browse the repository at this point in the history
… 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]>
  • Loading branch information
germa89 and pyansys-ci-bot authored Jan 16, 2025
1 parent 9e5592a commit e33b5a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ env:
ON_CI: True
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'


BUILD_CHEATSHEET: True
PYMAPDL_DEBUG_TESTING: True

Expand Down Expand Up @@ -788,11 +787,12 @@ jobs:
name: "Local-min: ${{ matrix.mapdl-version }}"
runs-on: ubuntu-22.04
if: github.ref != 'refs/heads/main' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
needs: [smoke-tests, build-test-local-minimal-matrix]
needs: [build-test-ubuntu-local, build-test-remote]
timeout-minutes: 75
strategy:
fail-fast: false
matrix: ${{fromJson(needs.build-test-local-minimal-matrix.outputs.matrix)}}
matrix:
mapdl-version: ['latest-ubuntu', 'v25.1-ubuntu']
container:
image: ghcr.io/ansys/mapdl:${{ matrix.mapdl-version }}
options: -u=0:0 --oom-kill-disable --memory=6656MB --memory-swap=16896MB --shm-size=1gb --entrypoint /bin/bash
Expand Down Expand Up @@ -916,11 +916,12 @@ jobs:
name: "Local-min-console: ${{ matrix.mapdl-version }}"
runs-on: ubuntu-22.04
if: github.ref != 'refs/heads/main' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
needs: [smoke-tests, build-test-local-minimal-matrix]
needs: [build-test-ubuntu-local, build-test-remote]
timeout-minutes: 75
strategy:
fail-fast: false
matrix: ${{fromJson(needs.build-test-local-minimal-matrix.outputs.matrix)}}
matrix:
mapdl-version: ['latest-ubuntu', 'v25.1-ubuntu']
container:
image: ghcr.io/ansys/mapdl:${{ matrix.mapdl-version }}
options: -u=0:0 --oom-kill-disable --memory=6656MB --memory-swap=16896MB --shm-size=1gb --entrypoint /bin/bash
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/3669.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: reducing minimal and console to two versions, and after local and remote

0 comments on commit e33b5a1

Please sign in to comment.