forked from airbytehq/airbyte
-
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.
Property to limit test parallelisation (airbytehq#23870)
* Adds new functionality on integration test pipeline and test pipeline in order to reduce parallelization. It's done by creating a `gradle.properties` file in the connector root folder. Extra: removes test concatenation for performance tests. * rename parameter * fix names * Reduce threads
- Loading branch information
1 parent
a1a5e78
commit 4915581
Showing
4 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
airbyte-integrations/connectors/destination-snowflake/gradle.properties
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
numberThreads=2 |
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