Skip to content
Snippets Groups Projects
Commit 453ed6c7 authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

Clean gitlab-ci from comments

parent 8cd08360
No related branches found
No related tags found
No related merge requests found
Pipeline #1605 passed with stages
in 2 minutes and 52 seconds
......@@ -15,14 +15,6 @@ stages:
- build
- test
#services:
# - name: nexus.engageska-portugal.pt/ska-docker/tango-db
# alias: tangodb
# - name: nexus.engageska-portugal.pt/ska-docker/tango-cpp
# alias: tangodatabaseds
# entrypoint: ["/usr/local/bin/DataBaseds"]
# command: ["2","-ORBendPoint giop:tcp::10000"]
build_job:
stage: build
before_script:
......@@ -38,10 +30,6 @@ build_job:
- build/alarm-handler-srv
- build/bin/testdevice-srv
expire_in: 1 week
# # depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
# cache:
# paths:
# - build/CMakeFiles/
test_load_job:
stage: test
......@@ -66,10 +54,6 @@ test_load_job:
- python ./test/load-alarm-conf.py --device=alarm/handler/01 --load="tag=test0;formula=(alarm/test/01/condition == 1);on_delay=0;off_delay=0;priority=high;shlvd_time=0;group=gr_test;message=Test alarm;url=;on_command=;off_command=;enabled=1"
- sleep 1
- python ./test/check-alarm-conf.py --device=alarm/handler/01 --alarm="tag=test0;formula=(alarm/test/01/condition == 1);on_delay=0;off_delay=0;priority=high;shlvd_time=0;group=gr_test;message=Test alarm;url=;on_command=;off_command=;enabled=1"
#artifacts:
# paths:
# - build/alarm-handler-srv
# expire_in: 1 week
needs: ["build_job"]
services:
- name: nexus.engageska-portugal.pt/ska-docker/tango-db
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment