Skip to content

Commit

Permalink
REVERTME: delete other CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Sep 24, 2024
1 parent 0c943b7 commit bda7ac7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/build-spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,11 @@ jobs:
matrix:
geometry: ["vecgeom"]
special: [null]
geant: ["10.5", "10.6", "10.7", "11.0", "11.1", "11.2"]
geant: ["11.0"]
include:
- geometry: "orange"
special: "minimal"
geant: null
- geometry: "orange"
special: "float"
geant: "11.0"
- geometry: "orange"
special: "asanlite"
geant: null
- geometry: "vecgeom"
special: "clhep"
geant: "11.0"
- geometry: "vecgeom"
special: "vgsurf"
geant: "11.0"
- geometry: "geant4"
special: null
geant: "11.0"
- geometry: "orange"
special: "clang-tidy"
geant: "11.2"
env:
CCACHE_DIR: "${{github.workspace}}/.ccache"
CCACHE_MAXSIZE: "100Mi"
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,7 @@ concurrency:
cancel-in-progress: true

jobs:
build-fast:
uses: ./.github/workflows/build-fast.yml
build-ultralite:
uses: ./.github/workflows/build-ultralite.yml
doc:
uses: ./.github/workflows/doc.yml
all-prechecks:
needs: [build-fast, build-ultralite, doc]
runs-on: ubuntu-latest
steps:
- name: Success
run: "true"
build-docker:
needs: [all-prechecks]
uses: ./.github/workflows/build-docker.yml
build-spack:
needs: [all-prechecks]
uses: ./.github/workflows/build-spack.yml

# Specifying a dependent job allows us to select a single "requires" check in the project GitHub settings
all:
if: ${{always()}}
needs:
- build-docker
- build-spack
runs-on: ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{toJSON(needs)}}

# vim: set nowrap tw=100:

0 comments on commit bda7ac7

Please sign in to comment.