From 44ad54ce7bddc8bb1d548ad2b50628d38c72be07 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Wed, 11 Dec 2024 13:15:04 +0100 Subject: [PATCH] tweak job settings --- .github/workflows/integration-test.yml | 2 +- tests/infrastructure.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 24eb3372..dc7dda1b 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@95626907fd8cae2f17c862ae40bcab1aa5a2c854 # v0.5.0 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..c6c80077 100644 --- a/tests/infrastructure.yaml +++ b/tests/infrastructure.yaml @@ -1 +1,3 @@ -instance-size: medium +instance-size: large +disk: 100 +nodes: 3 \ No newline at end of file