From 45557e293a9fbe74b38f58b31bec7d24e67dd752 Mon Sep 17 00:00:00 2001 From: Randolph Settgast Date: Thu, 19 Feb 2026 15:03:35 -0800 Subject: [PATCH 1/3] move things to streak2 --- .github/workflows/ci_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 1682fae4fc2..689a683c5cd 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -303,7 +303,7 @@ jobs: ENABLE_HYPRE: ON ENABLE_TRILINOS: OFF GCP_BUCKET: geosx/ubuntu22.04-gcc11 - RUNS_ON: Runner_4core_16GB + RUNS_ON: streak2 REQUIRED_LABEL: "ci: run code coverage" HOST_CONFIG: /spack-generated.cmake From cb833814dc4188b14b1a76cfaa842e7736b93e4b Mon Sep 17 00:00:00 2001 From: Randolph Settgast Date: Thu, 19 Feb 2026 15:19:02 -0800 Subject: [PATCH 2/3] actually make move --- .github/workflows/ci_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 689a683c5cd..acb530e9294 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -365,9 +365,9 @@ jobs: ENABLE_TRILINOS: OFF GEOS_ENABLE_BOUNDS_CHECK: OFF DOCKER_REPOSITORY: geosx/rockylinux8-clang17-cuda12.9.1 - RUNS_ON: streak - NPROC: 16 - DOCKER_RUN_ARGS: "--cpus=16 --memory=448g --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all -v /etc/pki/tls/certs/ca-bundle.crt:/etc/pki/tls/certs/ca-bundle.crt:ro -v /etc/pki/tls/certs/ca-bundle.crt:/certs/ca-bundle.crt:ro" + RUNS_ON: streak2 + NPROC: 8 + DOCKER_RUN_ARGS: "--cpus=8 --memory=128g --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all -v /etc/pki/tls/certs/ca-bundle.crt:/etc/pki/tls/certs/ca-bundle.crt:ro -v /etc/pki/tls/certs/ca-bundle.crt:/certs/ca-bundle.crt:ro" HOST_CONFIG: /spack-generated.cmake - name: Rockylinux CUDA (8, gcc 13.3, cuda 12.9.1) From f583c069e35983f4160d2136929f2a66233caa30 Mon Sep 17 00:00:00 2001 From: Randolph Settgast Date: Thu, 19 Feb 2026 15:27:38 -0800 Subject: [PATCH 3/3] try code coverage again --- .github/workflows/ci_tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index acb530e9294..dab98b9d5f7 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -306,6 +306,9 @@ jobs: RUNS_ON: streak2 REQUIRED_LABEL: "ci: run code coverage" HOST_CONFIG: /spack-generated.cmake + NPROC: 8 + DOCKER_RUN_ARGS: "--cpus=8 --memory=256g --runtime=nvidia -v /etc/pki/tls/certs/ca-bundle.crt:/etc/pki/tls/certs/ca-bundle.crt:ro -v /etc/pki/tls/certs/ca-bundle.crt:/certs/ca-bundle.crt:ro" + # mac_builds: # needs: