We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5e69b commit 709fabfCopy full SHA for 709fabf
.circleci/config.yml
@@ -11,7 +11,7 @@ orbs:
11
12
jobs:
13
# Spin up minikube K8s cluster and run Helm chart & e2e tests on it
14
- e2e-minikube:
+ e2e-k8s:
15
parameters:
16
kubernetes-version:
17
type: string
@@ -39,7 +39,7 @@ jobs:
39
command: helm dependency update
40
- run:
41
name: Helm install stackstorm-ha chart
42
- command: helm install --timeout 5m0s --debug --wait --name-template stackstorm-ha .
+ command: helm install --timeout 10m0s --debug --wait --name-template stackstorm-ha .
43
44
name: Helm test
45
command: helm test stackstorm-ha
0 commit comments