Skip to content

Commit ff1b4c9

Browse files
committed
Iterating on Circle
1 parent 23bbfb5 commit ff1b4c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 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 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

6363
workflows:
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 * * *"

0 commit comments

Comments
 (0)