From b13d6feb29f2bcfae95a5349a802539ef54e882d Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Mon, 9 May 2022 06:32:31 +0000 Subject: [PATCH] L2SS-787: Add new missing images to tag_and_push --- sbin/tag_and_push_docker_image.sh | 8 +++++--- tangostationcontrol/tangostationcontrol/devices/README.md | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sbin/tag_and_push_docker_image.sh b/sbin/tag_and_push_docker_image.sh index 631413235..3689a26b4 100755 --- a/sbin/tag_and_push_docker_image.sh +++ b/sbin/tag_and_push_docker_image.sh @@ -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" diff --git a/tangostationcontrol/tangostationcontrol/devices/README.md b/tangostationcontrol/tangostationcontrol/devices/README.md index 378cece58..566fb78e5 100644 --- a/tangostationcontrol/tangostationcontrol/devices/README.md +++ b/tangostationcontrol/tangostationcontrol/devices/README.md @@ -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/`. -- GitLab