Skip to content

Commit

Permalink
Merge pull request #297 from GEOS-ESM/feature/mathomp4/fix-adas-ci-try3
Browse files Browse the repository at this point in the history
Fix up ADAS CI
  • Loading branch information
rtodling authored Nov 12, 2024
2 parents 0dcd5ec + 0b6319b commit c7a1e71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 2.1

# Anchors to prevent forgetting to update a version
baselibs_version: &baselibs_version v7.25.0
baselibs_version: &baselibs_version v7.23.0

orbs:
ci: geos-esm/circleci-tools@2
ci: geos-esm/circleci-tools@2.10

workflows:
build-test:
Expand All @@ -21,5 +21,5 @@ workflows:
repo: GEOSadas
persist_workspace: false # Needs to be true to run fv3/gcm experiment, costs extra
mepodevelop: false
rebuild_procs: 1
rebuild_procs: 4
build_type: Release
2 changes: 1 addition & 1 deletion components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GMAO_Shared:
GMAOpyobs:
local: ./src/Shared/@GMAO_Shared/@GMAO_pyobs
remote: ../GMAOpyobs.git
tag: v1.0.6
tag: v1.0.6.1
develop: develop

AeroML:
Expand Down

0 comments on commit c7a1e71

Please sign in to comment.