Skip to content

Commit

Permalink
Removed Firedrake tests
Browse files Browse the repository at this point in the history
Signed-off-by: Umberto Zerbinati <zerbinati@maths.ox.ac.uk>
  • Loading branch information
Umberto Zerbinati committed Oct 29, 2023
1 parent 6910a79 commit 671f530
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 380 deletions.
43 changes: 1 addition & 42 deletions .github/workflows/ngsPETSc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,45 +73,4 @@ jobs:
- name: Run test suite in serial
run: |
pytest -v tests/test_fenicsx.py
firedrake:
runs-on: ubuntu-latest
container: firedrakeproject/firedrake:latest
strategy:
# Don't immediately kill real if complex fails and vice versa.
fail-fast: false
matrix:
include:
- scalar-type: real
complex: ""
petsc_arch: default
- scalar-type: complex
complex: --complex
petsc_arch: complex
env:
# PETSC_DIR and MPICH_DIR are set inside the docker image
FIREDRAKE_CI_TESTS: 1
PETSC_ARCH: ${{ matrix.petsc_arch }}
OMP_NUM_THREADS: 1
OPENBLAS_NUM_THREADS: 1
COMPLEX: ${{ matrix.complex }}
RDMAV_FORK_SAFE: 1

steps:
- name: Check out repository code
run: cd /home/firedrake && git clone https://github.com/NGSolve/ngsPETSc.git

- name: Install ngsPETSc and pytest
run: |
. /home/firedrake/firedrake/bin/activate \
&& cd /home/firedrake/ngsPETSc \
&& NGSPETSC_NO_INSTALL_REQUIRED=ON python3 -m pip install . \
&& sudo apt update && sudo apt install -y python3-pytest
- name: Run test suite in serial
run: |
. /home/firedrake/firedrake/bin/activate \
&& cd /home/firedrake/ngsPETSc \
&& python3 tests/test_firedrake.py
pytest -v tests/test_fenicsx.py
338 changes: 0 additions & 338 deletions tests/test_firedrake.py

This file was deleted.

0 comments on commit 671f530

Please sign in to comment.