Skip to content

Commit 709fabf

Browse files
authored
Revert Helm install to 10m, fix CircleCI naming
1 parent dc5e69b commit 709fabf

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
@@ -11,7 +11,7 @@ orbs:
1111

1212
jobs:
1313
# Spin up minikube K8s cluster and run Helm chart & e2e tests on it
14-
e2e-minikube:
14+
e2e-k8s:
1515
parameters:
1616
kubernetes-version:
1717
type: string
@@ -39,7 +39,7 @@ jobs:
3939
command: helm dependency update
4040
- run:
4141
name: Helm install stackstorm-ha chart
42-
command: helm install --timeout 5m0s --debug --wait --name-template stackstorm-ha .
42+
command: helm install --timeout 10m0s --debug --wait --name-template stackstorm-ha .
4343
- run:
4444
name: Helm test
4545
command: helm test stackstorm-ha

0 commit comments

Comments
 (0)