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 for fms library #575 #13

Merged
merged 2 commits into from
May 13, 2021
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
2 changes: 1 addition & 1 deletion tests/ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From noaaemc/ubuntu-hpc:v1.2
From noaaemc/ubuntu-hpc:v1.3

ENV HOME=/home/builder
COPY --chown=builder:builder . $HOME/ufs-weather-model
Expand Down
8 changes: 2 additions & 6 deletions tests/ci/repo_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ result() {
}

# Declare variables
declare -A base fv3 mom6 cice ww3 stoch fms nems cmeps datm cdeps cmake
submodules="fv3 mom6 cice ww3 stoch fms nems cmeps datm cdeps cmake"
declare -A base fv3 mom6 cice ww3 stoch nems cmeps datm cdeps cmake
submodules="fv3 mom6 cice ww3 stoch nems cmeps datm cdeps cmake"
comment=''
ownerID=$1

Expand Down Expand Up @@ -43,10 +43,6 @@ stoch[repo]='https://github.com/noaa-psd/stochastic_physics'
stoch[branch]='master'
stoch[dir]='stochastic_physics'

fms[repo]='https://github.com/NOAA-GFDL/FMS'
fms[branch]='main'
fms[dir]='FMS'

nems[repo]='https://github.com/NOAA-EMC/NEMS'
nems[branch]='develop'
nems[dir]='NEMS'
Expand Down