From 92c0d70674b093a2be1677c3aad9647e37e5c268 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Fri, 9 Feb 2018 13:31:37 +0100 Subject: [PATCH] Test in a branch --- .gitlab-ci.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9334785f2..1036c4097 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,31 +53,6 @@ build_starpu: BUILD_OPTIONS: "-DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=ON" VERSION: starpu -build_starpu_simgrid: - <<: *build_script - artifacts: - name: build_starpu_simgrid - expire_in: 48 hours - paths: - - build - - chameleon_starpu_simgrid.log - variables: - SIMU: simu - BUILD_OPTIONS: "-DCHAMELEON_SIMULATION=ON -DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=OFF" - VERSION: starpu_simgrid - -build_quark: - <<: *build_script - artifacts: - name: build_quark - expire_in: 48 hours - paths: - - build - - chameleon_quark.log - variables: - BUILD_OPTIONS: "-DCHAMELEON_SCHED_QUARK=ON" - VERSION: quark - test_starpu_branches: <<: *test_script variables: -- GitLab