Skip to content

Commit 7026ac1

Browse files
committed
jenkins: Remove unnecessary env var
1 parent b70a84e commit 7026ac1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ pipeline {
33
label 'linux'
44
}
55
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"
76
PATH = "/usr/local/bin:/usr/bin:/bin"
87
CC = "mpicc"
98
FIREDRAKE_CI_TESTS = "1"

0 commit comments

Comments
 (0)