diff --git a/sbin/tag_and_push_docker_image.sh b/sbin/tag_and_push_docker_image.sh index 631413235d4ba9b2f39b9b0e216d31cd21913bdf..3689a26b4f988a463e6022472abc7db73d491f51 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 378cece58eaa3ebe181e129e6f2f6cb6c2b8b1c3..566fb78e57ce093aefade15fc21e8d64c94d47ed 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/`.