|
|
|
@ -208,10 +208,10 @@ task:
|
|
|
|
|
FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh"
|
|
|
|
|
|
|
|
|
|
task:
|
|
|
|
|
name: '[depends, sanitizers: thread (TSan), no gui] [hirsute]'
|
|
|
|
|
name: '[depends, sanitizers: thread (TSan), no gui] [jammy]'
|
|
|
|
|
<< : *GLOBAL_TASK_TEMPLATE
|
|
|
|
|
container:
|
|
|
|
|
image: ubuntu:hirsute
|
|
|
|
|
image: ubuntu:jammy
|
|
|
|
|
cpu: 6 # Increase CPU and Memory to avoid timeout
|
|
|
|
|
memory: 24G
|
|
|
|
|
env:
|
|
|
|
@ -229,10 +229,10 @@ task:
|
|
|
|
|
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"
|
|
|
|
|
|
|
|
|
|
task:
|
|
|
|
|
name: '[no depends, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [hirsute]'
|
|
|
|
|
name: '[no depends, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [jammy]'
|
|
|
|
|
<< : *GLOBAL_TASK_TEMPLATE
|
|
|
|
|
container:
|
|
|
|
|
image: ubuntu:hirsute
|
|
|
|
|
image: ubuntu:jammy
|
|
|
|
|
env:
|
|
|
|
|
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
|
|
|
|
|
FILE_ENV: "./ci/test/00_setup_env_native_asan.sh"
|
|
|
|
|