Skip to content

Commit

Permalink
kuttl helm test change parallel to 1
Browse files Browse the repository at this point in the history
Signed-off-by: vivekr-splunk <vivekr@splunk.com>
  • Loading branch information
vivekr-splunk committed Oct 10, 2023
1 parent 3df896b commit 7eb6aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/helm-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- develop
- main
- promote-develop-to-main-2.4.0
jobs:
build-operator-image:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion kuttl/kuttl-test-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: kuttl.dev/v1beta1
kind: TestSuite
testDirs:
- ./kuttl/tests/helm
parallel: 3
parallel: 1
timeout: 7000
startKIND: false
artifactsDir: kuttl-artifacts
Expand Down

0 comments on commit 7eb6aab

Please sign in to comment.