-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibcd.yml
42 lines (37 loc) · 821 Bytes
/
bibcd.yml
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
32
33
34
35
36
37
38
39
40
41
42
---
version: 1
context: mlops
triggering: master-and-prs
modules:
linter:
pipelineShape: buildOnly
additionalSourceDirectories:
- linter
nodes:
prBuild: dind-slave
training:
pipelineShape: buildOnly
directory: training
nodes:
prBuild: dind-slave
cdBuild: dind-slave
slackNotifications:
main:
onEvents: ['failure', 'back-to-normal']
prod:
onEvents: ['success', 'failure']
serving:
pipelineShape: buildOnly
directory: serving
nodes:
prBuild: dind-slave
cdBuild: dind-slave
slackNotifications:
main:
onEvents: ['failure', 'back-to-normal']
prod:
onEvents: ['success', 'failure']
slack:
domain: sky
token: 6Y1LWxol3KTSuZnfHGquGXhd
defaultChannel: mlops-monitoring-testing