From 5c585b0f9258d4d8813dee6cc01ac77acb0ff14c Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Fri, 13 Dec 2024 11:32:48 +0100 Subject: [PATCH] updated action ref and infra config --- .github/workflows/integration-test.yml | 2 +- tests/infrastructure.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 24eb3372..d39c62ba 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -86,7 +86,7 @@ jobs: - name: Run Integration Test id: test - uses: stackabletech/actions/run-integration-test@5901c3b1455488820c4be367531e07c3c3e82538 # v0.4.0 + uses: stackabletech/actions/run-integration-test@17f66b09ca4dffa0db4274e3a65f5b9d5e25a60f # vTBD with: test-platform: ${{ env.TEST_PLATFORM }}-${{ env.TEST_ARCHITECTURE }} test-run: ${{ env.TEST_RUN }} diff --git a/tests/infrastructure.yaml b/tests/infrastructure.yaml index 6f8d6d02..c89db66b 100644 --- a/tests/infrastructure.yaml +++ b/tests/infrastructure.yaml @@ -1 +1,4 @@ instance-size: medium +disk: 100 +nodes: 5 +parallelism: 1