From 021d14a93dc8f370f49ea7b5df6e59f3e98a5185 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:27:11 +0100 Subject: [PATCH] chore: Update templated files (52c2678) (#601) * chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@52c2678a798008a68fbd62046a04e7ef281a7a09 Reference-to: stackabletech/operator-templating@52c2678 (Add integration test workflow) * chore: Add integration test config file * chore(ci): Set test parameters for scheduled runs * chore(test): bump the cluster-ttl as per stackabletech/ci#123 * bump action version * update infrastructure * drop the nodes * another infrastructure tweak --------- Co-authored-by: Techassi Co-authored-by: Nick Larsen Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> --- .github/workflows/integration-test.yml | 2 +- tests/infrastructure.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 tests/infrastructure.yaml 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 new file mode 100644 index 00000000..34fc945e --- /dev/null +++ b/tests/infrastructure.yaml @@ -0,0 +1,5 @@ +cluster-ttl: 6h +instance-size: medium +disk: 100 +nodes: 3 +parallelism: 1