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
269139ea
Commit
269139ea
authored
1 year ago
by
Oriol Tintó
Browse files
Options
Downloads
Patches
Plain Diff
Add missing field in common jobs folder.
parent
258a2bb4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conf/common/jobs.yml
+5
-6
5 additions, 6 deletions
conf/common/jobs.yml
with
5 additions
and
6 deletions
conf/common/jobs.yml
+
5
−
6
View file @
269139ea
...
...
@@ -20,31 +20,31 @@ JOBS:
NODES
:
1
PREPARE_EXPERIMENT
:
#
FILE:
How the experiment folder is prepared should be defined for each specific case.
FILE
:
templates/common/prepare_experiment.sh
# WARNING: Should be replaced in the specific workflow definition!
DEPENDENCIES
:
BUILD_ICON
RUNNING
:
once
WALLCLOCK
:
01:00
PREPARE_DATE_LOCAL
:
#
FILE:
How the date folder is prepared should be defined for each specific case.
FILE
:
templates/common/prepare_date_local.sh
# WARNING: Should be replaced in the specific workflow definition!
RUNNING
:
date
WALLCLOCK
:
01:00
PLATFORM
:
LOCAL
PREPARE_DATE_REMOTE
:
#
FILE:
How the date folder is prepared should be defined for each specific case.
FILE
:
templates/common/prepare_date_remote.sh
# WARNING: Should be replaced in the specific workflow definition!
RUNNING
:
date
WALLCLOCK
:
01:00
PLATFORM
:
"
%DEFAULT.HPCARCH%_LOGIN"
PREPARE_MEMBER
:
#
FILE:
How the member folder is prepared should be defined for each specific case.
FILE
:
templates/common/prepare_member.sh
# WARNING: Should be replaced in the specific workflow definition!
DEPENDENCIES
:
PREPARE_EXPERIMENT PREPARE_DATE_REMOTE PREPARE_DATE_LOCAL
RUNNING
:
member
WALLCLOCK
:
01:00
PREPARE_NAMELIST
:
#
FILE:
How the namelist is prepared should be defined for each specific case.
FILE
:
templates/common/prepare_namelist.py
# WARNING: Should be replaced in the specific workflow definition!
DEPENDENCIES
:
TRANSFER_PROJECT BUILD_PYTHON_ENVIRONMENT PREPARE_MEMBER RUN_ICON-1
WALLCLOCK
:
00:05
RUNNING
:
chunk
...
...
@@ -52,7 +52,6 @@ JOBS:
EXECUTABLE
:
"
%HPCROOTDIR%/%python_environment.folder_name%/bin/python3"
PLATFORM
:
"
%DEFAULT.HPCARCH%_LOGIN"
RUN_ICON
:
FILE
:
templates/common/run_icon.sh
DEPENDENCIES
:
PREPARE_NAMELIST
...
...
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