Skip to content

Commit a35b948

Browse files
author
MarcoFalke
committed
Merge #20545: ci: Adjust cirrus ci task names
fa5c4f1 ci: Adjust cirrus ci task names (MarcoFalke) Pull request description: The task names are too long for GitHub to display them properly without truncation in the "checks-view". Fix that by using a new naming scheme: * Native builds don't mention "x86_64 Linux", as it is redundant, they do mention the OS (bionic or focal) in the name suffix * Cross builds mention the target in the prefix and the OS (always bionic) in the suffix * the macos native build simply says "macos native" ACKs for top commit: practicalswift: ACK fa5c4f1: patch  looks  correct! hebasto: ACK fa5c4f1, I have reviewed the code and it looks OK, I agree it can be merged. RiccardoMasutti: ACK fa5c4f1 Tree-SHA512: 856deb0577c97c70069ef1d369991addc49522135c0ad9e382218fd79ba3d55a95d6c601288dcef0510764b92fbd30a9d7de32b08dc5be55482deab14049b892
2 parents 0a13d15 + fa5c4f1 commit a35b948

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.cirrus.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,23 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
5555
# - choco install python --version=3.7.7 -y
5656

5757
task:
58-
name: 'ARM [GOAL: install] [buster] [unit tests, no functional tests]'
58+
name: 'ARM [unit tests, no functional tests] [buster]'
5959
<< : *GLOBAL_TASK_TEMPLATE
6060
container:
6161
image: debian:buster
6262
env:
6363
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
6464

6565
task:
66-
name: 'Win64 [GOAL: deploy] [unit tests, no gui tests, no boost::process, no functional tests]'
66+
name: 'Win64 [unit tests, no gui tests, no boost::process, no functional tests] [bionic]'
6767
<< : *GLOBAL_TASK_TEMPLATE
6868
container:
6969
image: ubuntu:bionic
7070
env:
7171
FILE_ENV: "./ci/test/00_setup_env_win64.sh"
7272

7373
task:
74-
name: '32-bit + dash [GOAL: install] [CentOS 8] [gui]'
74+
name: '32-bit + dash [gui] [CentOS 8]'
7575
<< : *GLOBAL_TASK_TEMPLATE
7676
container:
7777
image: centos:8
@@ -80,15 +80,15 @@ task:
8080
FILE_ENV: "./ci/test/00_setup_env_i686_centos.sh"
8181

8282
task:
83-
name: 'x86_64 Linux [GOAL: install] [bionic] [previous releases, uses qt5 dev package and some depends packages] [unsigned char]'
83+
name: '[previous releases, uses qt5 dev package and some depends packages] [unsigned char] [bionic]'
8484
<< : *GLOBAL_TASK_TEMPLATE
8585
container:
8686
image: ubuntu:bionic
8787
env:
8888
FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh"
8989

9090
task:
91-
name: 'x86_64 Linux [GOAL: install] [focal] [depends, sanitizers: thread (TSan), no gui]'
91+
name: '[depends, sanitizers: thread (TSan), no gui] [focal]'
9292
<< : *GLOBAL_TASK_TEMPLATE
9393
container:
9494
image: ubuntu:focal
@@ -99,55 +99,55 @@ task:
9999
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"
100100

101101
task:
102-
name: 'x86_64 Linux [GOAL: install] [focal] [depends, sanitizers: memory (MSan)]'
102+
name: '[depends, sanitizers: memory (MSan)] [focal]'
103103
<< : *GLOBAL_TASK_TEMPLATE
104104
container:
105105
image: ubuntu:focal
106106
env:
107107
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"
108108

109109
task:
110-
name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer]'
110+
name: '[no depends, only system libs, 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: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, sanitizers: fuzzer,address,undefined]'
118+
name: '[no depends, only system libs, sanitizers: fuzzer,address,undefined] [focal]'
119119
<< : *GLOBAL_TASK_TEMPLATE
120120
container:
121121
image: ubuntu:focal
122122
env:
123123
FILE_ENV: "./ci/test/00_setup_env_native_fuzz.sh"
124124

125125
task:
126-
name: 'x86_64 Linux [GOAL: install] [focal] [multiprocess]'
126+
name: '[multiprocess] [focal]'
127127
<< : *GLOBAL_TASK_TEMPLATE
128128
container:
129129
image: ubuntu:focal
130130
env:
131131
FILE_ENV: "./ci/test/00_setup_env_native_multiprocess.sh"
132132

133133
task:
134-
name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]'
134+
name: '[no wallet] [bionic]'
135135
<< : *GLOBAL_TASK_TEMPLATE
136136
container:
137137
image: ubuntu:bionic
138138
env:
139139
FILE_ENV: "./ci/test/00_setup_env_native_nowallet.sh"
140140

141141
task:
142-
name: 'macOS 10.14 [GOAL: deploy] [no functional tests]'
142+
name: 'macOS 10.14 [gui, no tests] [bionic]'
143143
<< : *GLOBAL_TASK_TEMPLATE
144144
container:
145145
image: ubuntu:bionic
146146
env:
147147
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
148148

149149
task:
150-
name: 'macOS 10.15 native [GOAL: install] [GUI] [no depends]'
150+
name: 'macOS 10.15 native [gui] [no depends]'
151151
macos_brew_addon_script:
152152
- brew install boost libevent berkeley-db4 qt miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
153153
<< : *GLOBAL_TASK_TEMPLATE

0 commit comments

Comments
 (0)