Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
#############################################################################

build_macos:
strategy:
fail-fast: true
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
Expand Down Expand Up @@ -98,8 +96,6 @@ jobs:
clara.tar.gz

build:
strategy:
fail-fast: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
Expand Down Expand Up @@ -229,8 +225,6 @@ jobs:

test_clara:
needs: [ build, download_test_data ]
strategy:
fail-fast: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
Expand Down Expand Up @@ -266,8 +260,6 @@ jobs:
strategy:
fail-fast: true
matrix:
runner:
- ubuntu-latest
id:
- kpp
- eb-ep
Expand All @@ -283,7 +275,7 @@ jobs:
- { id: eb-epc, cmd: ./run-eb-tests.sh -100 electronprotonC }
- { id: eb-enc, cmd: ./run-eb-tests.sh -100 electronneutronC }
- { id: eb-eftpi, cmd: ./run-eb-tests.sh -100 electronFTpion }
runs-on: ${{ matrix.runner }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up JDK
Expand All @@ -294,7 +286,7 @@ jobs:
cache: maven
- uses: actions/download-artifact@v8
with:
name: build_${{ matrix.runner }}
name: build_ubuntu-latest
- uses: cvmfs-contrib/github-action-cvmfs@v5
with:
cvmfs_repositories: 'oasis.opensciencegrid.org'
Expand All @@ -312,8 +304,6 @@ jobs:

test_coatjava_macos:
needs: [ build_macos ]
strategy:
fail-fast: true
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
Expand Down
Loading