Skip to content

Commit

Permalink
Skip tutorial ferrofluid part 3 (timeout)
Browse files Browse the repository at this point in the history
Takes more than 1 hour to run in CI when pypresso is located
outside the build directory.
  • Loading branch information
jngrad committed Oct 14, 2019
1 parent 759b80f commit 511584f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ installation:
- export PYTHONPATH="${PYTHONPATH:+$PYTHONPATH:}${CI_INSTALL_PYTHON_PATH}"
# run all tests with the installed files
- sed -i "s|$(pwd)/pypresso|${CI_INSTALL_DIR}/bin/pypresso|" testsuite/{python,scripts/samples,scripts/tutorials}/CTestTestfile.cmake
# skip long tests
- sed -i "/tutorial_11-ferrofluid_3/d" testsuite/scripts/tutorials/CTestTestfile.cmake
- make -j2 check_python_skip_long
- make -j2 check_samples
- make -j2 check_tutorials
Expand Down

0 comments on commit 511584f

Please sign in to comment.