Skip to content
Snippets Groups Projects
Commit ec1296f0 authored by George Sedov's avatar George Sedov
Browse files

fix config for consul

parent dd9dc6d2
No related branches found
No related tags found
No related merge requests found
......@@ -62,9 +62,7 @@ test-services-linux-debug:
# - cd $CI_PROJECT_DIR/build/tests/automatic/common_scripts
# - bash start_services.sh
- cd $CI_PROJECT_DIR/build
#- ctest --no-compress-output -T Test -L "unit|memcheck_unit|coverage" --output-on-failure --output-junit testResult.xml
- ps aux
- ctest --no-compress-output -T Test -L "unit|memcheck_unit" --output-on-failure --output-junit testResult.xml
- ctest --no-compress-output -T Test -L "unit|memcheck_unit|coverage" --output-on-failure --output-junit testResult.xml
tags:
- kubernetes-executor
rules:
......
......@@ -75,7 +75,6 @@ node_meta = {\n\
server=true\n\
bootstrap_expect=1\n\
telemetry = {\n\
disable_compat_1.9 = false\n\
prometheus_retention_time = \"24h\"\n\
}" > /etc/consul.d/consul.hcl
......
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