-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows: Use larger machine shape for test suite
This change uses an 8-core machine with more memory for running the unit tests. Several tests which were not marked as `t.Parallel()` due to resource constraints are allowed to run in parallel.
- Loading branch information
Showing
5 changed files
with
11 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ jobs: | |
# Integration matrix tests for all supported CRDB and source DBs. | ||
tests: | ||
name: Integration Tests | ||
runs-on: ${{ matrix.runs-on || 'ubuntu-latest' }} | ||
runs-on: ${{ matrix.runs-on || 'ubuntu-latest-8-core' }} | ||
strategy: | ||
fail-fast: false | ||
# Refer to the CRDB support policy when determining how many | ||
|
@@ -118,8 +118,6 @@ jobs: | |
# target: oracle-v18.4 | ||
# targetConn: "oracle://system:[email protected]:1521/XEPDB1" | ||
- cockroachdb: v23.1 | ||
# Managed by dev-inf team. | ||
runs-on: ubuntu-latest-8-core | ||
target: oracle-v21.3 | ||
targetConn: "oracle://system:[email protected]:1521/XEPDB1" | ||
|
||
|
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