mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 18:30:42 +01:00
travis: do no longer start elasticsearch service
all elastisearch tests now handle their own instance, so the OS service is no longer needed. This improves Travis runtime. see also https://github.com/rsyslog/rsyslog/issues/2800
This commit is contained in:
parent
96128fdd3e
commit
7ddc0fccc7
@ -45,7 +45,6 @@ matrix:
|
||||
- os: linux
|
||||
compiler: "clang"
|
||||
services:
|
||||
- elasticsearch
|
||||
- mysql
|
||||
- postgresql
|
||||
env: RUN="run.sh",CHECK="YES", ESTEST="YES", CFLAGS="-g -O1 -fsanitize=address -fno-color-diagnostics"
|
||||
@ -54,7 +53,6 @@ matrix:
|
||||
compiler: "clang"
|
||||
dist: trusty
|
||||
services:
|
||||
- elasticsearch
|
||||
- mysql
|
||||
- postgresql
|
||||
env: RUN="run.sh",CFLAGS="-fsanitize=undefined,nullability,unsigned-integer-overflow -fno-sanitize-recover=undefined,nullability,unsigned-integer-overflow -g -O3 -fno-omit-frame-pointer -fno-color-diagnostics", UBSAN_OPTIONS="print_stacktrace=1", CHECK="YES", ESTEST="YES", KAFKA="YES"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user