Setup E2E workflow dependencies on unit tests #795
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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