aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2020-08-17 11:57:26 +0200
committerMarcoFalke <[email protected]>2020-08-17 11:52:02 +0200
commitfa41810d0e87f9f9a2e39be238b9598be02646d0 (patch)
treecb4aa4faa9fbbeaaa18fa2f88011c071dbbaeadf
parentMerge #19564: test: p2p_feefilter improvements (logging, refactoring, speedup) (diff)
downloaddiscoin-fa41810d0e87f9f9a2e39be238b9598be02646d0.tar.xz
discoin-fa41810d0e87f9f9a2e39be238b9598be02646d0.zip
ci: Run valgrind fuzzer on cirrus
-rw-r--r--.cirrus.yml8
-rw-r--r--.travis.yml5
2 files changed, 8 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 446d3e35a..9c590b430 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -66,3 +66,11 @@ task:
image: ubuntu:focal
env:
FILE_ENV: "./ci/test/00_setup_env_native_asan.sh"
+
+task:
+ name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, fuzzers under valgrind]'
+ << : *GLOBAL_TASK_TEMPLATE
+ container:
+ image: ubuntu:focal
+ env:
+ FILE_ENV: "./ci/test/00_setup_env_native_fuzz_with_valgrind.sh"
diff --git a/.travis.yml b/.travis.yml
index f1cee7133..8f8fba310 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -110,11 +110,6 @@ jobs:
FILE_ENV="./ci/test/00_setup_env_native_multiprocess.sh"
- stage: test
- name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, fuzzers under valgrind]'
- env: >-
- FILE_ENV="./ci/test/00_setup_env_native_fuzz_with_valgrind.sh"
-
- - stage: test
name: 'x86_64 Linux [GOAL: install] [xenial] [no wallet]'
env: >-
FILE_ENV="./ci/test/00_setup_env_native_nowallet.sh"