forked from Shopify/krane
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdev.yml
More file actions
22 lines (22 loc) · 706 Bytes
/
Copy pathdev.yml
File metadata and controls
22 lines (22 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
name: kubernetes-deploy
up:
- ruby: 2.3.3
- bundler
- homebrew:
- Caskroom/cask/minikube
- custom:
name: Minikube Cluster
met?: test $(minikube status | grep Running | wc -l) -eq 2 && $(minikube status | grep -q 'Correctly Configured')
meet: minikube start --kubernetes-version=v1.9.4 --vm-driver=hyperkit
down: minikube stop
commands:
reset-minikube: minikube delete && rm -rf ~/.minikube
test:
run: bin/test
tophat:
run: PRINT_LOGS=1 bundle exec ruby -I test test/integration/kubernetes_deploy_test.rb -n/${1}/
desc: Tophat a change by running a test scenario with logging output enabled.
syntax:
optional:
argument: TEST_REGEX