|
1 | 1 | include: |
2 | 2 | - local: 'ci/base.yml' |
3 | 3 |
|
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] |
28 | 28 |
|
29 | 29 |
|
30 | 30 | .test_tools_datatests: |
@@ -57,8 +57,10 @@ test_tools_datatests_aarch64: |
57 | 57 | SLURM_TIMELIMIT: '00:15:00' |
58 | 58 | parallel: |
59 | 59 | 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] |
62 | 64 | LEVEL: [integration] |
63 | 65 | # test_model_datatests_x86_64: |
64 | 66 | # extends: [.test_model_datatests, .test_template_x86_64] |
|
0 commit comments