From 36fbeb7ca50da98fcd7c5d63fc3fdddc3e69cd91 Mon Sep 17 00:00:00 2001 From: Ryan Mulhall <35538242+rem1776@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:11:16 -0400 Subject: [PATCH 1/3] fix skip name --- .github/workflows/github_autotools_gnu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_autotools_gnu.yml b/.github/workflows/github_autotools_gnu.yml index 68e855a814..a405838dce 100644 --- a/.github/workflows/github_autotools_gnu.yml +++ b/.github/workflows/github_autotools_gnu.yml @@ -19,7 +19,7 @@ jobs: env: TEST_VERBOSE: 1 DISTCHECK_CONFIGURE_FLAGS: "${{ matrix.conf-flag }} ${{ matrix.input-flag }} ${{ matrix.io-flag }}" - SKIP_TESTS: "test_mpp_domains.14 test_horiz_interp2.9 test_horiz_interp2.10" # temporary till fixes are in + SKIP_TESTS: "test_mpp_domains2.14 test_horiz_interp2.9 test_horiz_interp2.10" # temporary till fixes are in steps: - name: Checkout code uses: actions/checkout@v2 From fc8c5303c817c76b427126d35d02fbb7aae89069 Mon Sep 17 00:00:00 2001 From: Ryan Mulhall <35538242+rem1776@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:58:04 -0400 Subject: [PATCH 2/3] Update github_autotools_gnu.yml --- .github/workflows/github_autotools_gnu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_autotools_gnu.yml b/.github/workflows/github_autotools_gnu.yml index a405838dce..eb5e9d131b 100644 --- a/.github/workflows/github_autotools_gnu.yml +++ b/.github/workflows/github_autotools_gnu.yml @@ -19,7 +19,7 @@ jobs: env: TEST_VERBOSE: 1 DISTCHECK_CONFIGURE_FLAGS: "${{ matrix.conf-flag }} ${{ matrix.input-flag }} ${{ matrix.io-flag }}" - SKIP_TESTS: "test_mpp_domains2.14 test_horiz_interp2.9 test_horiz_interp2.10" # temporary till fixes are in + SKIP_TESTS: "test_mpp_domains2.14 test_horiz_interp2.9 test_horiz_interp2.10 test_yaml_parser.5" # temporary till fixes are in steps: - name: Checkout code uses: actions/checkout@v2 From 7e75e69a3904902f556169b5b09e2f3961dcc0b2 Mon Sep 17 00:00:00 2001 From: Ryan Mulhall <35538242+rem1776@users.noreply.github.com> Date: Thu, 27 Jul 2023 09:46:58 -0400 Subject: [PATCH 3/3] use noaa docker account --- .github/workflows/github_autotools_gnu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_autotools_gnu.yml b/.github/workflows/github_autotools_gnu.yml index eb5e9d131b..e1b1c131b7 100644 --- a/.github/workflows/github_autotools_gnu.yml +++ b/.github/workflows/github_autotools_gnu.yml @@ -15,7 +15,7 @@ jobs: - conf-flag: --with-mpi=no input-flag: --enable-test-input=/home/unit_tests_input container: - image: ryanmulhall/fms-ci-rocky-gnu:12.3.0 + image: noaagfdl/fms-ci-rocky-gnu:12.3.0 env: TEST_VERBOSE: 1 DISTCHECK_CONFIGURE_FLAGS: "${{ matrix.conf-flag }} ${{ matrix.input-flag }} ${{ matrix.io-flag }}"