Skip to content

Commit

Permalink
tmp: reduce test metrix
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Nov 22, 2023
1 parent 1626ab6 commit f2981ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 29 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 @@ -56,7 +56,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
32 changes: 4 additions & 28 deletions .github/workflows/query-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,35 +25,11 @@ jobs:
fail-fast: false
matrix:
database:
- name: 'vitess_8_0'
- name: 'sqlite'
single_threaded: true
connector: 'vitess'
version: '8.0'
- name: 'postgres15'
single_threaded: true
connector: 'postgres'
version: '15'
- 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]
connector: 'sqlite'
version: '3'
engine_protocol: [json]

env:
LOG_LEVEL: 'info'
Expand Down

0 comments on commit f2981ff

Please sign in to comment.