-
Notifications
You must be signed in to change notification settings - Fork 0
Run E2E tests only on prod deployments #407
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
Conversation
WalkthroughGitHub Actions workflows were refactored to improve test organization and deployment pipeline structure. Test jobs were split into separate unit and end-to-end test stages. QA build artifacts and testing steps were introduced into the production deployment workflow. Post-deploy testing logic was consolidated in the Makefile. Changes
Sequence Diagram(s)sequenceDiagram
participant GitHub as GitHub Actions
participant checkout as Checkout
participant build as Build
participant test_unit as test-unit Job
participant test_e2e as test-e2e Job
participant deploy as deploy-prod Job
GitHub->>checkout: Trigger on push
checkout->>build: Build & Build QA
build-->>GitHub: Upload artifacts
par Parallel Test Jobs
GitHub->>test_unit: Run unit tests
test_unit-->>GitHub: ✓ Complete
and
GitHub->>test_e2e: Run E2E tests
test_e2e->>test_e2e: Deploy to QA<br/>Run health checks<br/>Run E2E tests
test_e2e-->>GitHub: ✓ Complete
end
GitHub->>deploy: Deploy to prod<br/>(requires test-unit ✓ + test-e2e ✓)
deploy-->>GitHub: ✓ Deployment complete
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (5)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
💰 Infracost reportMonthly estimate generatedThis comment will be updated when code changes. |
Summary by CodeRabbit