From 4e7b9046f15d1ad153d7ae8fd737a494322b7141 Mon Sep 17 00:00:00 2001 From: Brad Aagaard Date: Thu, 7 Nov 2024 12:39:31 -0700 Subject: [PATCH 1/2] Update CI runners. --- .github/workflows/ci-stage-2.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-stage-2.yml b/.github/workflows/ci-stage-2.yml index 64621e6aa3..d7df36790e 100644 --- a/.github/workflows/ci-stage-2.yml +++ b/.github/workflows/ci-stage-2.yml @@ -13,10 +13,13 @@ jobs: strategy: matrix: os: - - debian-testing - ubuntu-20.04 - ubuntu-22.04 + - ubuntu-24.04 + - ubuntu-24.10 + - debian-testing - fedora-39 + - fedora-40 - rockylinux-8 - rockylinux-9 From 9ddf6abdd7b6f20ea178d19b51be28d3a9b67ce6 Mon Sep 17 00:00:00 2001 From: Brad Aagaard Date: Thu, 7 Nov 2024 12:40:39 -0700 Subject: [PATCH 2/2] Turn off showing hwloc warnings/errors so PETSc tests do not cause pipeline to fail. --- docker/pylith-testenv | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/pylith-testenv b/docker/pylith-testenv index 4a680a770f..1f1000b751 100644 --- a/docker/pylith-testenv +++ b/docker/pylith-testenv @@ -7,6 +7,7 @@ ARG REPO_DIR=. ARG TEST_COVERAGE=no ARG PYTHON_COVERAGE=coverage3 ENV TEST_COVERAGE=${TEST_COVERAGE} PYTHON_COVERAGE=${PYTHON_COVERAGE} +ENV HWLOC_HIDE_ERRORS=2 LABEL maintainer="Brad Aagaard "