-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from ecmwf/feature/check-ci
Simplify ci: run on develop, and on sundays. And disable downstream-ci-hpc. And test only python 3.11. And test only once when PR are updated. And shortest name to read the full description on github.ci. And test with only ubuntu.
- Loading branch information
Showing
2 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,13 +31,28 @@ jobs: | |
with: | ||
anemoi-utils: ecmwf/anemoi-utils@${{ github.event.pull_request.head.sha || github.sha }} | ||
codecov_upload: true | ||
skip_matrix_jobs: | | ||
gnu@debian-11 | ||
[email protected] | ||
gnu@debian-11 | ||
[email protected] | ||
[email protected] | ||
gnu@fedora-37 | ||
secrets: inherit | ||
|
||
# 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' }} | ||
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main | ||
with: | ||
anemoi-utils: ecmwf/anemoi-utils@${{ github.event.pull_request.head.sha || github.sha }} | ||
secrets: inherit | ||
# # 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' }} | ||
# uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@main | ||
# with: | ||
# anemoi-utils: ecmwf/anemoi-utils@${{ github.event.pull_request.head.sha || github.sha }} | ||
# codecov_upload: true | ||
# skip_matrix_jobs: | | ||
# gnu@debian-11 | ||
# [email protected] | ||
# gnu@debian-11 | ||
# [email protected] | ||
# [email protected] | ||
# gnu@fedora-37 | ||
# secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters