diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0fbff77eb16c9c21f5a0d7881a44a41bac13d6b..1d2ae54ce26ed5abcefe6c752d435fb91ceb71b4 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