Skip to content
Snippets Groups Projects
Commit 0a4d684c authored by Jan David Mol's avatar Jan David Mol
Browse files

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
No related tags found
1 merge request!332L2SS-787: Add new missing images to tag_and_push
......@@ -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-sst device-sst y" "device-unb2 device-unb2 y"
"device-xst device-xst y"
"device-recv device-recv y" "device-temperature-manager y"
"device-sdp device-sdp 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"
......
......@@ -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/`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment