Skip to content

Commit

Permalink
ci: Use 100G disks
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Dec 6, 2024
1 parent 8ee7e96 commit 046d2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Run Integration Test
id: test
uses: stackabletech/actions/run-integration-test@5c9e7b59b5a6c459a6a488193e9a9fb8dfe63cc8 # v0.4.0 TODO: Use released version
uses: stackabletech/actions/run-integration-test@95626907fd8cae2f17c862ae40bcab1aa5a2c854 # v0.5.0
with:
test-platform: ${{ env.TEST_PLATFORM }}-${{ env.TEST_ARCHITECTURE }}
test-run: ${{ env.TEST_RUN }}
Expand Down
1 change: 1 addition & 0 deletions tests/infrastructure.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
instance-size: large
disk: 100
nodes: 3

0 comments on commit 046d2d4

Please sign in to comment.