forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimizes running tests for public GitHub Runners. (apache#19512)
We started to get more (and almost consistent) OOM failures when we tried to run all tests in parallel for the public GitHub runners. This could previously happen for Providers and Integration tests but it started to happen for Core tests. This PR optimizes this to also make Core tests sequentially run and refactors the code to make it much more readable and easy to understand what's going on there.
- Loading branch information
Showing
2 changed files
with
37 additions
and
49 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