Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alarm-handler
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
ds
alarm-handler
Commits
453ed6c7
Commit
453ed6c7
authored
3 years ago
by
Graziano Scalamera
Browse files
Options
Downloads
Patches
Plain Diff
Clean gitlab-ci from comments
parent
8cd08360
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#1605
passed with stages
in 2 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-16
0 additions, 16 deletions
.gitlab-ci.yml
with
0 additions
and
16 deletions
.gitlab-ci.yml
+
0
−
16
View file @
453ed6c7
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment