Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ci workflows #29

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/CEFI_MOM6-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: actions/checkout@v4
with:
path: ${{ github.run_id }}/CEFI_MOM6_CHECK
fetch-depth: 1
submodules: recursive

- name: Build MOM6SIS2
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/get_glorys_test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: get_glorys_data_ci

on:
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 12 * * *'

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/mom6_cobalt_1D.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: recursive

- name: Build mom6-sis2-cobalt
Expand All @@ -33,7 +34,7 @@ jobs:
- name: Download 1d model dataset
working-directory: ./exps
run: |
wget -q ftp.gfdl.noaa.gov:/pub/Yi-cheng.Teng/1d_datasets.tar.gz && tar -zxvf 1d_datasets.tar.gz && rm -rf 1d_datasets.tar.gz
wget -q ftp.gfdl.noaa.gov:/pub/Yi-cheng.Teng/1d_ci_datasets.tar.gz && tar -zxvf 1d_ci_datasets.tar.gz && rm -rf 1d_ci_datasets.tar.gz

- name: Run 1D toy case and check repro across restarts
working-directory: ./exps/OM4.single_column.COBALT
Expand Down