Skip to content

Commit c8f1123

Browse files
committed
CI edits
1 parent 2195495 commit c8f1123

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci/base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@ build_image_aarch64:
9090
# Limit test parallelism to avoid "OSError: too many open files" in the gt4py build stage.
9191
NUM_PROCESSES: 16
9292
GT4PY_BUILD_JOBS: 8
93+
GT4PY_BUILD_CACHE_LIFETIME: persistent
9394
ICON4PY_NOX_UV_CUSTOM_SESSION_EXTRAS: "cuda12"

model/atmosphere/diffusion/tests/diffusion_tests/test_diffusion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def test_verify_diffusion_init_against_savepoint(
415415
],
416416
)
417417
@pytest.mark.parametrize("ndyn_substeps", [2])
418-
# TODO: Enable dace orchestration, currently broken by pre-compiled programs
418+
# TODO: Enable dace orchestration, currently broken by precompiled programs
419419
@pytest.mark.parametrize("orchestration", [False])
420420
def test_run_diffusion_single_step(
421421
savepoint_diffusion_init,
@@ -686,7 +686,7 @@ def test_run_diffusion_multiple_steps(
686686
@pytest.mark.embedded_remap_error
687687
@pytest.mark.parametrize("experiment", [dt_utils.REGIONAL_EXPERIMENT])
688688
@pytest.mark.parametrize("linit", [True])
689-
# TODO: Enable dace orchestration, currently broken by pre-compiled programs
689+
# TODO: Enable dace orchestration, currently broken by precompiled programs
690690
@pytest.mark.parametrize("orchestration", [False])
691691
def test_run_diffusion_initial_step(
692692
experiment,

0 commit comments

Comments
 (0)