Skip to content

Commit

Permalink
Merge pull request #9 from ecmwf/feature/ci-hpc
Browse files Browse the repository at this point in the history
Enable HPC CI
  • Loading branch information
oiffrig authored Feb 3, 2025
2 parents 7f23560 + 627ace6 commit a4420e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/ci-hpc-config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
build:
python: 3.10
parallel: 1
parallel: 1
pytest_cmd: |
python -m pytest --cov=./ --cov-report=xml
python -m coverage report
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
# Build downstream packages on HPC
downstream-ci-hpc:
name: downstream-ci-hpc
# if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
if: ${{ false }}
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
with:
earthkit-time: ecmwf/earthkit-time@${{ github.event.pull_request.head.sha || github.sha }}
Expand Down

0 comments on commit a4420e9

Please sign in to comment.