From 520ef195f4cae5c739d43c65c20da05f18b788e5 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:53:06 +0100 Subject: [PATCH] chore: Update templated files (52c2678) (#878) * 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 * updated config --------- Co-authored-by: Nick Larsen Co-authored-by: Andrew Kenworthy --- .github/workflows/integration-test.yml | 2 +- tests/infrastructure.yaml | 4 ++++ 2 files changed, 5 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..d39c62ba 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@17f66b09ca4dffa0db4274e3a65f5b9d5e25a60f # vTBD 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..a22278a9 --- /dev/null +++ b/tests/infrastructure.yaml @@ -0,0 +1,4 @@ +instance-size: medium +disk: 100 +nodes: 8 +parallelism: 1