Skip to content

Commit

Permalink
test: scheduled integration test with minimal input values (#884)
Browse files Browse the repository at this point in the history
* test: add missing property

* test: deploy otomi with minimal input values
  • Loading branch information
j-zimnowoda committed Sep 12, 2022
1 parent 10ed2f8 commit 5eab10f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/integration-on-schedule.yml
Expand Up @@ -5,10 +5,17 @@ on:
- cron: '0 0 * * *'

jobs:
start-integration-test:
name: Start integration test
start-integration-test-full:
name: Start integration test (full)
uses: ./.github/workflows/integration.yml
secrets: inherit
with:
install_profile: full
cluster_region: ams3
start-integration-test-minimal:
name: Start integration test (minimal)
uses: ./.github/workflows/integration.yml
secrets: inherit
with:
install_profile: minimal
cluster_region: ams3
1 change: 1 addition & 0 deletions tests/integration/minimal.yaml
Expand Up @@ -4,4 +4,5 @@ cluster:
name: 'dev'
provider: digitalocean
k8sContext: CONTEXT_PLACEHOLDER
otomi:
version: 'OTOMI_VERSION_PLACEHOLDER'

0 comments on commit 5eab10f

Please sign in to comment.