-
Notifications
You must be signed in to change notification settings - Fork 100
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
github automated tests use deprecated features that will be disabled soon #649
Comments
@AlexanderRichert-NOAA How could these warnings be addressed? I also saw total cache storage hits limit at |
@SamuelTrahanNOAA Could you test the fix @AlexanderRichert-NOAA suggests in your PR #646? Thanks! |
I changed all of the |
Apparently it needs to be |
Now I'm seeing new errors from the UPP build:
|
It's a bit of a shot in the dark, but you might try adding |
When I do that, it can't find cmake:
|
That's strange, since in the setup we ran "sudo apt install cmake". You could maybe try installing it through Spack. In any case, I think what's going on is that it's picking up on glibc's under /usr/local which shouldn't be getting used, so I think you'll need to find some way to get those out of the way (I suppose you could do something like |
I'd rather merge the fixes we have now that do work and let the maintainer of this test suite fix the problem. |
@SamuelTrahanNOAA Thanks for testing. Yes, I will process the final tests and work with @AlexanderRichert-NOAA for residual CI issue. |
GitHub is frequently deprecating versions of various actions, but the actions don't stop working. So I would suggest not worrying too much about warnings of the CI system for YML code. |
The github automated tests for UPP are generating warnings about features that will soon be disabled. This comes from the steps with "cache" in their names:
Warning: The
save-state
command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/Warning: The
set-output
command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/The text was updated successfully, but these errors were encountered: