Skip to content

Commit

Permalink
CI uses updated reference data
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Apr 19, 2024
1 parent 7a3b52e commit ae6b61d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/containerized-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
RUN_CMD:
# https://github.com/earth-system-radiation/rte-rrtmgp/issues/194
OMP_TARGET_OFFLOAD: DISABLED
FAILURE_THRESHOLD: 5.8e-2 # 7.e-4
FAILURE_THRESHOLD: 7.e-4

steps:
#
Expand All @@ -72,6 +72,7 @@ jobs:
with:
repository: earth-system-radiation/rrtmgp-data
path: rrtmgp-data
ref: feature-new-lw-quadrature
#
# Build libraries, examples and tests (expect success)
#
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
RRTMGP_ROOT: ${{ github.workspace }}
RRTMGP_DATA: ${{ github.workspace }}/rrtmgp-data
RUN_CMD:
FAILURE_THRESHOLD: 5.8e-2 # 7.e-4
FAILURE_THRESHOLD: 7.e-4
steps:
#
# Relax failure thresholds for single precision
Expand All @@ -52,6 +52,7 @@ jobs:
with:
repository: earth-system-radiation/rrtmgp-data
path: rrtmgp-data
ref: feature-new-lw-quadrature
#
# Synchronize the package index
#
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/self-hosted-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
with:
repository: earth-system-radiation/rrtmgp-data
path: rrtmgp-data
ref: feature-new-lw-quadrature
#
# Finalize build environment
#
Expand Down

0 comments on commit ae6b61d

Please sign in to comment.