From da92475053c16b9510a5cda17d12f421d63e3be3 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:26:23 +0100 Subject: [PATCH] chore: Update templated files (52c2678) (#645) * 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 * tweak job settings * linting * set nodes to value used in jenkins * use parallelism config * version comment --------- Co-authored-by: Techassi 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..c89db66b --- /dev/null +++ b/tests/infrastructure.yaml @@ -0,0 +1,4 @@ +instance-size: medium +disk: 100 +nodes: 5 +parallelism: 1