File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
# Spin up minikube K8s cluster and run Helm chart & e2e tests on it
14
- " E2E Tests / minikube" :
14
+ minikube :
15
15
# 'large' 4 vCPUs & 15GB RAM CircleCI machine executor
16
16
# required to deploy heavy 'stackstorm-ha' Helm release with RabbitMQ, MongoDB, Redis clusters and 25+ st2 Pods.
17
17
# https://circleci.com/docs/2.0/configuration-reference/#machine-executor-linux
@@ -62,13 +62,13 @@ jobs:
62
62
63
63
workflows :
64
64
version : 2
65
- helm :
65
+ " E2E Tests " :
66
66
jobs :
67
- - " E2E Tests / minikube"
67
+ - minikube
68
68
# Run periodic nightly Helm tests to ensure there are no regressions
69
- helm- nightly :
69
+ " E2E Tests nightly" :
70
70
jobs :
71
- - " E2E Tests / minikube"
71
+ - minikube
72
72
triggers :
73
73
- schedule :
74
74
cron : " 0 1 * * *"
You can’t perform that action at this time.
0 commit comments