Skip to content

Commit 78e8534

Browse files
committed
Rename for Circle
1 parent ff1b4c9 commit 78e8534

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-
minikube:
14+
e2e-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-
"E2E Tests":
65+
e2e:
6666
jobs:
67-
- minikube
67+
- e2e-minikube
6868
# Run periodic nightly Helm tests to ensure there are no regressions
69-
"E2E Tests nightly":
69+
e2e-nightly:
7070
jobs:
71-
- minikube
71+
- e2e-minikube
7272
triggers:
7373
- schedule:
7474
cron: "0 1 * * *"

0 commit comments

Comments
 (0)