Skip to content
Snippets Groups Projects
Commit 55e397e1 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Add build-only test.

parent 01f685a2
No related branches found
No related tags found
No related merge requests found
Pipeline #19315 passed
......@@ -17,6 +17,22 @@ clean-spack:
- when: never
build-only:
stage: run_tests
script:
- ./examples/00_build_only.sh
tags:
- slurm.meteo.physik.lmu.de
variables:
SRUN_OPTIONS: "--time 04:00:00 --mem 18G -n 4 -c 2"
artifacts:
name: build-only-logs
when: always
paths:
- ./autosubmit/**/tmp
expire_in: 7 days
real-from-ideal:
stage: run_tests
......
#!/bin/bash
#######################################################################################################################
# Variables that are required to define the test case
EXPID="bo000"
ICON_CASE="build_only"
ICON_VERSION="2.6.5-nwp0"
PLATFORM="LOCAL"
EXTRA_NAMELIST=""
EXTRA_CONFIGURATION=""
#######################################################################################################################
set -euo pipefail
# Get path to the script directory
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
# Import the function run_autoicon_example
source ${SCRIPT_DIR}/example_utils.sh
# Setup and run the experiment
run_autoicon_example "$EXPID" "$ICON_CASE" "$ICON_VERSION" "$PLATFORM" "${EXTRA_NAMELIST}" "${EXTRA_CONFIGURATION}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment