Skip to content

Commit b62dfb7

Browse files
committed
ci: disable tasks that pass
1 parent 1134cda commit b62dfb7

File tree

1 file changed

+117
-117
lines changed

1 file changed

+117
-117
lines changed

.cirrus.yml

Lines changed: 117 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -69,38 +69,38 @@ compute_credits_template: &CREDITS_TEMPLATE
6969
# install_script:
7070
# - choco install python --version=3.7.7 -y
7171

72-
task:
73-
name: 'lint [bionic]'
74-
<< : *BASE_TEMPLATE
75-
container:
76-
image: ubuntu:bionic # For python 3.6, oldest supported version according to doc/dependencies.md
77-
cpu: 1
78-
memory: 1G
79-
# For faster CI feedback, immediately schedule the linters
80-
<< : *CREDITS_TEMPLATE
81-
lint_script:
82-
- ./ci/lint_run_all.sh
83-
env:
84-
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
85-
86-
task:
87-
name: 'ARM [unit tests, no functional tests] [buster]'
88-
<< : *GLOBAL_TASK_TEMPLATE
89-
container:
90-
image: debian:buster
91-
env:
92-
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
93-
FILE_ENV: "./ci/test/00_setup_env_arm.sh"
94-
95-
task:
96-
name: 'Win64 [unit tests, no gui tests, no boost::process, no functional tests] [focal]'
97-
<< : *GLOBAL_TASK_TEMPLATE
98-
container:
99-
image: ubuntu:focal
100-
env:
101-
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
102-
FILE_ENV: "./ci/test/00_setup_env_win64.sh"
103-
72+
#task:
73+
# name: 'lint [bionic]'
74+
# << : *BASE_TEMPLATE
75+
# container:
76+
# image: ubuntu:bionic # For python 3.6, oldest supported version according to doc/dependencies.md
77+
# cpu: 1
78+
# memory: 1G
79+
# # For faster CI feedback, immediately schedule the linters
80+
# << : *CREDITS_TEMPLATE
81+
# lint_script:
82+
# - ./ci/lint_run_all.sh
83+
# env:
84+
# << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
85+
#
86+
#task:
87+
# name: 'ARM [unit tests, no functional tests] [buster]'
88+
# << : *GLOBAL_TASK_TEMPLATE
89+
# container:
90+
# image: debian:buster
91+
# env:
92+
# << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
93+
# FILE_ENV: "./ci/test/00_setup_env_arm.sh"
94+
#
95+
#task:
96+
# name: 'Win64 [unit tests, no gui tests, no boost::process, no functional tests] [focal]'
97+
# << : *GLOBAL_TASK_TEMPLATE
98+
# container:
99+
# image: ubuntu:focal
100+
# env:
101+
# << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
102+
# FILE_ENV: "./ci/test/00_setup_env_win64.sh"
103+
#
104104
task:
105105
name: '32-bit + dash [gui] [CentOS 8]'
106106
<< : *GLOBAL_TASK_TEMPLATE
@@ -110,17 +110,17 @@ task:
110110
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
111111
PACKAGE_MANAGER_INSTALL: "yum install -y"
112112
FILE_ENV: "./ci/test/00_setup_env_i686_centos.sh"
113-
114-
task:
115-
name: '[previous releases, uses qt5 dev package and some depends packages] [unsigned char] [bionic]'
116-
previous_releases_cache:
117-
folder: "releases"
118-
<< : *GLOBAL_TASK_TEMPLATE
119-
<< : *PERSISTENT_WORKER_TEMPLATE
120-
env:
121-
<< : *PERSISTENT_WORKER_TEMPLATE_ENV
122-
FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh"
123-
113+
#
114+
#task:
115+
# name: '[previous releases, uses qt5 dev package and some depends packages] [unsigned char] [bionic]'
116+
# previous_releases_cache:
117+
# folder: "releases"
118+
# << : *GLOBAL_TASK_TEMPLATE
119+
# << : *PERSISTENT_WORKER_TEMPLATE
120+
# env:
121+
# << : *PERSISTENT_WORKER_TEMPLATE_ENV
122+
# FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh"
123+
#
124124
task:
125125
name: '[depends, sanitizers: thread (TSan), no gui] [hirsute]'
126126
<< : *GLOBAL_TASK_TEMPLATE
@@ -132,16 +132,16 @@ task:
132132
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
133133
MAKEJOBS: "-j8"
134134
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"
135-
136-
task:
137-
name: '[depends, sanitizers: memory (MSan)] [focal]'
138-
<< : *GLOBAL_TASK_TEMPLATE
139-
container:
140-
image: ubuntu:focal
141-
env:
142-
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
143-
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"
144-
135+
#
136+
#task:
137+
# name: '[depends, sanitizers: memory (MSan)] [focal]'
138+
# << : *GLOBAL_TASK_TEMPLATE
139+
# container:
140+
# image: ubuntu:focal
141+
# env:
142+
# << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
143+
# FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"
144+
#
145145
task:
146146
name: '[no depends, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [hirsute]'
147147
<< : *GLOBAL_TASK_TEMPLATE
@@ -150,67 +150,67 @@ task:
150150
env:
151151
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
152152
FILE_ENV: "./ci/test/00_setup_env_native_asan.sh"
153-
154-
task:
155-
name: '[no depends, sanitizers: fuzzer,address,undefined,integer] [focal]'
156-
<< : *GLOBAL_TASK_TEMPLATE
157-
container:
158-
image: ubuntu:focal
159-
env:
160-
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
161-
FILE_ENV: "./ci/test/00_setup_env_native_fuzz.sh"
162-
163-
task:
164-
name: '[multiprocess] [focal]'
165-
<< : *GLOBAL_TASK_TEMPLATE
166-
container:
167-
image: ubuntu:focal
168-
env:
169-
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
170-
FILE_ENV: "./ci/test/00_setup_env_native_multiprocess.sh"
171-
172-
task:
173-
name: '[no wallet] [bionic]'
174-
<< : *GLOBAL_TASK_TEMPLATE
175-
container:
176-
image: ubuntu:bionic
177-
env:
178-
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
179-
FILE_ENV: "./ci/test/00_setup_env_native_nowallet.sh"
180-
181-
task:
182-
name: 'macOS 10.14 [gui, no tests] [focal]'
183-
<< : *DEPENDS_SDK_CACHE_TEMPLATE
184-
<< : *GLOBAL_TASK_TEMPLATE
185-
container:
186-
image: ubuntu:focal
187-
env:
188-
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
189-
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
190-
191-
task:
192-
name: 'macOS 11 native [gui] [no depends]'
193-
brew_install_script:
194-
- brew update
195-
- brew install boost libevent berkeley-db4 qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
196-
<< : *GLOBAL_TASK_TEMPLATE
197-
osx_instance:
198-
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)
199-
image: big-sur-xcode-12.4 # https://cirrus-ci.org/guide/macOS
200-
env:
201-
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
202-
CI_USE_APT_INSTALL: "no"
203-
PACKAGE_MANAGER_INSTALL: "echo" # Nothing to do
204-
FILE_ENV: "./ci/test/00_setup_env_mac_host.sh"
205-
206-
task:
207-
name: 'ARM64 Android APK [focal]'
208-
<< : *DEPENDS_SDK_CACHE_TEMPLATE
209-
depends_sources_cache:
210-
folder: "depends/sources"
211-
<< : *GLOBAL_TASK_TEMPLATE
212-
container:
213-
image: ubuntu:focal
214-
env:
215-
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
216-
FILE_ENV: "./ci/test/00_setup_env_android.sh"
153+
#
154+
#task:
155+
# name: '[no depends, sanitizers: fuzzer,address,undefined,integer] [focal]'
156+
# << : *GLOBAL_TASK_TEMPLATE
157+
# container:
158+
# image: ubuntu:focal
159+
# env:
160+
# << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
161+
# FILE_ENV: "./ci/test/00_setup_env_native_fuzz.sh"
162+
#
163+
#task:
164+
# name: '[multiprocess] [focal]'
165+
# << : *GLOBAL_TASK_TEMPLATE
166+
# container:
167+
# image: ubuntu:focal
168+
# env:
169+
# << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
170+
# FILE_ENV: "./ci/test/00_setup_env_native_multiprocess.sh"
171+
#
172+
#task:
173+
# name: '[no wallet] [bionic]'
174+
# << : *GLOBAL_TASK_TEMPLATE
175+
# container:
176+
# image: ubuntu:bionic
177+
# env:
178+
# << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
179+
# FILE_ENV: "./ci/test/00_setup_env_native_nowallet.sh"
180+
#
181+
#task:
182+
# name: 'macOS 10.14 [gui, no tests] [focal]'
183+
# << : *DEPENDS_SDK_CACHE_TEMPLATE
184+
# << : *GLOBAL_TASK_TEMPLATE
185+
# container:
186+
# image: ubuntu:focal
187+
# env:
188+
# << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
189+
# FILE_ENV: "./ci/test/00_setup_env_mac.sh"
190+
#
191+
#task:
192+
# name: 'macOS 11 native [gui] [no depends]'
193+
# brew_install_script:
194+
# - brew update
195+
# - brew install boost libevent berkeley-db4 qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
196+
# << : *GLOBAL_TASK_TEMPLATE
197+
# osx_instance:
198+
# # Use latest image, but hardcode version to avoid silent upgrades (and breaks)
199+
# image: big-sur-xcode-12.4 # https://cirrus-ci.org/guide/macOS
200+
# env:
201+
# << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
202+
# CI_USE_APT_INSTALL: "no"
203+
# PACKAGE_MANAGER_INSTALL: "echo" # Nothing to do
204+
# FILE_ENV: "./ci/test/00_setup_env_mac_host.sh"
205+
#
206+
#task:
207+
# name: 'ARM64 Android APK [focal]'
208+
# << : *DEPENDS_SDK_CACHE_TEMPLATE
209+
# depends_sources_cache:
210+
# folder: "depends/sources"
211+
# << : *GLOBAL_TASK_TEMPLATE
212+
# container:
213+
# image: ubuntu:focal
214+
# env:
215+
# << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
216+
# FILE_ENV: "./ci/test/00_setup_env_android.sh"

0 commit comments

Comments
 (0)