Skip to content

Commit 68f738f

Browse files
authored
Merge branch 'develop' into feature/catemgn/nitrate_GMI_coupling
2 parents ebdaded + 16e92dd commit 68f738f

File tree

17 files changed

+229
-382
lines changed

17 files changed

+229
-382
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
# Anchors in case we need to override the defaults from the orb
4-
#baselibs_version: &baselibs_version v7.33.0
4+
#baselibs_version: &baselibs_version v8.24.0
55
#bcs_version: &bcs_version v11.6.0
66

77
orbs:
@@ -24,6 +24,7 @@ workflows:
2424
mepodevelop: true
2525
develop_repos: GMAO_Shared
2626
persist_workspace: false # Needs to be true to run fv3/gcm experiment, costs extra
27+
2728
# Build GOCART like UFS
2829
- ci/build:
2930
name: build-GOCART2G-like-UFS-on-<< matrix.compiler >>
@@ -39,6 +40,7 @@ workflows:
3940
develop_repos: GMAO_Shared
4041
extra_cmake_options: "-DBUILD_WITH_FLAP=OFF -DBUILD_WITH_PFLOGGER=OFF -DBUILD_SHARED_MAPL=OFF -DUSE_EXTDATA2G=OFF"
4142
persist_workspace: false # Needs to be true to run fv3/gcm experiment, costs extra
43+
4244
# Build GEOSgcm
4345
- ci/build:
4446
name: build-GEOSgcm-on-<< matrix.compiler >>

.github/workflows/enforce-labels.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,26 @@ jobs:
88
require-label:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: mheap/github-action-required-labels@v2
11+
- uses: mheap/github-action-required-labels@v5
1212
env:
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1414
with:
1515
mode: minimum
1616
count: 1
17-
labels: "0 diff,0 diff trivial,Non 0-diff,0 diff structural,0-diff trivial,Not 0-diff,0-diff,automatic,0-diff uncoupled"
17+
labels: "0 diff,0 diff trivial,Non 0-diff,0 diff structural,0-diff trivial,Not 0-diff,0-diff,automatic,0-diff uncoupled,github_actions"
1818
add_comment: true
19+
message: "This PR is being prevented from merging because you have not added one of our required labels: {{ provided }}. Please add one so that the PR can be merged."
20+
1921
blocking-label:
2022
runs-on: ubuntu-latest
2123
steps:
22-
- uses: mheap/github-action-required-labels@v2
24+
- uses: mheap/github-action-required-labels@v5
2325
env:
2426
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2527
with:
2628
mode: exactly
2729
count: 0
2830
labels: "Contingent - DNA,Needs Lead Approval,Contingent -- Do Not Approve"
2931
add_comment: true
32+
message: "This PR is being prevented from merging because you have added one of our blocking labels: {{ provided }}. You'll need to remove it before this PR can be merged."
33+

.github/workflows/spack-ci.yml

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)