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
0a4d684c
Commit
0a4d684c
authored
3 years ago
by
Jan David Mol
Browse files
Options
Downloads
Plain Diff
Merge branch '
L2SS-787
' into 'master'
L2SS-787
: Add new missing images to tag_and_push Closes
L2SS-787
See merge request
!332
parents
9c9f4857
b13d6feb
Branches
Branches containing commit
No related tags found
1 merge request
!332
L2SS-787: Add new missing images to tag_and_push
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sbin/tag_and_push_docker_image.sh
+5
-3
5 additions, 3 deletions
sbin/tag_and_push_docker_image.sh
tangostationcontrol/tangostationcontrol/devices/README.md
+2
-1
2 additions, 1 deletion
tangostationcontrol/tangostationcontrol/devices/README.md
with
7 additions
and
4 deletions
sbin/tag_and_push_docker_image.sh
+
5
−
3
View file @
0a4d684c
...
...
@@ -86,12 +86,14 @@ LOCAL_IMAGES=(
"device-apsct device-apsct y"
"device-apspu device-apspu y"
"device-boot device-boot y"
"device-docker device-docker y"
"device-observation_control device-observation_control y"
"device-recv device-recv y"
"device-
sdp device-sdp
y"
"device-s
st
device-s
st
y"
"device-
unb2
device-
unb2
y"
"device-xst device-xst y"
"device-recv device-recv y"
"device-
temperature-manager
y"
"device-s
dp
device-s
dp
y"
"device-
sst
device-
sst
y"
"device-unb2 device-unb2 y"
"device-xst device-xst y"
"itango docker-compose_itango y"
"archiver-timescale n"
"hdbppts-cm n"
"hdbppts-es n"
"grafana grafana n"
"prometheus prometheus n"
"jupyter docker-compose_jupyter n"
"integration-test docker-compose_integration-test n"
...
...
This diff is collapsed.
Click to expand it.
tangostationcontrol/tangostationcontrol/devices/README.md
+
2
−
1
View file @
0a4d684c
...
...
@@ -14,7 +14,8 @@ If a new device is added, it will (likely) need to be referenced in several plac
-
Adjust
`tangostationcontrol/setup.cfg`
to add an entry point for the device in the package installation,
-
Add to
`tangostationcontrol/tangostationcontrol/integration_test/default/devices/`
to add an integration test,
-
Adjust
`sbin/run_integration_test.sh`
to have the device started when running the integration tests,
-
Adjust
`.gitlab-ci.yml`
to add the device to the
`docker_build_image_all`
step and to create a
`docker_build_image_device_XXX`
step,
-
Adjust
`.gitlab-ci.yml`
to add the device to the
`docker_build_image_all`
step and to create a
`docker_build_image_device_XXX`
step,
-
Add to
`sbin/tag_and_push_docker_image.sh`
the LOCAL_IMAGES devicename and build for integration boolean pair,
-
Add to
`tangostationcontrol/docs/source/devices/`
to mention the device in the end-user documentation.
-
Adjust
`tangostationcontrol/docs/source/index.rst`
to include the newly created file in
`docs/source/devices/`
.
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