Update yaml files with the new syntax for where variable is_defined / is_not_defined - #194
Conversation
Chris Thomas (ctgh)
left a comment
There was a problem hiding this comment.
Thanks, this looks good to me.
Michael Cooke (mikecooke77)
left a comment
There was a problem hiding this comment.
I'm happy with this change. Should we run the kgo testing with all repos updated?
Toby Searle (twsearle)
left a comment
There was a problem hiding this comment.
Looks good to me.
Do you mean for sith, or all of the mo-bundle unit tests? |
Probably kgo and mo-bundle. |
Sure, I will update my build with this branch and run all of the unit tests. I already ran the KGO tests in the sith PR, but I can do that again with the updated build for completeness. |
|
Full ctest output is here: http://fcm1/cylc-review/taskjobs/chthomas/?suite=refactor_where_params |
Description
Refactors yamls in processWhere for is_defined and is_not_defined
Issue(s) addressed
Resolves #193
Impact
Requires changes in yamls that use filters with where statement:
is_defined:-> changed tovalue: is_validis_not_defined:-> changed tovalue: is_not_valid