-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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: Faster and smarter backup/restore tests #3516
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #3516 +/- ##
==========================================
+ Coverage 93.23% 99.45% +6.21%
==========================================
Files 3 3
Lines 207 184 -23
==========================================
- Hits 193 183 -10
+ Misses 14 1 -13 ☔ View full report in Codecov by Sentry. |
This is an initial transitionary patch before landing #3516. Once we land this, we will point https://github.com/getsentry/action-self-hosted-e2e-tests/blob/main/action.yml to this repo, land #3516, then update users of the old action to use this one and remove that repo.
This is an initial transitionary patch before landing #3516. Once we land this, we will update users of the old action to use this one and remove that repo. Then land #3516 safely. Great thing is, with this patch and the subsequent update to getsentry/action-self-hosted-e2e-tests to use this one, all the repos would be using the Docker Volume caching we introduced in #3488.
@hubertdeng123 okay, this looks pretty good but waiting on getsentry/relay#4442 and getsentry/snuba#6746 before merging (otherwise those repos will be broken) After those, I'll merge this and will also retire https://github.com/getsentry/action-self-hosted-e2e-tests/blob/main/action.yml |
From
to