Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
autoicon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
w2w
autoicon
Commits
5ddfed7c
Commit
5ddfed7c
authored
1 year ago
by
Oriol Tintó
Browse files
Options
Downloads
Patches
Plain Diff
Add test with B6 branch.
parent
55e397e1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+16
-0
16 additions, 0 deletions
.gitlab-ci.yml
examples/02_real-from-dwd-ana_B6.sh
+21
-0
21 additions, 0 deletions
examples/02_real-from-dwd-ana_B6.sh
with
37 additions
and
0 deletions
.gitlab-ci.yml
+
16
−
0
View file @
5ddfed7c
...
...
@@ -78,6 +78,22 @@ real-from-dwd-ana:
artifacts
:
name
:
real-from-dwd-ana-logs
when
:
always
paths
:
-
./autosubmit/**/tmp
expire_in
:
7 days
real-from-dwd-ana-B6
:
stage
:
run_tests
script
:
-
./examples/02_real-from-dwd-ana_B6.sh
tags
:
-
slurm.meteo.physik.lmu.de
variables
:
SRUN_OPTIONS
:
"
--time
04:00:00
--mem
64G
-n
16
-c
2"
artifacts
:
name
:
real-from-dwd-ana-B6-logs
when
:
always
paths
:
-
./autosubmit/**/tmp
expire_in
:
7 days
\ No newline at end of file
This diff is collapsed.
Click to expand it.
examples/02_real-from-dwd-ana_B6.sh
0 → 100755
+
21
−
0
View file @
5ddfed7c
#!/bin/bash
#######################################################################################################################
# Variables that are required to define the test case
EXPID
=
"rfdaB6"
ICON_CASE
=
"real-from-dwd-ana"
ICON_VERSION
=
"w2w-B6"
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
}
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment