Skip to content

Commit

Permalink
ci: Let wave fail
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 26, 2024
1 parent 8f77dd0 commit 890b058
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
timeout-minutes: 60
strategy:
fail-fast: false
max-parallel: 4
max-parallel: 2
matrix:
files: "${{ fromJson(needs.generate-matrix.outputs.conda-matrix) }}"
profile: [docker, singularity]
Expand All @@ -72,10 +72,9 @@ jobs:
chmod +x /usr/local/bin/wave
- name: Build ${{ matrix.profile }} container
# FIXME Hack while iron out the CI
continue-on-error: true
env:
PROFILE: ${{ (contains(matrix.profile, 'singularity') && '--singularity') || '' }}
continue-on-error: true
run: |
wave --conda-file "${{ matrix.files }}" \
$PROFILE \
Expand All @@ -95,7 +94,7 @@ jobs:
timeout-minutes: 60
strategy:
fail-fast: false
max-parallel: 4
max-parallel: 2
matrix:
files: "${{ fromJson(needs.generate-matrix.outputs.dockerfile-matrix) }}"
# NOTE singularity build requires a Singularity definition file in place of Dockerfile
Expand Down

0 comments on commit 890b058

Please sign in to comment.