Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
IRF from KM3NeT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Admin message
Gitlab has been updated. More info
here
.
Show more breadcrumbs
ESCAPE2020
virtual-environment
IRF from KM3NeT
Commits
a0425a29
Commit
a0425a29
authored
2 years ago
by
Mikhail Smirnov
Browse files
Options
Downloads
Patches
Plain Diff
reana yaml for data lake
parent
df5a56ba
No related branches found
Branches containing commit
No related tags found
2 merge requests
!7
Add CICD for test
,
!5
test to another
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
reana_heavy_DL.yaml
+35
-0
35 additions, 0 deletions
reana_heavy_DL.yaml
run_reana.sh
+1
-1
1 addition, 1 deletion
run_reana.sh
with
36 additions
and
1 deletion
reana_heavy_DL.yaml
0 → 100644
+
35
−
0
View file @
a0425a29
---
version
:
0.8.1
inputs
:
files
:
-
reana_analysis/production_of_fits_WF.py
-
python_scripts/__init__.py
-
python_scripts/func.py
-
python_scripts/irf_utils.py
-
python_scripts/plot_utils.py
parameters
:
main
:
production_of_fits_WF.py
path
:
reana_analysis
workflow
:
type
:
serial
specification
:
steps
:
-
name
:
fetchdata
voms_proxy
:
true
rucio
:
true
environment
:
'
projectescape/rucio-client'
commands
:
-
rucio get "KM3ET_ECAP_MS:mcv5.1.km3_anumuCC.ALL.dst.bdt.root"
-
rucio get <KM3ET_ECAP_MS:mcv5.1.km3_numuCC.ALL.dst.bdt.root>
-
name
:
fitdata
environment
:
<gear8mike/test-repo:km3irf>
kubernetes_memory_limit
:
'
1000Mi'
commands
:
-
mkdir data
-
mv mcv5.1.km3_anumuCC.ALL.dst.bdt.root ./data
-
mv mcv5.1.km3_numuCC.ALL.dst.bdt.root ./data
-
cd "${path}" && python "${main}"
outputs
:
files
:
-
results/test_aeff.fits
This diff is collapsed.
Click to expand it.
run_reana.sh
+
1
−
1
View file @
a0425a29
#! /bin/bash
reana-client create
-w
aeff_build
-f
reana_heavy.yaml
reana-client create
-w
aeff_build
-f
reana_heavy
_DL
.yaml
export
REANA_WORKON
=
aeff_build
reana-client upload
reana-client start
...
...
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