Skip to content

Commit b61933c

Browse files
committed
CI edits
1 parent 2195495 commit b61933c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ci/base.yml

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

ci/dace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include:
1212
GRID: [simple_grid, icon_grid]
1313
# test_model_stencils_x86_64:
1414
# extends: [.test_model_stencils, .test_template_x86_64]
15-
test_model_stencils_aarch64:
15+
.test_model_stencils_aarch64:
1616
extends: [.test_model_stencils, .test_template_aarch64]
1717

1818
.test_model_datatests:

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)