forked from AICoE/elyra-aidevsecops-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.aicoe-ci.yaml
121 lines (112 loc) · 4.07 KB
/
.aicoe-ci.yaml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
check:
- overlays-build
overlays_dir: overlays
overlays:
- name: download-dataset
build:
base-image: "quay.io/thoth-station/s2i-thoth-ubi8-py38:v0.28.0"
build-stratergy: Source
registry: quay.io
registry-org: thoth-station
registry-project: elyra-aidevsecops-dataset
registry-secret: thoth-station-thoth-pusher-secret
- name: training
build:
base-image: "quay.io/thoth-station/s2i-thoth-ubi8-py38:v0.28.0"
build-stratergy: Source
registry: quay.io
registry-org: thoth-station
registry-project: elyra-aidevsecops-training
registry-secret: thoth-station-thoth-pusher-secret
- name: experiment
build:
base-image: "quay.io/thoth-station/s2i-elyra-custom-notebook:v0.4.4"
build-source-script: "image:///opt/app-root/builder"
custom-tag: latest
build-stratergy: Source
registry: quay.io
registry-org: thoth-station
registry-project: elyra-aidevsecops-experiment
registry-secret: thoth-station-thoth-pusher-secret
- name: inference
build:
base-image: "quay.io/thoth-station/s2i-thoth-ubi8-py38:v0.28.0"
build-stratergy: Source
registry: quay.io
registry-org: thoth-station
registry-project: elyra-aidevsecops-tutorial
registry-secret: thoth-station-thoth-pusher-secret
deploy:
project-org: "thoth-station"
project-name: "elyra-aidevsecops-tutorial"
image-name: "elyra-aidevsecops-tutorial"
overlay-contextpath: "manifests/overlays/inference/imagestreamtag.yaml"
gather:
overlay-name: test-model
name: gather_deployment_metrics_using_tensorflow
- name: nm-download
build:
base-image: "quay.io/thoth-station/s2i-thoth-ubi8-py38:v0.28.0"
build-stratergy: Source
registry: quay.io
registry-org: thoth-station
registry-project: neural-magic-download
registry-secret: thoth-station-thoth-pusher-secret
- name: pytorch-training
build:
base-image: "quay.io/thoth-station/s2i-thoth-ubi8-py38:v0.28.0"
build-stratergy: Source
registry: quay.io
registry-org: thoth-station
registry-project: pytorch-training
registry-secret: thoth-station-thoth-pusher-secret
- name: nm-convert-onnx
build:
base-image: "quay.io/thoth-station/s2i-thoth-ubi8-py38:v0.28.0"
custom-tag: latest
build-stratergy: Source
registry: quay.io
registry-org: thoth-station
registry-project: neural-magic-convert-onnx
registry-secret: thoth-station-thoth-pusher-secret
- name: nm-sparseml
build:
base-image: "quay.io/thoth-station/s2i-thoth-ubi8-py38:v0.28.0"
custom-tag: latest
build-stratergy: Source
registry: quay.io
registry-org: thoth-station
registry-project: neural-magic-sparseml
registry-secret: thoth-station-thoth-pusher-secret
- name: nm-inference
build:
base-image: "quay.io/thoth-station/s2i-thoth-ubi8-py38:v0.28.0"
build-stratergy: Source
registry: quay.io
registry-org: thoth-station
registry-project: neural-magic-deepsparse
registry-secret: thoth-station-thoth-pusher-secret
deploy:
project-org: "thoth-station"
project-name: "elyra-aidevsecops-tutorial"
image-name: "neural-magic-deepsparse"
overlay-contextpath: "manifests/overlays/nm-inference/imagestreamtag.yaml"
gather:
overlay-name: test-model
name: gather_deployment_metrics_using_tensorflow
- name: pytorch-inference
build:
base-image: "quay.io/thoth-station/s2i-thoth-ubi8-py38:v0.28.0"
build-stratergy: Source
registry: quay.io
registry-org: thoth-station
registry-project: elyra-aidevsecops-pytorch-inference
registry-secret: thoth-station-thoth-pusher-secret
deploy:
project-org: "thoth-station"
project-name: "elyra-aidevsecops-tutorial"
image-name: "elyra-aidevsecops-pytorch-inference"
overlay-contextpath: "manifests/overlays/pytorch-inference/imagestreamtag.yaml"
gather:
overlay-name: test-model
name: gather_deployment_metrics_using_pytorch