Skip to content

Commit d1ec9a7

Browse files
committed
📦 Disable variant image builds
1 parent 47f1de1 commit d1ec9a7

File tree

3 files changed

+37
-35
lines changed

3 files changed

+37
-35
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
lite
2-
ABCD-HCP
3-
fMRIPrep-LTS
1+
lite

.github/workflows/build_and_test.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -317,25 +317,25 @@ jobs:
317317
with:
318318
variant: lite
319319

320-
C-PAC-ABCD-HCP:
321-
needs: build-base
322-
uses: ./.github/workflows/build_C-PAC.yml
323-
with:
324-
variant: ABCD-HCP
320+
# C-PAC-ABCD-HCP:
321+
# needs: build-base
322+
# uses: ./.github/workflows/build_C-PAC.yml
323+
# with:
324+
# variant: ABCD-HCP
325325

326-
C-PAC-fMRIPrep-LTS:
327-
needs: build-base
328-
uses: ./.github/workflows/build_C-PAC.yml
329-
with:
330-
variant: fMRIPrep-LTS
326+
# C-PAC-fMRIPrep-LTS:
327+
# needs: build-base
328+
# uses: ./.github/workflows/build_C-PAC.yml
329+
# with:
330+
# variant: fMRIPrep-LTS
331331

332332
smoke-tests-participant:
333333
name: Run participant-level smoke tests
334334
needs:
335335
- C-PAC
336336
- C-PAC-lite
337-
- C-PAC-ABCD-HCP
338-
- C-PAC-fMRIPrep-LTS
337+
# - C-PAC-ABCD-HCP
338+
# - C-PAC-fMRIPrep-LTS
339339
if: github.ref_name == 'develop' || github.ref_name == 'main'
340340
uses: ./.github/workflows/smoke_test_participant.yml
341341

@@ -358,8 +358,8 @@ jobs:
358358
needs:
359359
- C-PAC
360360
- C-PAC-lite
361-
- C-PAC-ABCD-HCP
362-
- C-PAC-fMRIPrep-LTS
361+
# - C-PAC-ABCD-HCP
362+
# - C-PAC-fMRIPrep-LTS
363363
if: github.ref_type == 'branch'
364364
runs-on: ubuntu-latest
365365
steps:
@@ -425,22 +425,22 @@ jobs:
425425
variant: 'lite'
426426
secrets: inherit
427427

428-
Deploy_to_Docker_Hub-ABCD-HCP:
429-
name: Deploy 'ABCD-HCP' to Docker Hub
430-
needs:
431-
- C-PAC-ABCD-HCP
432-
if: github.ref_type == 'tag'
433-
uses: ./.github/workflows/deploy_to_Docker_Hub.yml
434-
with:
435-
variant: 'ABCD-HCP'
436-
secrets: inherit
428+
# Deploy_to_Docker_Hub-ABCD-HCP:
429+
# name: Deploy 'ABCD-HCP' to Docker Hub
430+
# needs:
431+
# - C-PAC-ABCD-HCP
432+
# if: github.ref_type == 'tag'
433+
# uses: ./.github/workflows/deploy_to_Docker_Hub.yml
434+
# with:
435+
# variant: 'ABCD-HCP'
436+
# secrets: inherit
437437

438-
Deploy_to_Docker_Hub-fMRIPrep-LTS:
439-
name: Deploy 'fMRIPrep-LTS' to Docker Hub
440-
needs:
441-
- C-PAC-fMRIPrep-LTS
442-
if: github.ref_type == 'tag'
443-
uses: ./.github/workflows/deploy_to_Docker_Hub.yml
444-
with:
445-
variant: 'fMRIPrep-LTS'
446-
secrets: inherit
438+
# Deploy_to_Docker_Hub-fMRIPrep-LTS:
439+
# name: Deploy 'fMRIPrep-LTS' to Docker Hub
440+
# needs:
441+
# - C-PAC-fMRIPrep-LTS
442+
# if: github.ref_type == 'tag'
443+
# uses: ./.github/workflows/deploy_to_Docker_Hub.yml
444+
# with:
445+
# variant: 'fMRIPrep-LTS'
446+
# secrets: inherit

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
## [1.8.7.post1.dev1] - unreleased
1818

19+
### Changed
20+
21+
- Disabled variant image builds.
22+
1923
### Fixed
2024

2125
- Supplied missing `subject_id` for longitudinal workflow logger and make that field optional for the logger.

0 commit comments

Comments
 (0)