Skip to content

Commit 7be37ee

Browse files
committed
Merge bitcoin/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/bitcoin#20545 * bitcoin/bitcoin#20572 ACKs for top commit: fanquake: ACK fa45922 Tree-SHA512: 87165caff4749cc415cef6ae36cac63fa448cec0a1c92cd6b691a0fbd22902466c8d861b0d922c3331e4bf36dbb4eba86d745ef135f391f7ff81461fe5159e05
2 parents 6bde42e + fa45922 commit 7be37ee

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
@@ -208,7 +208,7 @@ task:
208208
FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh"
209209

210210
task:
211-
name: '[depends, sanitizers: thread (TSan), no gui] [jammy]'
211+
name: '[TSan, depends, no gui] [jammy]'
212212
<< : *GLOBAL_TASK_TEMPLATE
213213
container:
214214
image: ubuntu:jammy
@@ -220,7 +220,7 @@ task:
220220
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"
221221

222222
task:
223-
name: '[depends, sanitizers: memory (MSan)] [focal]'
223+
name: '[MSan, depends] [focal]'
224224
<< : *GLOBAL_TASK_TEMPLATE
225225
container:
226226
image: ubuntu:focal
@@ -229,7 +229,7 @@ task:
229229
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"
230230

231231
task:
232-
name: '[no depends, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [jammy]'
232+
name: '[ASan + LSan + UBSan + integer, no depends] [jammy]'
233233
<< : *GLOBAL_TASK_TEMPLATE
234234
container:
235235
image: ubuntu:jammy
@@ -238,7 +238,7 @@ task:
238238
FILE_ENV: "./ci/test/00_setup_env_native_asan.sh"
239239

240240
task:
241-
name: '[no depends, sanitizers: fuzzer,address,undefined,integer] [focal]'
241+
name: '[fuzzer,address,undefined,integer, no depends] [focal]'
242242
only_if: $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BASE_BRANCH == $CIRRUS_DEFAULT_BRANCH
243243
<< : *GLOBAL_TASK_TEMPLATE
244244
container:

0 commit comments

Comments
 (0)