From 1f998614f02d05e9cce397a1a8ee2fec8abf47ea Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Thu, 8 Feb 2018 18:51:32 +0100 Subject: [PATCH] Remove GPU tests from the CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9bed94eb9..ed68ef28a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,7 +100,7 @@ test_starpu_branches: test_starpu_master: <<: *test_script variables: - TESTS_RESTRICTION: "-R test_" + TESTS_RESTRICTION: "-R test_shm_|test_mpi_" VERSION: starpu dependencies: - build_starpu -- GitLab