-
Notifications
You must be signed in to change notification settings - Fork 22
Setup E2E workflow dependencies on unit tests #795
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
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
This reverts commit a33774e.
User description
this will prevent E2E running until the normal unit tests have finished running
PR Type
Enhancement, Other
Description
Gate E2E workflows on unit test success
Replace PR triggers with workflow_run
Add success condition to E2E jobs
Standardize unit test workflow name
Diagram Walkthrough
File Walkthrough
10 files
Trigger E2E only after successful unit tests
Gate benchmark E2E on unit test success
Gate pytest-no-git E2E on unit tests
Gate unittest E2E on unit test success
Gate coverage E2E on unit test success
Gate futurehouse E2E on unit test success
Gate init optimization E2E on unit test success
Gate topological sort E2E on unit test success
Gate tracer replay E2E on unit test success
Rename workflow to 'Unit Tests' for dependency