-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Github actions workflow optimisations (#1963)
* Divided pg tests in gh actions into 3 groups: offline, live_basic, live_advanced - this will help to reduce the overall time taken for the GHA to complete - Improvement: total time 57min to 26min i.e. 2x improvement * Replaced always() with !cancelled() condition from if expressions of all tests * Using yugabyted cmd to start ybdb cluster in docker container - remove old way of creating using /yb-master and /yb-tserver commands
- Loading branch information
1 parent
484ba66
commit 2127d22
Showing
5 changed files
with
85 additions
and
126 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
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
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
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
Oops, something went wrong.