Skip to content

Commit c809ae6

Browse files
committed
Update circleci
1 parent 6236eee commit c809ae6

File tree

1 file changed

+40
-42
lines changed

1 file changed

+40
-42
lines changed

.circleci/config.yml

Lines changed: 40 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -10,48 +10,46 @@ orbs:
1010
workflows:
1111
build-test:
1212
jobs:
13-
# We are turning off the GEOSgcm build and test for now, as the release/MAPL-v3
14-
# branch in GEOSgcm is still based on v11, but the FV3 code in this repo is now based
15-
# on v12. Once GEOSgcm MAPL3 is updated to v12, we can re-enable these tests.
16-
#########################################################################################
17-
# - ci/build: #
18-
# name: build-GEOSgcm-on-<< matrix.compiler >> #
19-
# context: #
20-
# - docker-hub-creds #
21-
# matrix: #
22-
# parameters: #
23-
# compiler: [gfortran, ifort] #
24-
# #baselibs_version: *baselibs_version #
25-
# repo: GEOSgcm #
26-
# checkout_fixture: true #
27-
# mepodevelop: false #
28-
# checkout_mapl3_release_branch: true #
29-
# persist_workspace: true # Needs to be true to run fv3/gcm experiment, costs extra #
30-
# - ci/run_fv3: #
31-
# name: run-FV3-on-<< matrix.compiler >>-with-GEOSgcm #
32-
# context: #
33-
# - docker-hub-creds #
34-
# matrix: #
35-
# parameters: #
36-
# compiler: [gfortran, ifort] #
37-
# #baselibs_version: *baselibs_version #
38-
# requires: #
39-
# - build-GEOSgcm-on-<< matrix.compiler >> #
40-
# repo: GEOSgcm #
41-
# # Run AMIP GCM (1 hour, no ExtData) #
42-
# - ci/run_gcm: #
43-
# name: run-GCM-on-<< matrix.compiler >> #
44-
# context: #
45-
# - docker-hub-creds #
46-
# matrix: #
47-
# parameters: #
48-
# compiler: [gfortran, ifort] #
49-
# requires: #
50-
# - build-GEOSgcm-on-<< matrix.compiler >> #
51-
# repo: GEOSgcm #
52-
# #baselibs_version: *baselibs_version #
53-
# #bcs_version: *bcs_version #
54-
#########################################################################################
13+
# Build GEOSgcm
14+
- ci/build:
15+
name: build-GEOSgcm-on-<< matrix.compiler >>
16+
context:
17+
- docker-hub-creds
18+
matrix:
19+
parameters:
20+
compiler: [gfortran, ifort]
21+
#baselibs_version: *baselibs_version
22+
repo: GEOSgcm
23+
checkout_fixture: true
24+
mepodevelop: false
25+
fixture_branch: release/MAPL-v3
26+
persist_workspace: false # Needs to be true to run fv3/gcm experiment, costs extra
27+
###########################################################
28+
# - ci/run_fv3: #
29+
# name: run-FV3-on-<< matrix.compiler >>-with-GEOSgcm #
30+
# context: #
31+
# - docker-hub-creds #
32+
# matrix: #
33+
# parameters: #
34+
# compiler: [gfortran, ifort] #
35+
# #baselibs_version: *baselibs_version #
36+
# requires: #
37+
# - build-GEOSgcm-on-<< matrix.compiler >> #
38+
# repo: GEOSgcm #
39+
# # Run AMIP GCM (1 hour, no ExtData) #
40+
# - ci/run_gcm: #
41+
# name: run-GCM-on-<< matrix.compiler >> #
42+
# context: #
43+
# - docker-hub-creds #
44+
# matrix: #
45+
# parameters: #
46+
# compiler: [gfortran, ifort] #
47+
# requires: #
48+
# - build-GEOSgcm-on-<< matrix.compiler >> #
49+
# repo: GEOSgcm #
50+
# #baselibs_version: *baselibs_version #
51+
# #bcs_version: *bcs_version #
52+
###########################################################
5553
- ci/build:
5654
name: build-GEOSfvdycore-as-<< matrix.fv_precision >>-on-<< matrix.compiler >>
5755
context:

0 commit comments

Comments
 (0)