CWMS-2172: Enabled LRTS tests for Forecast Spec - #1187
Conversation
| .withVolumeName(TeamCityUtilities.cleanupBranchName(ORACLE_VOLUME)) | ||
| .withSchemaImage(CWMS_DB_IMAGE); | ||
| cwmsDb.withImagePullPolicy(PullPolicy.defaultPolicy()); | ||
| cwmsDb.withImagePullPolicy(PullPolicy.alwaysPull()); |
There was a problem hiding this comment.
Should be "if not present"
If not present will still check if it's up-to-date or not.
There was a problem hiding this comment.
I didn't see an available "if not present" policy, but I've reverted to the default policy. The db image link change resolved the build error, so the pull policy shouldn't be an issue.
There was a problem hiding this comment.
@MikeNeilson Zack reverted back to defaultPolicy. Can you resolve your requested change so that the PR can be merged?
There was a problem hiding this comment.
Yeah, we need to figure out how to override that when I randomly go on vacation and forget to use "comment" instead of "request changes"
There was a problem hiding this comment.
I do have the ability to dismiss your review, but figured there was no pressing timeline on this simple change

Fixes HydrologicEngineeringCenter/cwms-database#24.
Enables LRTS interval identifier integration tests for Forecast spec retrieval.