Skip to content

Commit 130ac16

Browse files
fanquakeknst
authored andcommitted
Merge bitcoin#23520: ci: Rework ci task names (take 3)
fa45922 ci: Rework ci task names (MarcoFalke) Pull request description: It is hard to find a specific sanitizer task in less than a second. Fix that by mentioning the sanitizer first in the task name. Less useful information (with or without depends) follows the sanitizer. Follow up to: * bitcoin#20545 * bitcoin#20572 ACKs for top commit: fanquake: ACK fa45922 Tree-SHA512: 87165caff4749cc415cef6ae36cac63fa448cec0a1c92cd6b691a0fbd22902466c8d861b0d922c3331e4bf36dbb4eba86d745ef135f391f7ff81461fe5159e05
1 parent 6f91a07 commit 130ac16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.cirrus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ task:
103103
FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh"
104104

105105
task:
106-
name: '[depends, sanitizers: thread (TSan), no gui] [lunar]'
106+
name: '[TSan, depends, no gui] [lunar]'
107107
<< : *GLOBAL_TASK_TEMPLATE
108108
container:
109109
image: ubuntu:lunar
@@ -114,23 +114,23 @@ task:
114114
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"
115115

116116
task:
117-
name: '[depends, sanitizers: memory (MSan)] [jammy]'
117+
name: '[MSan, depends] [jammy]'
118118
<< : *GLOBAL_TASK_TEMPLATE
119119
container:
120120
image: ubuntu:jammy
121121
env:
122122
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"
123123

124124
task:
125-
name: '[no depends, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [jammy]'
125+
name: '[ASan + LSan + UBSan + integer, no depends] [jammy]'
126126
<< : *GLOBAL_TASK_TEMPLATE
127127
container:
128128
image: ubuntu:jammy
129129
env:
130130
FILE_ENV: "./ci/test/00_setup_env_native_asan.sh"
131131

132132
task:
133-
name: '[no depends, sanitizers: fuzzer,address,undefined,integer] [jammy]'
133+
name: '[fuzzer,address,undefined,integer, no depends] [jammy]'
134134
<< : *GLOBAL_TASK_TEMPLATE
135135
container:
136136
image: ubuntu:jammy

0 commit comments

Comments
 (0)