@@ -56,31 +56,31 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
5656# - choco install python --version=3.7.7 -y
5757
5858task :
59- name : ' ARM [GOAL: install] [buster] [ unit tests, no functional tests]'
59+ name : ' ARM [ unit tests, no functional tests] [buster ]'
6060 << : *GLOBAL_TASK_TEMPLATE
6161 container :
6262 image : debian:buster
6363 env :
6464 FILE_ENV : " ./ci/test/00_setup_env_arm.sh"
6565
6666task :
67- name : ' Win64 [GOAL: deploy] [ unit tests, no gui tests, no boost::process, no functional tests]'
67+ name : ' Win64 [ unit tests, no gui tests, no boost::process, no functional tests] [bionic ]'
6868 << : *GLOBAL_TASK_TEMPLATE
6969 container :
7070 image : ubuntu:bionic
7171 env :
7272 FILE_ENV : " ./ci/test/00_setup_env_win64.sh"
7373
7474task :
75- name : ' x86_64 Linux [GOAL: install] [bionic] [ previous releases, uses qt5 dev package and some depends packages] [unsigned char]'
75+ name : ' [ previous releases, uses qt5 dev package and some depends packages] [unsigned char] [bionic ]'
7676 << : *GLOBAL_TASK_TEMPLATE
7777 container :
7878 image : ubuntu:bionic
7979 env :
8080 FILE_ENV : " ./ci/test/00_setup_env_native_qt5.sh"
8181
8282task :
83- name : ' x86_64 Linux [GOAL: install] [focal] [ depends, sanitizers: thread (TSan), no gui]'
83+ name : ' [ depends, sanitizers: thread (TSan), no gui] [focal ]'
8484 << : *GLOBAL_TASK_TEMPLATE
8585 container :
8686 image : ubuntu:focal
@@ -91,15 +91,15 @@ task:
9191 FILE_ENV : " ./ci/test/00_setup_env_native_tsan.sh"
9292
9393task :
94- name : ' x86_64 Linux [GOAL: install] [focal] [ depends, sanitizers: memory (MSan)]'
94+ name : ' [ depends, sanitizers: memory (MSan)] [focal ]'
9595 << : *GLOBAL_TASK_TEMPLATE
9696 container :
9797 image : ubuntu:focal
9898 env :
9999 FILE_ENV : " ./ci/test/00_setup_env_native_msan.sh"
100100
101101task :
102- name : ' x86_64 Linux [GOAL: install] [focal] [ no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer]'
102+ name : ' [ no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [focal ]'
103103 << : *GLOBAL_TASK_TEMPLATE
104104 container :
105105 image : ubuntu:focal
@@ -109,7 +109,7 @@ task:
109109 FILE_ENV : " ./ci/test/00_setup_env_native_asan.sh"
110110
111111task :
112- name : ' x86_64 Linux [GOAL: install] [focal] [ no depends, only system libs, sanitizers: fuzzer,address,undefined]'
112+ name : ' [ no depends, only system libs, sanitizers: fuzzer,address,undefined] [focal ]'
113113 << : *GLOBAL_TASK_TEMPLATE
114114 container :
115115 image : ubuntu:focal
@@ -119,31 +119,31 @@ task:
119119 FILE_ENV : " ./ci/test/00_setup_env_native_fuzz.sh"
120120
121121task :
122- name : ' x86_64 Linux [GOAL: install] [focal] [multiprocess ]'
122+ name : ' [multiprocess] [focal]'
123123 << : *GLOBAL_TASK_TEMPLATE
124124 container :
125125 image : ubuntu:focal
126126 env :
127127 FILE_ENV : " ./ci/test/00_setup_env_native_multiprocess.sh"
128128
129129task :
130- name : ' x86_64 Linux [GOAL: install] [bionic] [no wallet ]'
130+ name : ' [no wallet] [bionic]'
131131 << : *GLOBAL_TASK_TEMPLATE
132132 container :
133133 image : ubuntu:bionic
134134 env :
135135 FILE_ENV : " ./ci/test/00_setup_env_native_nowallet.sh"
136136
137137task :
138- name : ' macOS 10.14 [GOAL: deploy] [ no functional tests]'
138+ name : ' macOS 10.14 [gui, no tests] [bionic ]'
139139 << : *GLOBAL_TASK_TEMPLATE
140140 container :
141141 image : ubuntu:bionic
142142 env :
143143 FILE_ENV : " ./ci/test/00_setup_env_mac.sh"
144144
145145task :
146- name : ' macOS 10.15 native [GOAL: install] [GUI ] [no depends]'
146+ name : ' macOS 10.15 native [gui ] [no depends]'
147147 macos_brew_addon_script :
148148 - brew install boost libevent berkeley-db4 qt miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
149149 << : *GLOBAL_TASK_TEMPLATE
0 commit comments