Skip to content

Commit e71006f

Browse files
committed
Only run some tests in ci
1 parent 4f01705 commit e71006f

File tree

1 file changed

+28
-26
lines changed

1 file changed

+28
-26
lines changed

ci/default.yml

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
include:
22
- local: 'ci/base.yml'
33

4-
.test_model_stencils:
5-
stage: test
6-
script:
7-
- nox -s "test_model-3.10(stencils, $COMPONENT)" -- --backend=$BACKEND --grid=$GRID
8-
rules:
9-
- if: $BACKEND == 'dace_gpu' || $BACKEND == 'gtfn_gpu'
10-
variables:
11-
NUM_PROCESSES: 8
12-
SLURM_TIMELIMIT: '00:30:00'
13-
- if: $COMPONENT == 'dycore'
14-
variables:
15-
SLURM_TIMELIMIT: '00:15:00'
16-
- when: on_success
17-
variables:
18-
SLURM_TIMELIMIT: '00:05:00'
19-
parallel:
20-
matrix:
21-
- COMPONENT: [diffusion, dycore, microphysics, muphys, common, driver]
22-
BACKEND: [gtfn_gpu]
23-
GRID: [simple, icon_regional]
24-
# test_model_stencils_x86_64:
25-
# extends: [.test_model_stencils, .test_template_x86_64]
26-
test_model_stencils_aarch64:
27-
extends: [.test_model_stencils, .test_template_aarch64]
4+
# .test_model_stencils:
5+
# stage: test
6+
# script:
7+
# - nox -s "test_model-3.10(stencils, $COMPONENT)" -- --backend=$BACKEND --grid=$GRID
8+
# rules:
9+
# - if: $BACKEND == 'dace_gpu' || $BACKEND == 'gtfn_gpu'
10+
# variables:
11+
# NUM_PROCESSES: 8
12+
# SLURM_TIMELIMIT: '00:30:00'
13+
# - if: $COMPONENT == 'dycore'
14+
# variables:
15+
# SLURM_TIMELIMIT: '00:15:00'
16+
# - when: on_success
17+
# variables:
18+
# SLURM_TIMELIMIT: '00:05:00'
19+
# parallel:
20+
# matrix:
21+
# - COMPONENT: [diffusion, dycore, microphysics, muphys, common, driver]
22+
# BACKEND: [gtfn_gpu]
23+
# GRID: [simple, icon_regional]
24+
# # test_model_stencils_x86_64:
25+
# # extends: [.test_model_stencils, .test_template_x86_64]
26+
# test_model_stencils_aarch64:
27+
# extends: [.test_model_stencils, .test_template_aarch64]
2828

2929

3030
.test_tools_datatests:
@@ -57,8 +57,10 @@ test_tools_datatests_aarch64:
5757
SLURM_TIMELIMIT: '00:15:00'
5858
parallel:
5959
matrix:
60-
- COMPONENT: [advection, diffusion, dycore, microphysics, muphys, common, driver, standalone_driver]
61-
BACKEND: [embedded, dace_gpu, gtfn_cpu, gtfn_gpu]
60+
# - COMPONENT: [advection, diffusion, dycore, microphysics, muphys, common, driver, standalone_driver]
61+
- COMPONENT: [common]
62+
# BACKEND: [embedded, dace_gpu, gtfn_cpu, gtfn_gpu]
63+
BACKEND: [dace_gpu, gtfn_cpu, gtfn_gpu]
6264
LEVEL: [integration]
6365
# test_model_datatests_x86_64:
6466
# extends: [.test_model_datatests, .test_template_x86_64]

0 commit comments

Comments
 (0)