Skip to content

Commit f35e4d9

Browse files
author
MarcoFalke
committed
Merge #20572: ci: Adjust Cirrus CI task names (follow up)
667b6a2 ci: Adjust Cirrus CI task names (follow up) (Hennadii Stepanov) Pull request description: "no depends" implies "only system libs". #20545 follow up . ACKs for top commit: practicalswift: ACK 667b6a2 Tree-SHA512: b3bf5dc931b7aeed30932e8d6c5f5b0040e4be5a5676ed23b41675ebad2f8a016b1abb27584b68970ee00bc5b2af7122ca9566f373db5f3a2e38fcf7eee6522a
2 parents 751ffaa + 667b6a2 commit f35e4d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@ task:
107107
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"
108108

109109
task:
110-
name: '[no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [focal]'
110+
name: '[no depends, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [focal]'
111111
<< : *GLOBAL_TASK_TEMPLATE
112112
container:
113113
image: ubuntu:focal
114114
env:
115115
FILE_ENV: "./ci/test/00_setup_env_native_asan.sh"
116116

117117
task:
118-
name: '[no depends, only system libs, sanitizers: fuzzer,address,undefined] [focal]'
118+
name: '[no depends, sanitizers: fuzzer,address,undefined] [focal]'
119119
<< : *GLOBAL_TASK_TEMPLATE
120120
container:
121121
image: ubuntu:focal

0 commit comments

Comments
 (0)