-
Notifications
You must be signed in to change notification settings - Fork 210
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
Removing Caching from integ test #1517
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still seeing some caches https://github.com/aws/amazon-cloudwatch-agent/actions/caches?query=branch%3ARemovingCaching. The build ones are fine, but there shouldn't be any remaining test ones.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Description of the issue
Caching was intially put in place to reduce the number of tests that needed to be re-run on partial failures in an effort to speed up testing. It currently is put in place to skip passing tests on re-runs. But since GitHub workflows supports re-running failed jobs, which already covers the purpose of the caching. Caching conflicts have also resulted in false positives for passing tests like the stress tests.
Description of changes
This pr removes caching to avoid false negatives.
Integration test run: https://github.com/aws/amazon-cloudwatch-agent/actions/runs/12938647885