Skip to content
Snippets Groups Projects
Commit 9b3a9653 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-1081: Test re-enable shellcheck array expansion check

parent 4173b1f9
No related branches found
No related tags found
1 merge request!481L2SS-1081: Test re-enable shellcheck array expansion check
...@@ -86,14 +86,12 @@ SIMULATORS=(sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim ccd-sim) ...@@ -86,14 +86,12 @@ SIMULATORS=(sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim ccd-sim)
# take really long to finish, especially grafana / jupyter / prometheus. # take really long to finish, especially grafana / jupyter / prometheus.
# jupyter is physically large > 2.5gb and overlayfs is really slow. # jupyter is physically large > 2.5gb and overlayfs is really slow.
# shellcheck disable=SC2086
make build "${DEVICES[@]}" "${SIMULATORS[@]}" make build "${DEVICES[@]}" "${SIMULATORS[@]}"
# make build elk integration-test # L2SS-970: elk temporarily disabled # make build elk integration-test # L2SS-970: elk temporarily disabled
make build logstash integration-test schemas make build logstash integration-test schemas
make build archiver-timescale hdbppts-cm hdbppts-es make build archiver-timescale hdbppts-cm hdbppts-es
# Start and stop sequence # Start and stop sequence
# shellcheck disable=SC2086
make stop schemas make stop schemas
make stop "${DEVICES[@]}" "${SIMULATORS[@]}" hdbppts-es hdbppts-cm archiver-timescale make stop "${DEVICES[@]}" "${SIMULATORS[@]}" hdbppts-es hdbppts-cm archiver-timescale
make stop device-docker # this one does not test well in docker-in-docker make stop device-docker # this one does not test well in docker-in-docker
...@@ -120,7 +118,6 @@ bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${LOFAR20_DIR}"/CDB/stations/simu ...@@ -120,7 +118,6 @@ bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${LOFAR20_DIR}"/CDB/stations/simu
bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${LOFAR20_DIR}"/CDB/stations/dummy_positions_ConfigDb.json bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${LOFAR20_DIR}"/CDB/stations/dummy_positions_ConfigDb.json
cd "$LOFAR20_DIR/docker-compose" || exit 1 cd "$LOFAR20_DIR/docker-compose" || exit 1
# shellcheck disable=SC2086
make start "${SIMULATORS[@]}" make start "${SIMULATORS[@]}"
# Give the simulators time to start # Give the simulators time to start
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment