aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-11-15 19:08:42 +0100
committerMarcoFalke <falke.marco@gmail.com>2021-11-16 13:30:01 +0100
commitfa459220c7b7a56bcd5426f977cbca17c7af1a5e (patch)
treeb3d5892beb85da9c352bb58783d7623b0087fe99 /.cirrus.yml
parentad09c287cb7033a28f8d0a002c1ca4f194c12f11 (diff)
downloadbitcoin-fa459220c7b7a56bcd5426f977cbca17c7af1a5e.tar.xz
ci: Rework ci task names
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 75c4f0c05e..eb44714df7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -208,7 +208,7 @@ task:
FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh"
task:
- name: '[depends, sanitizers: thread (TSan), no gui] [jammy]'
+ name: '[TSan, depends, no gui] [jammy]'
<< : *GLOBAL_TASK_TEMPLATE
container:
image: ubuntu:jammy
@@ -220,7 +220,7 @@ task:
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"
task:
- name: '[depends, sanitizers: memory (MSan)] [focal]'
+ name: '[MSan, depends] [focal]'
<< : *GLOBAL_TASK_TEMPLATE
container:
image: ubuntu:focal
@@ -229,7 +229,7 @@ task:
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"
task:
- name: '[no depends, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [jammy]'
+ name: '[ASan + LSan + UBSan + integer, no depends] [jammy]'
<< : *GLOBAL_TASK_TEMPLATE
container:
image: ubuntu:jammy
@@ -238,7 +238,7 @@ task:
FILE_ENV: "./ci/test/00_setup_env_native_asan.sh"
task:
- name: '[no depends, sanitizers: fuzzer,address,undefined,integer] [focal]'
+ name: '[fuzzer,address,undefined,integer, no depends] [focal]'
only_if: $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BASE_BRANCH == $CIRRUS_DEFAULT_BRANCH
<< : *GLOBAL_TASK_TEMPLATE
container: