mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-02 23:42:33 +02:00
ci: Rework ci task names
This commit is contained in:
parent
ad09c287cb
commit
fa459220c7
@ -208,7 +208,7 @@ task:
|
|||||||
FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh"
|
FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh"
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: '[depends, sanitizers: thread (TSan), no gui] [jammy]'
|
name: '[TSan, depends, no gui] [jammy]'
|
||||||
<< : *GLOBAL_TASK_TEMPLATE
|
<< : *GLOBAL_TASK_TEMPLATE
|
||||||
container:
|
container:
|
||||||
image: ubuntu:jammy
|
image: ubuntu:jammy
|
||||||
@ -220,7 +220,7 @@ task:
|
|||||||
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"
|
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: '[depends, sanitizers: memory (MSan)] [focal]'
|
name: '[MSan, depends] [focal]'
|
||||||
<< : *GLOBAL_TASK_TEMPLATE
|
<< : *GLOBAL_TASK_TEMPLATE
|
||||||
container:
|
container:
|
||||||
image: ubuntu:focal
|
image: ubuntu:focal
|
||||||
@ -229,7 +229,7 @@ task:
|
|||||||
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"
|
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: '[no depends, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [jammy]'
|
name: '[ASan + LSan + UBSan + integer, no depends] [jammy]'
|
||||||
<< : *GLOBAL_TASK_TEMPLATE
|
<< : *GLOBAL_TASK_TEMPLATE
|
||||||
container:
|
container:
|
||||||
image: ubuntu:jammy
|
image: ubuntu:jammy
|
||||||
@ -238,7 +238,7 @@ task:
|
|||||||
FILE_ENV: "./ci/test/00_setup_env_native_asan.sh"
|
FILE_ENV: "./ci/test/00_setup_env_native_asan.sh"
|
||||||
|
|
||||||
task:
|
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
|
only_if: $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BASE_BRANCH == $CIRRUS_DEFAULT_BRANCH
|
||||||
<< : *GLOBAL_TASK_TEMPLATE
|
<< : *GLOBAL_TASK_TEMPLATE
|
||||||
container:
|
container:
|
||||||
|
Loading…
Reference in New Issue
Block a user