From 39195738615b1e2c95a901429223e5b9d4152232 Mon Sep 17 00:00:00 2001
From: Sven Marcus <s.marcus@outlook.de>
Date: Thu, 4 Feb 2021 12:22:49 +0100
Subject: [PATCH] Turn GPU build ON in .gitlab-ci.yml

---
 .gitlab-ci.yml | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c0fbff77e..1d2ae54ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,7 @@ stages:
     - cd $CI_PROJECT_DIR/$BUILD_FOLDER
     - cmake ..
       -DBUILD_VF_CPU=ON
-      -DBUILD_VF_GPU=OFF
+      -DBUILD_VF_GPU=ON
     - cmake . -LAH
     - make -j4
 
@@ -526,11 +526,13 @@ vf_to_phoenix:
         REMOTE_USER:
           - y0054816
 
+###############################################################################
+
 vf_wheel_to_jupyterhub:
   extends: .deploy_template
   stage: deploy
 
-  only: ["schedules"]
+  only: ["manual"]
 
   needs: ["gcc_9_python", "gcc_9_unit_tests", "gcc_9_python_bindings_test"]
 
@@ -544,22 +546,6 @@ vf_wheel_to_jupyterhub:
     - ansible-playbook -i ansible/hosts.cfg -u $REMOTE_USER ansible/playbook_jupyter_update.yml
 
 ###############################################################################
-vf_wheel_to_jupyterhub:
-  extends: .deploy_template
-  stage: deploy
-
-  only: ["schedules"]
-
-  needs: ["gcc_9_python", "gcc_9_unit_tests", "gcc_9_python_bindings_test"]
-
-  variables:
-    HOST: "finrod.irmb.bau.tu-bs.de"
-    SSH_KEY: "$SSH_PRIVATE_KEY_JUPYTER_HOST_AT_FINROD"
-    REMOTE_USER: "jupyter_host"
-    jupyter_host: "jupyter_host"
-
-  script:
-    - ansible-playbook -i ansible/hosts.cfg -u $REMOTE_USER ansible/playbook_jupyter_update.yml
 
 cppcheck_to_elladan:
   extends: .deploy_template
-- 
GitLab