Skip to content

Commit c7ce58a

Browse files
committed
👷 Disable Circle Singularity tests
ref #1916 (comment)
1 parent e48a25d commit c7ce58a

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

.circleci/main.yml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
version: 2.1
3+
# Singularity started failing to set up on Circle circa May 2023, so those tests are currently disabled
34

45
parameters:
56
branch:
@@ -181,16 +182,16 @@ jobs:
181182
- checkout
182183
- restore_cache:
183184
key: coverage-docker--{{ .Revision }}
184-
- restore_cache:
185-
key: coverage-singularity--{{ .Revision }}
185+
# - restore_cache:
186+
# key: coverage-singularity--{{ .Revision }}
186187
- restore_cache:
187188
key: coverage-docker-ABCD-HCP-{{ .Revision }}
188-
- restore_cache:
189-
key: coverage-singularity-ABCD-HCP-{{ .Revision }}
189+
# - restore_cache:
190+
# key: coverage-singularity-ABCD-HCP-{{ .Revision }}
190191
- restore_cache:
191192
key: coverage-docker-lite-{{ .Revision }}
192-
- restore_cache:
193-
key: coverage-singularity-lite-{{ .Revision }}
193+
# - restore_cache:
194+
# key: coverage-singularity-lite-{{ .Revision }}
194195
- set-python-version
195196
- combine-coverage
196197
- store_artifacts:
@@ -276,11 +277,11 @@ workflows:
276277
name: "Combine coverage"
277278
requires:
278279
- "Test in Docker"
279-
- "Test in Singularity"
280+
# - "Test in Singularity"
280281
- "Test lite variant in Docker"
281-
- "Test lite variant in Singularity"
282+
# - "Test lite variant in Singularity"
282283
- "Test ABCD-HCP variant in Docker"
283-
- "Test ABCD-HCP variant in Singularity"
284+
# - "Test ABCD-HCP variant in Singularity"
284285
- "Test fMRIPrep-LTS variant in Docker"
285286
- push-branch-to-docker-hub:
286287
filters:
@@ -306,11 +307,11 @@ workflows:
306307
variant: fMRIPrep-LTS
307308
- pytest-docker:
308309
name: "Test lite variant in Docker"
309-
- pytest-singularity:
310-
name: "Test in Singularity"
311-
- pytest-singularity:
312-
name: "Test ABCD-HCP variant in Singularity"
313-
variant: ABCD-HCP
314-
- pytest-singularity:
315-
name: "Test lite variant in Singularity"
316-
variant: lite
310+
# - pytest-singularity:
311+
# name: "Test in Singularity"
312+
# - pytest-singularity:
313+
# name: "Test ABCD-HCP variant in Singularity"
314+
# variant: ABCD-HCP
315+
# - pytest-singularity:
316+
# name: "Test lite variant in Singularity"
317+
# variant: lite

0 commit comments

Comments
 (0)