Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Removing Caching from integ test #1517

wants to merge 5 commits into from

Conversation

Paramadon
Copy link
Contributor

@Paramadon Paramadon commented Jan 23, 2025

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

@Paramadon Paramadon requested a review from a team as a code owner January 23, 2025 21:15
TravisStark
TravisStark previously approved these changes Jan 24, 2025
Copy link
Contributor

@jefchien jefchien left a 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.

Copy link
Contributor

@musa-asad musa-asad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants