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

Auto PR - develop β†’ MAPL-v3 - Update CircleCI to use Orb Default Baselibs and BCs #249

Merged
merged 2 commits into from
Jul 31, 2023
Merged
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
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2.1

# Anchors to prevent forgetting to update a version
baselibs_version: &baselibs_version v7.13.0
bcs_version: &bcs_version v11.00.0
# Anchors in case we need to override the defaults from the orb
#baselibs_version: &baselibs_version v7.14.0
#bcs_version: &bcs_version v11.1.0


orbs:
Expand All @@ -18,7 +18,7 @@ workflows:
matrix:
parameters:
compiler: [ifort, gfortran]
baselibs_version: *baselibs_version
#baselibs_version: *baselibs_version
repo: GEOSgcm
checkout_fixture: true
mepodevelop: true
Expand All @@ -30,7 +30,7 @@ workflows:
matrix:
parameters:
compiler: [gfortran, ifort]
baselibs_version: *baselibs_version
#baselibs_version: *baselibs_version
requires:
- build-GEOSgcm-on-<< matrix.compiler >>
repo: GEOSgcm
Expand All @@ -42,7 +42,7 @@ workflows:
parameters:
compiler: [ifort, gfortran]
fv_precision: ["R4", "R8"]
baselibs_version: *baselibs_version
#baselibs_version: *baselibs_version
repo: GEOSfvdycore
checkout_fixture: true
mepodevelop: false
Expand All @@ -55,7 +55,7 @@ workflows:
parameters:
compiler: [gfortran, ifort]
fv_precision: ["R4", "R8"]
baselibs_version: *baselibs_version
#baselibs_version: *baselibs_version
requires:
- build-GEOSfvdycore-as-<< matrix.fv_precision >>-on-<< matrix.compiler >>
repo: GEOSfvdycore
Loading