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

ci: Only test on compose 2.26 w/ customizations #3506

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

BYK
Copy link
Member

@BYK BYK commented Jan 2, 2025

Docker Compose is much more robust nowadays compared to the past where we had to maintain tests for both v1 and v2 and then a specific version of v2. Hence, we are removing tests for the older versions of Docker Compose with this patch. We also remove the separate tests for customizations and w/o customizations as the one with customizations should cover the one without them anyway. This reduces the CI workload to 25% of what it was

Docker Compose is much more robust nowadays compared to the past where we had to maintain tests for both v1 and v2 and then a specific version of v2. Hence, we are removing tests for the older versions of Docker Compose with this patch. We also remove the separate tests for customizations and w/o customizations as the one with customizations should cover the one without them anyway. This reduces the CI workload to 25% of what it was
@BYK BYK requested a review from hubertdeng123 January 2, 2025 17:56
Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.58%. Comparing base (8c1653d) to head (cc67a39).
Report is 1 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3506      +/-   ##
==========================================
- Coverage   98.06%   97.58%   -0.49%     
==========================================
  Files           3        3              
  Lines         207      207              
==========================================
- Hits          203      202       -1     
- Misses          4        5       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BYK
Copy link
Member Author

BYK commented Jan 2, 2025

To be able to land this, we need to change the required checks in repo configuration.

Copy link
Member

@hubertdeng123 hubertdeng123 left a comment

Choose a reason for hiding this comment

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

seems about time 👍

@BYK BYK enabled auto-merge (squash) January 2, 2025 19:30
@hubertdeng123 hubertdeng123 disabled auto-merge January 2, 2025 21:36
@hubertdeng123 hubertdeng123 merged commit cb9e0ce into master Jan 2, 2025
10 of 11 checks passed
hubertdeng123 pushed a commit that referenced this pull request Jan 2, 2025
Docker Compose is much more robust nowadays compared to the past where we had to maintain tests for both v1 and v2 and then a specific version of v2. Hence, we are removing tests for the older versions of Docker Compose with this patch. We also remove the separate tests for customizations and w/o customizations as the one with customizations should cover the one without them anyway. This reduces the CI workload to 25% of what it was
@hubertdeng123 hubertdeng123 deleted the byk/ci/less-work branch January 2, 2025 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants