Skip to content
Snippets Groups Projects
Commit 92bbcabc authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-970: comment out elk entries in integration-test

parent 52622c3f
No related branches found
No related tags found
1 merge request!447Resolve L2SS-970 "Add loki instance"
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment