From f00942265afcbedec07898d232772a40b69e19fa Mon Sep 17 00:00:00 2001 From: Dusan Malusev Date: Wed, 27 Nov 2024 17:54:17 +0100 Subject: [PATCH] fix(integration-test): integration tests stabilization Signed-off-by: Dusan Malusev --- .github/workflows/integration-tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index be86ef1..40cfeef 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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 @@ -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: |