-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently the end-to-end CI workflow takes 23 minutes to complete. This lengthens the PR land time as Homu lands them serially. When the CI workflow fails due to flaky tests and has to re-run, dev speed and experience suffers. The E2E (smoke) test job is the current critical path. This commit attempts to reduce the CI workflow time to 14 mintues, by parallelizing the build and test. - prefetch cargo crates - pre-build e2e test binaries - distribute e2e tests between containers Future improvements include parallelzing the unit test (ie the next critical path) and generating/storing/analyzing test artifacts. Closes: diem#3025 Approved by: davidiw
- Loading branch information
1 parent
73aa95d
commit 80b8894
Showing
1 changed file
with
210 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters