-
Notifications
You must be signed in to change notification settings - Fork 46
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
validate: detecting misplaced environment clause for Serial workflows #679
Closed
tiborsimko opened this issue
Oct 25, 2023
· 2 comments
· Fixed by reanahub/reana-commons#415, #693 or reanahub/reana-ui#366 · May be fixed by reanahub/reana-server#654
Closed
validate: detecting misplaced environment clause for Serial workflows #679
tiborsimko opened this issue
Oct 25, 2023
· 2 comments
· Fixed by reanahub/reana-commons#415, #693 or reanahub/reana-ui#366 · May be fixed by reanahub/reana-server#654
Comments
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-commons
that referenced
this issue
Oct 26, 2023
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-commons
that referenced
this issue
Nov 8, 2023
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-commons
that referenced
this issue
Nov 13, 2023
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-commons
that referenced
this issue
Nov 13, 2023
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-commons
that referenced
this issue
Nov 14, 2023
If you encounter something else, then a WARNING should be emitted. (But no ERROR so that we can add new optional keywords to the list and so that old clients would work with newer servers.)
|
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-commons
that referenced
this issue
Nov 21, 2023
Great list, thanks!
Since it's the number of seconds, this should be an integer, right? (https://docs.reana.io/advanced-usage/compute-backends/kubernetes/#custom-job-timeouts) |
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-client
that referenced
this issue
Nov 21, 2023
Change validation.utils so that the warning message for additional unexpected properties also includes the path in reana.yaml where the unexpected property was found. Closes reanahub#679.
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-commons
that referenced
this issue
Nov 21, 2023
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-client
that referenced
this issue
Nov 22, 2023
Change validation.utils so that the warning message for additional unexpected properties also includes the path in reana.yaml where the unexpected property was found. Closes reanahub#679.
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-client
that referenced
this issue
Nov 22, 2023
Change the warning message generated when unexpected properties are found in the REANA specification during the validation phase to include the path to the invalidation properties. Closes reanahub#679.
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-client
that referenced
this issue
Nov 22, 2023
Change the warning message generated when unexpected properties are found in the REANA specification during the validation phase to include the path to the invalidating properties. Closes reanahub#679.
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-client
that referenced
this issue
Nov 22, 2023
Change the warning message generated when unexpected properties are found in the REANA specification during the validation phase to include the path to the invalidating properties. Closes reanahub#679.
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-ui
that referenced
this issue
Nov 22, 2023
Change the validation warning issued when unexpected properties are found in the REANA specification to include the path to were the invalidating keywords were found. Closes reanahub/reana-client#679.
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-commons
that referenced
this issue
Nov 22, 2023
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-commons
that referenced
this issue
Nov 22, 2023
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-commons
that referenced
this issue
Nov 28, 2023
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-ui
that referenced
this issue
Nov 28, 2023
Change the validation warning issued when unexpected properties are found in the REANA specification to include the path to were the invalidating keywords were found. Closes reanahub/reana-client#679.
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-ui
that referenced
this issue
Nov 28, 2023
Change the validation warning issued when unexpected properties are found in the REANA specification to include the path to were the invalidating keywords were found. Closes reanahub/reana-client#679.
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-client
that referenced
this issue
Nov 30, 2023
Change the warning message generated when unexpected properties are found in the REANA specification during the validation phase to include the path to the invalidating properties. Closes reanahub#679.
mdonadoni
added a commit
to mdonadoni/reana-server
that referenced
this issue
Dec 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following Serial workflow is wrong; note the misplaced "environment" clause for the first step:
However it appears to pass the validation:
And the execution obviously fails:
The text was updated successfully, but these errors were encountered: