From 4b131ca8f88796d0faa06149c528e0529b02d398 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Thu, 5 Dec 2024 09:43:41 -0700 Subject: [PATCH] try moving continue on error flag --- .github/workflows/build.yaml | 2 -- .github/workflows/derecho.yaml | 2 ++ .gitmodules | 2 +- components/cice | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f8d8aa608..ad4d288d5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,8 +23,6 @@ jobs: shell: bash {0} steps: - name: Run ${{ inputs.compiler }} tests - # Allows the next step to run even if this one fails - continue-on-error: true run: | pwd cd cime/scripts diff --git a/.github/workflows/derecho.yaml b/.github/workflows/derecho.yaml index 287940bd0..43d56141b 100644 --- a/.github/workflows/derecho.yaml +++ b/.github/workflows/derecho.yaml @@ -27,6 +27,8 @@ jobs: strategy: matrix: compiler: [gnu, intel, intel-oneapi, nvhpc] + # Allows the next step to run even if this one fails + continue-on-error: true uses: ./.github/workflows/build.yaml with: compiler: ${{ matrix.compiler }} diff --git a/.gitmodules b/.gitmodules index cb48fd21b..81fdd3fa5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,7 +73,7 @@ url = https://github.com/jedwards4b/CESM_CICE fxDONOTUSEurl = https://github.com/ESCOMP/CESM_CICE fxrequired = ToplevelRequired - fxtag = 80d5e61 + fxtag = f450b48 [submodule "mom"] path = components/mom diff --git a/components/cice b/components/cice index 80d5e6168..f450b48c2 160000 --- a/components/cice +++ b/components/cice @@ -1 +1 @@ -Subproject commit 80d5e6168f0eab97e84a46a1f1e18aef244e8efc +Subproject commit f450b48c2bf4e797e9a9a4cc2f8cf0a74289a9a1