Skip to content

Commit bf129ce

Browse files
author
Chris Russell
committed
resolving test command issue
Removed Parallel due to no support helm/helm#7763
1 parent a68c198 commit bf129ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ jobs:
8080
command: helm dependency update
8181
- run:
8282
name: Helm install stackstorm-ha chart
83-
command: helm install --timeout 5m0s --debug --wait --name-template stackstorm-ha .
83+
command: helm install --timeout 10m0s --debug --wait --name-template stackstorm-ha .
8484
- run:
8585
name: Helm test
86-
command: helm test stackstorm-ha --parallel --cleanup
86+
command: helm test stackstorm-ha --cleanup
8787
- run:
8888
when: always
8989
name: Show created K8s resources

0 commit comments

Comments
 (0)