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

workflow: always upload REANA specification on create and restart #624

Closed
wants to merge 0 commits into from

Conversation

VMois
Copy link

@VMois VMois commented Aug 16, 2022

closes #623

@VMois VMois force-pushed the upload-specification-by-default branch 2 times, most recently from c7a9892 to b96b97b Compare August 16, 2022 13:03
@codecov-commenter
Copy link

codecov-commenter commented Aug 16, 2022

Codecov Report

Merging #624 (b96b97b) into master (e1971ca) will increase coverage by 0.03%.
The diff coverage is 12.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #624      +/-   ##
==========================================
+ Coverage   57.37%   57.40%   +0.03%     
==========================================
  Files          23       23              
  Lines        2299     2303       +4     
==========================================
+ Hits         1319     1322       +3     
- Misses        980      981       +1     
Impacted Files Coverage Δ
reana_client/cli/workflow.py 63.65% <12.90%> (+0.07%) ⬆️

parsed_parameters["reana_specification"] = load_validate_reana_spec(
click.format_filename(file)
)
if workflow:
Copy link
Author

Choose a reason for hiding this comment

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

workflow must always exist, so I removed this check.

@VMois VMois marked this pull request as ready for review August 17, 2022 06:57
@audrium audrium closed this Dec 12, 2022
@audrium audrium force-pushed the upload-specification-by-default branch from 5ce2147 to 6f0657d Compare December 12, 2022 14:33
@audrium
Copy link
Member

audrium commented Dec 12, 2022

Because of my mistake the original PR got closed, I've pushed the same rebased commit here: #647

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.

upload REANA specification file to server by default
3 participants