We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70a84e commit 7026ac1Copy full SHA for 7026ac1
Jenkinsfile
@@ -3,7 +3,6 @@ pipeline {
3
label 'linux'
4
}
5
environment {
6
- TEST_FILES = "tests/extrusion/test_facet_integrals_2D.py tests/extrusion/test_mixed_bcs.py tests/extrusion/test_steady_advection_2D_extr.py tests/multigrid/test_two_poisson_gmg.py tests/output tests/regression/test_facet_orientation.py tests/regression/test_matrix_free.py tests/regression/test_nested_fieldsplit_solves.py tests/regression/test_nullspace.py tests/regression/test_point_eval_api.py tests/regression/test_point_eval_cells.py tests/regression/test_point_eval_fs.py tests/regression/test_solving_interface.py tests/regression/test_steady_advection_2D.py"
7
PATH = "/usr/local/bin:/usr/bin:/bin"
8
CC = "mpicc"
9
FIREDRAKE_CI_TESTS = "1"
0 commit comments