Skip to content

Commit

Permalink
tmp reduce test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Nov 22, 2023
1 parent ce59440 commit 66d4470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/query-engine-driver-adapters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
QUERY_BATCH_SIZE: '10'
WORKSPACE_ROOT: ${{ github.workspace }}

runs-on: ubuntu-latest
runs-on: buildjet-8vcpu-ubuntu-2004
steps:
- uses: actions/checkout@v4
with:
Expand Down
30 changes: 1 addition & 29 deletions .github/workflows/query-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,39 +25,11 @@ jobs:
fail-fast: false
matrix:
database:
- name: 'vitess_8_0'
single_threaded: true
connector: 'vitess'
version: '8.0'
- name: 'postgres15'
single_threaded: true
connector: 'postgres'
version: '15'
- name: 'sqlite'
single_threaded: true
connector: 'sqlite'
version: '3'
- name: 'mssql_2022'
single_threaded: false
connector: 'sqlserver'
version: '2022'
- name: 'mongodb_4_2'
single_threaded: true
connector: 'mongodb'
version: '4.2'
- name: 'cockroach_23_1'
single_threaded: false
connector: 'cockroachdb'
version: '23.1'
- name: 'cockroach_22_2'
single_threaded: false
connector: 'cockroachdb'
version: '22.2'
- name: 'cockroach_22_1_0'
single_threaded: false
connector: 'cockroachdb'
version: '22.1'
engine_protocol: [graphql, json]
engine_protocol: [json]

env:
LOG_LEVEL: 'info'
Expand Down

0 comments on commit 66d4470

Please sign in to comment.