Skip to content

Commit

Permalink
fix(integration-test): integration tests stabilization
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant committed Nov 27, 2024
1 parent 262733b commit f009422
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
gemini-features: ["basic", "normal", "all"]
gemini-features: ["basic", "normal"]
gemini-concurrency: [4]
duration: ["5m"]
dataset-size: [large, small]
dataset-size: [large]
oracle-scylla-version: ["6.1"]
test-scylla-version: ["6.2"]
fail-fast: false
Expand All @@ -54,7 +54,8 @@ jobs:
CONCURRENCY=${{ matrix.gemini-concurrency }} \
CQL_FEATURES=${{ matrix.gemini-features }} \
DURATION=${{ matrix.duration }} \
DATASET_SIZE=${{ matrix.dataset-size }} \
WARMUP=30s \
DATASET_SIZE=${{ matrix.dataset-size }}
- name: Shutdown ScyllaDB
shell: bash
run: |
Expand Down

0 comments on commit f009422

Please sign in to comment.