Remove tests with R2D2 and anything referencing it#836
Conversation
@CoryMartin-NOAA The whole |
|
Do we have any need for solo ? I don't think so, right? |
ShastriPaturi
left a comment
There was a problem hiding this comment.
Will test with my in situ obs.
Approving it for now.
no need for solo anymore @CoryMartin-NOAA . |
The entire section @AndrewEichmann-NOAA ... I'm 99.3% sure we don't use solo outside of the r2d2 implementation ... |
d557a67
|
@CoryMartin-NOAA @guillaumevernieres ok, removed, let's see what happens |
|
Automated Global-Workflow GDASApp Testing Results: |
|
|
I suspect the |
guillaumevernieres
left a comment
There was a problem hiding this comment.
Looks good @AndrewEichmann-NOAA , do we have the dependencies sorted out properly in the g-w? If not it needs to be done asap, since merging this would break the cycling.
|
Yes, @guillaumevernieres, you are correct. |
|
@guillaumevernieres The changes to g-w depend on this PR and I don't think vice versa, so once this is in I can change g-w. I think it's just a matter of removing assignments from config files. |
guillaumevernieres
left a comment
There was a problem hiding this comment.
Approving but lets not merge just quite yet until we have an understanding of how close we are with the corresponding g-w updates.
Thanks for doing this @AndrewEichmann-NOAA .
We removed these from the unit tests in #836 but missed this one. This is failing because of our RZDM issues, but it exposed that these need to be removed.
Removes soca ctests related to R2D2, associated data, and any lines in scripts, yamls, or other config files referencing it. SOCA ctests now run on obs prepped by the prep obs task. Almost takes care of #815 as references are still present in global-workflow task config files. `logging.info` has been replaced by `print` because logging hasn't been working --------- Co-authored-by: Guillaume Vernieres <guillaume.vernieres@noaa.gov>
We removed these from the unit tests in #836 but missed this one. This is failing because of our RZDM issues, but it exposed that these need to be removed.
Removes soca ctests related to R2D2, associated data, and any lines in scripts, yamls, or other config files referencing it. SOCA ctests now run on obs prepped by the prep obs task.
Almost takes care of #815 as references are still present in global-workflow task config files.
logging.infohas been replaced byprintbecause logging hasn't been working