From 9e265cc07065fe09aa72a2c4a1e8a15a34b8f959 Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Wed, 28 Sep 2022 10:44:04 +0200 Subject: [PATCH] L2SS-822: do not build hdbpp --- sbin/run_integration_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh index d722e1f5b..3047557a3 100755 --- a/sbin/run_integration_test.sh +++ b/sbin/run_integration_test.sh @@ -84,7 +84,7 @@ SIMULATORS="sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim ccd-sim" # shellcheck disable=SC2086 make build $DEVICES $SIMULATORS make build elk integration-test -make build archiver-timescale hdbpp hdbppts-cm hdbppts-es +make build archiver-timescale hdbppts-cm hdbppts-es # Start and stop sequence # shellcheck disable=SC2086 @@ -131,4 +131,4 @@ integration_test default integration_test recv_cluster "device-recv device-tilebeam device-antennafield" "${LOFAR20_DIR}/CDB/integrations/recvcluster_ConfigDb.json" -integration_test observations "archiver-timescale hdbpp hdbppts-cm hdbppts-es" "${LOFAR20_DIR}/CDB/integrations/multiobs_ConfigDb.json" +integration_test observations "archiver-timescale hdbppts-cm hdbppts-es" "${LOFAR20_DIR}/CDB/integrations/multiobs_ConfigDb.json" -- GitLab