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

fix(helm): allow interactive-session-cleanup job to access RWC (#820) #820

Merged

Conversation

mdonadoni
Copy link
Member

Copy link

codecov bot commented Aug 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 19.22%. Comparing base (fcecb6b) to head (a288636).
Report is 21 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #820   +/-   ##
=======================================
  Coverage   19.22%   19.22%           
=======================================
  Files          26       26           
  Lines        2512     2512           
=======================================
  Hits          483      483           
  Misses       2029     2029           

@mdonadoni mdonadoni force-pushed the network-policy-session-cleanup branch from 7028e7a to 0d608ee Compare August 9, 2024 10:29
@mdonadoni mdonadoni force-pushed the network-policy-session-cleanup branch from 0d608ee to ed3fe16 Compare August 26, 2024 13:44
@mdonadoni mdonadoni force-pushed the network-policy-session-cleanup branch from ed3fe16 to a288636 Compare August 27, 2024 07:13
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.

Works nicely 👍

With master branch:

$ kubectl logs reana-interactive-session-cleanup1-m6zxt | grep -v InsecureRequestWarning: | grep -v warnings.warn
Starting to close interactive sessions running longer than 0 days..
Fetching interactive session pods..
Couldn't close interactive session 'reana-run-session-b6e2a0a2-a544-42ca-9837-82044bd29d2d-744m5v6v':

With this PR:

$ kubectl logs reana-interactive-session-cleanup2-phh6s | grep -v InsecureRequestWarning: | grep -v warnings.warn
Starting to close interactive sessions running longer than 0 days..
Fetching interactive session pods..
Interactive session 'reana-run-session-b6e2a0a2-a544-42ca-9837-82044bd29d2d-744m5v6v' has been closed.

@tiborsimko tiborsimko merged commit a288636 into reanahub:master Aug 28, 2024
12 checks passed
@mdonadoni mdonadoni deleted the network-policy-session-cleanup branch August 29, 2024 10:19
mdonadoni added a commit to mdonadoni/reana that referenced this pull request Dec 2, 2024
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.

interactive-session-cleanup: cronjob fails but manual execution succeeds
2 participants