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 1111
1212jobs :
1313 # Spin up minikube K8s cluster and run Helm chart & e2e tests on it
14- " E2E Tests / minikube" :
14+ minikube :
1515 # 'large' 4 vCPUs & 15GB RAM CircleCI machine executor
1616 # required to deploy heavy 'stackstorm-ha' Helm release with RabbitMQ, MongoDB, Redis clusters and 25+ st2 Pods.
1717 # https://circleci.com/docs/2.0/configuration-reference/#machine-executor-linux
@@ -62,13 +62,13 @@ jobs:
6262
6363workflows :
6464 version : 2
65- helm :
65+ " E2E Tests " :
6666 jobs :
67- - " E2E Tests / minikube"
67+ - minikube
6868 # Run periodic nightly Helm tests to ensure there are no regressions
69- helm- nightly :
69+ " E2E Tests nightly" :
7070 jobs :
71- - " E2E Tests / minikube"
71+ - minikube
7272 triggers :
7373 - schedule :
7474 cron : " 0 1 * * *"
You can’t perform that action at this time.
0 commit comments