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 ff1b4c9 commit 78e8534Copy full SHA for 78e8534
.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
- minikube:
+ e2e-minikube:
15
# 'large' 4 vCPUs & 15GB RAM CircleCI machine executor
16
# required to deploy heavy 'stackstorm-ha' Helm release with RabbitMQ, MongoDB, Redis clusters and 25+ st2 Pods.
17
# https://circleci.com/docs/2.0/configuration-reference/#machine-executor-linux
@@ -62,13 +62,13 @@ jobs:
62
63
workflows:
64
version: 2
65
- "E2E Tests":
+ e2e:
66
67
- - minikube
+ - e2e-minikube
68
# Run periodic nightly Helm tests to ensure there are no regressions
69
- "E2E Tests nightly":
+ e2e-nightly:
70
71
72
triggers:
73
- schedule:
74
cron: "0 1 * * *"
0 commit comments