Skip to content

Commit 371163b

Browse files
committed
change CI-config
1 parent aa498e9 commit 371163b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ci/base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ stages:
1010
variables:
1111
PYVERSION_PREFIX: py310
1212
PYVERSION: 3.10.9
13+
FF_TIMESTAMPS: true
1314

1415
# Base image build step with SHA256 checksum for caching
1516
.build_baseimage:

ci/dace.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test_model_stencils_aarch64:
1818
.test_model_datatests:
1919
stage: test
2020
script:
21-
- nox -s "test_model-3.10(datatest, $COMPONENT)" -- --backend=$BACKEND --level=$LEVEL
21+
- nox --add-timestamp -s "test_model-3.10(datatest, $COMPONENT)" -- --backend=$BACKEND --level=$LEVEL
2222
parallel:
2323
matrix:
2424
- COMPONENT: [advection, diffusion, dycore, microphysics, common, driver]
@@ -28,3 +28,7 @@ test_model_stencils_aarch64:
2828
# extends: [.test_model_datatests, .test_template_x86_64]
2929
test_model_datatests_aarch64:
3030
extends: [.test_model_datatests, .test_template_aarch64]
31+
variables:
32+
NUM_PROCESSES: 4
33+
GT4PY_BUILD_CACHE_LIFETIME: persistent
34+
GT4PY_BUILD_JOBS: 4

0 commit comments

Comments
 (0)