Skip to content

Commit

Permalink
chore: Update templated files (52c2678) (#645)
Browse files Browse the repository at this point in the history
* chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@52c2678

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 <[email protected]>
Co-authored-by: Nick Larsen <[email protected]>
Co-authored-by: Andrew Kenworthy <[email protected]>
  • Loading branch information
4 people authored Dec 12, 2024
1 parent 3b2d0b4 commit da92475
Show file tree
Hide file tree
Showing 2 changed files with 5 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@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 }}
Expand Down
4 changes: 4 additions & 0 deletions tests/infrastructure.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
instance-size: medium
disk: 100
nodes: 5
parallelism: 1

0 comments on commit da92475

Please sign in to comment.