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
3068394b
Commit
3068394b
authored
10 months ago
by
Thomas Juerges
Committed by
Graziano Scalamera
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Fix SKAO image locations"
parent
246e3349
No related branches found
No related tags found
1 merge request
!5
Resolve "Fix SKAO image locations"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
.gitlab-ci.yml_multi_stage
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml_multi_stage
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
2
−
2
View file @
3068394b
image
:
name
:
ar
tefact.skatelescope.org
/ska-tango-images-tango-dsconfig:1.5.5
name
:
h
ar
bor.skao.int/production
/ska-tango-images-tango-dsconfig:1.5.5
stages
:
-
build
...
...
@@ -38,7 +38,7 @@ test_load_job:
-
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"
needs
:
[
"
build_job"
]
services
:
-
name
:
ar
tefact.skatelescope.org
/ska-tango-images-tango-db:10.4.16
-
name
:
h
ar
bor.skao.int/production
/ska-tango-images-tango-db:10.4.16
alias
:
tangodb
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml_multi_stage
+
4
−
4
View file @
3068394b
image:
name:
nexus.engageska-portugal.pt/ska-docker/
tango-dsconfig
name:
harbor.skao.int/production/ska-tango-images-
tango-dsconfig
:1.5.5
# The following variables are automatically passed down to the tangodb container
# as well as the tangodatabaseds container and available within each.
...
...
@@ -17,9 +17,9 @@ stages:
- test
services:
- name:
nexus.engageska-portugal.pt/ska-docker/
tango-db
- name:
harbor.skao.int/production/ska-tango-images-
tango-db
alias: tangodb
# - name:
nexus.engageska-portugal.pt/ska-docker/
tango-cpp
# - name:
harbor.skao.int/production/ska-tango-images-
tango-cpp
# alias: tangodatabaseds
# entrypoint: ["/usr/local/bin/DataBaseds"]
# command: ["2","-ORBendPoint giop:tcp::10000"]
...
...
@@ -60,7 +60,7 @@ configure_and_run_job:
expire_in: 1 week
needs: ["build_job"]
#services:
# - name:
nexus.engageska-portugal.pt/ska-docker/
tango-db
# - name:
harbor.skao.int/production/ska-tango-images-
tango-db
# alias: tangodb
test_job:
...
...
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