From eb8ef8cdba65c96b01cdc4b9492f8764d89e767b Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Mon, 16 Mar 2020 14:45:08 +0100
Subject: [PATCH] TMSS-163: Commented out the now almost obsolete RA_Services
 steps

---
 .gitlab-ci.yml | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6faf2890bee..1fcfd649d18 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,10 +10,10 @@ stages:
 # PREPARE STAGE
 #
 
-prepare_RAServices:
-  stage: prepare
-  script:
-    - docker build -t ci_raservices -f SubSystems/RAServices/Dockerfile .
+#prepare_RAServices:
+#  stage: prepare
+#  script:
+#    - docker build -t ci_raservices -f SubSystems/RAServices/Dockerfile .
 
 prepare_ci_sas_docker_image:
   stage: prepare
@@ -25,27 +25,27 @@ prepare_ci_sas_docker_image:
 # BUILD STAGE
 #
 
-build_RAServices:
-  stage: build
-  image: ci_raservices:latest
-  script:
-    - PACKAGE=RAServices
-    - echo "Building $PACKAGE..."
-    - mkdir install
-    - mkdir -p build/gnucxx11_opt
-    - cd build/gnucxx11_opt
-    - cmake -DBUILD_PACKAGES=$PACKAGE -DCASACORE_ROOT_DIR=/opt/casacore/ -DCASAREST_ROOT_DIR=/opt/casarest/ -DCMAKE_INSTALL_PREFIX=/opt/lofar -DUSE_LOG4CPLUS=false ../..
-    - make -j 6
-    - make DESTDIR=../../install install
-    - cd ../../install/opt/lofar
-    - tar --ignore-failed-read --exclude=include -czf ../../RAServices_$CI_COMMIT_SHORT_SHA.ztar *
-  dependencies:
-    - prepare_RAServices
-  artifacts:
-    expire_in: 6 hours
-    paths:
-      - build/gnucxx11_opt
-      - install/*.ztar
+#build_RAServices:
+#  stage: build
+#  image: ci_raservices:latest
+#  script:
+#    - PACKAGE=RAServices
+#    - echo "Building $PACKAGE..."
+#    - mkdir install
+#    - mkdir -p build/gnucxx11_opt
+#    - cd build/gnucxx11_opt
+#    - cmake -DBUILD_PACKAGES=$PACKAGE -DCASACORE_ROOT_DIR=/opt/casacore/ -DCASAREST_ROOT_DIR=/opt/casarest/ -DCMAKE_INSTALL_PREFIX=/opt/lofar -DUSE_LOG4CPLUS=false ../..
+#    - make -j 6
+#    - make DESTDIR=../../install install
+#    - cd ../../install/opt/lofar
+#    - tar --ignore-failed-read --exclude=include -czf ../../RAServices_$CI_COMMIT_SHORT_SHA.ztar *
+#  dependencies:
+#    - prepare_RAServices
+#  artifacts:
+#    expire_in: 6 hours
+#    paths:
+#      - build/gnucxx11_opt
+#      - install/*.ztar
 
 build_TMSS:
   stage: build
-- 
GitLab