We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17bd27e commit d3c537aCopy full SHA for d3c537a
.github/workflows/integration-test.yml
@@ -86,7 +86,7 @@ jobs:
86
87
- name: Run Integration Test
88
id: test
89
- uses: stackabletech/actions/run-integration-test@17f66b09ca4dffa0db4274e3a65f5b9d5e25a60f # ???
+ uses: stackabletech/actions/run-integration-test@17f66b09ca4dffa0db4274e3a65f5b9d5e25a60f # vTBD
90
with:
91
test-platform: ${{ env.TEST_PLATFORM }}-${{ env.TEST_ARCHITECTURE }}
92
test-run: ${{ env.TEST_RUN }}
tests/infrastructure.yaml
@@ -1,4 +1,5 @@
1
instance-size: medium
2
+cluster-ttl: 6h
3
disk: 100
4
nodes: 3
5
parallelism: 1
0 commit comments