From 92bbcabc8bdabb576aa9a7baa13429bb26779aee Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Thu, 13 Oct 2022 10:38:38 +0200 Subject: [PATCH] L2SS-970: comment out elk entries in integration-test --- sbin/run_integration_test.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh index 2bec36919..563b2c7fb 100755 --- a/sbin/run_integration_test.sh +++ b/sbin/run_integration_test.sh @@ -86,14 +86,16 @@ SIMULATORS="sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim ccd-sim" # shellcheck disable=SC2086 make build $DEVICES $SIMULATORS -make build elk logstash integration-test +# make build elk integration-test # L2SS-970: elk temporarily disabled +make build logstash integration-test make build archiver-timescale hdbppts-cm hdbppts-es # Start and stop sequence # shellcheck disable=SC2086 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 elk logstash +# make stop elk # L2SS-970: elk temporarily disabled +make stop logstash # Run dummy integration test to install pytango in tox virtualenv without # the memory pressure of the ELK stack. @@ -103,7 +105,8 @@ make stop elk logstash # TODO(L2SS-992): Remove me and above documentation integration_test dummy -make start elk logstash +# make start elk # L2SS-970: elk temporarily disabled +make start logstash # Give elk time to start # TODO(L2SS-988): Use a nicer more reliable mechanism -- GitLab