Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k8s: allow automounting of CVMFS repositories #540

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

mdonadoni
Copy link
Member

@mdonadoni
Copy link
Member Author

CI should pass after releasing new alpha version of r-commons and bumping version in setup.py

Copy link
Member

@tiborsimko tiborsimko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PVC well attempted locally:

$ kubectl get pvc
NAME          STATUS    VOLUME   CAPACITY   ACCESS MODES   STORAGECLASS   AGE
reana-cvmfs   Pending                                      reana-cvmfs    111s

Copy link

codecov bot commented Nov 14, 2023

Codecov Report

Merging #540 (0fe6c86) into master (15e2289) will increase coverage by 0.74%.
The diff coverage is 55.55%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #540      +/-   ##
==========================================
+ Coverage   71.48%   72.23%   +0.74%     
==========================================
  Files          15       15              
  Lines        1403     1390      -13     
==========================================
+ Hits         1003     1004       +1     
+ Misses        400      386      -14     
Files Coverage Δ
reana_workflow_controller/k8s.py 88.79% <0.00%> (+7.54%) ⬆️
reana_workflow_controller/workflow_run_manager.py 81.69% <62.50%> (+1.31%) ⬆️

@mdonadoni mdonadoni merged commit 0fe6c86 into reanahub:master Nov 14, 2023
11 checks passed
@mdonadoni mdonadoni deleted the cvmfs-automount branch November 14, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cvmfs: allow user to automount any repository
2 participants