-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshipyard.yaml
More file actions
31 lines (30 loc) · 766 Bytes
/
Copy pathshipyard.yaml
File metadata and controls
31 lines (30 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
apiVersion: "spec.keptn.sh/0.2.2"
kind: "Shipyard"
metadata:
name: "shipyard-delivery"
spec:
stages:
- name: "qa"
sequences:
- name: "delivery"
tasks:
- name: "deployment"
- name: "test"
- name: "evaluation"
properties:
timeframe: "2m"
- name: "production"
sequences:
- name: "delivery"
triggeredOn:
- event: "qa.delivery.finished"
tasks:
- name: "approval"
properties:
pass: "automatic"
warning: "automatic"
- name: "deployment"
- name: "test"
- name: "evaluation"
properties:
timeframe: "2m"