Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
17b1b205
Commit
17b1b205
authored
2 years ago
by
Stefano Di Frischia
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-822
: update scripts
parent
0ac35eb0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!417
Resolve L2SS-822 "Cache archiver ts docker image"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+14
-2
14 additions, 2 deletions
.gitlab-ci.yml
sbin/run_integration_test.sh
+2
-2
2 additions, 2 deletions
sbin/run_integration_test.sh
sbin/tag_and_push_docker_image.sh
+1
-1
1 addition, 1 deletion
sbin/tag_and_push_docker_image.sh
with
17 additions
and
5 deletions
.gitlab-ci.yml
+
14
−
2
View file @
17b1b205
...
...
@@ -112,6 +112,7 @@ docker_build_image_all:
-
bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh device-xst latest
-
bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh device-temperature-manager latest
-
bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh archiver-timescale latest
-
bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh hdbpp latest
-
bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh hdbppts-cm latest
-
bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh hdbppts-es latest
docker_build_image_elk
:
...
...
@@ -479,6 +480,17 @@ docker_build_image_archiver_timescale:
script
:
# Do not remove 'bash' or statement will be ignored by primitive docker shell
-
bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh archiver-timescale $tag
docker_build_image_hdbpp
:
extends
:
.base_docker_images_except
only
:
refs
:
-
merge_requests
changes
:
-
docker-compose/archiver-timescale.yml
-
docker-compose/hdbpp/*
script
:
# Do not remove 'bash' or statement will be ignored by primitive docker shell
-
bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh hdbppts-cm $tag
docker_build_image_hdbppts_cm
:
extends
:
.base_docker_images_except
only
:
...
...
@@ -486,7 +498,7 @@ docker_build_image_hdbppts_cm:
-
merge_requests
changes
:
-
docker-compose/archiver-timescale.yml
-
docker-compose/
tango-archiver-ts
/*
-
docker-compose/
hdbppts-cm
/*
script
:
# Do not remove 'bash' or statement will be ignored by primitive docker shell
-
bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh hdbppts-cm $tag
...
...
@@ -497,7 +509,7 @@ docker_build_image_hdbppts_es:
-
merge_requests
changes
:
-
docker-compose/archiver-timescale.yml
-
docker-compose/
tango-archiver-t
s/*
-
docker-compose/
hdbppts-e
s/*
script
:
# Do not remove 'bash' or statement will be ignored by primitive docker shell
-
bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh hdbppts-es $tag
...
...
This diff is collapsed.
Click to expand it.
sbin/run_integration_test.sh
+
2
−
2
View file @
17b1b205
...
...
@@ -84,7 +84,7 @@ SIMULATORS="sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim ccd-sim"
# shellcheck disable=SC2086
make build
$DEVICES
$SIMULATORS
make build elk integration-test
make build archiver-timescale hdbppts-cm hdbppts-es
make build archiver-timescale
hdbpp
hdbppts-cm hdbppts-es
# Start and stop sequence
# shellcheck disable=SC2086
...
...
@@ -131,4 +131,4 @@ integration_test default
integration_test recv_cluster
"device-recv device-tilebeam device-antennafield"
"
${
LOFAR20_DIR
}
/CDB/integrations/recvcluster_ConfigDb.json"
integration_test observations
"archiver-timescale hdbppts-cm hdbppts-es"
"
${
LOFAR20_DIR
}
/CDB/integrations/multiobs_ConfigDb.json"
integration_test observations
"archiver-timescale
hdbpp
hdbppts-cm hdbppts-es"
"
${
LOFAR20_DIR
}
/CDB/integrations/multiobs_ConfigDb.json"
This diff is collapsed.
Click to expand it.
sbin/tag_and_push_docker_image.sh
+
1
−
1
View file @
17b1b205
...
...
@@ -82,7 +82,7 @@ LOCAL_IMAGES=(
"itango docker-compose_itango y"
"archiver-timescale timescaledb y"
"hdbppts-cm hdbppts-cm y"
"archiver-timescale timescaledb y"
"hdbpp hdbpp y"
"hdbppts-cm hdbppts-cm y"
"hdbppts-es hdbppts-es y"
"grafana grafana n"
"prometheus prometheus n"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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