Skip to content

Commit

Permalink
added ttl to config
Browse files Browse the repository at this point in the history
  • Loading branch information
adwk67 committed Dec 12, 2024
1 parent 17bd27e commit d3c537a
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@17f66b09ca4dffa0db4274e3a65f5b9d5e25a60f # ???
uses: stackabletech/actions/run-integration-test@17f66b09ca4dffa0db4274e3a65f5b9d5e25a60f # vTBD
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,4 +1,5 @@
instance-size: medium
cluster-ttl: 6h
disk: 100
nodes: 3
parallelism: 1

0 comments on commit d3c537a

Please sign in to comment.