Setup E2E workflow dependencies on unit tests#795
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
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 testsGate benchmark E2E on unit test successGate pytest-no-git E2E on unit testsGate unittest E2E on unit test successGate coverage E2E on unit test successGate futurehouse E2E on unit test successGate init optimization E2E on unit test successGate topological sort E2E on unit test successGate tracer replay E2E on unit test successRename workflow to 'Unit Tests' for dependency