-
Notifications
You must be signed in to change notification settings - Fork 12
/
.aicoe-ci.yaml
78 lines (74 loc) · 2.62 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
check:
- overlays-build
overlays_dir: overlays
overlays:
- name: solver-rhel-9-py39
build:
base-image: quay.io/thoth-station/s2i-thoth-ubi9-py39:v0.35.0
build-stratergy: 'Source'
custom-tag: 'latest'
registry: quay.io
registry-org: thoth-station
registry-project: 'solver-rhel-9-py39'
registry-secret: thoth-station-thoth-pusher-secret
deploy:
image-name: 'solver-rhel-9-py39'
overlay-contextpath: 'solver/overlays/test/imagestreamtag.yaml'
project-name: thoth-application
project-org: thoth-station
- name: solver-rhel-8-py38
build:
base-image: quay.io/thoth-station/s2i-thoth-ubi8-py38:v0.35.0
build-stratergy: 'Source'
custom-tag: 'latest'
registry: quay.io
registry-org: thoth-station
registry-project: 'solver-rhel-8-py38'
registry-secret: thoth-station-thoth-pusher-secret
deploy:
image-name: 'solver-rhel-8-py38'
overlay-contextpath: 'solver/overlays/test/imagestreamtag.yaml'
project-name: thoth-application
project-org: thoth-station
- name: solver-rhel-8-py36
build:
base-image: quay.io/thoth-station/s2i-thoth-ubi8-py36:v0.35.0
build-stratergy: 'Source'
custom-tag: 'latest'
registry: quay.io
registry-org: thoth-station
registry-project: 'solver-rhel-8-py36'
registry-secret: thoth-station-thoth-pusher-secret
deploy:
image-name: 'solver-rhel-8-py36'
overlay-contextpath: 'solver/overlays/test/imagestreamtag.yaml'
project-name: thoth-application
project-org: thoth-station
- name: solver-fedora-34-py39
build:
base-image: quay.io/thoth-station/s2i-thoth-f34-py39:v0.35.0
build-stratergy: 'Source'
custom-tag: 'latest'
registry: quay.io
registry-org: thoth-station
registry-project: 'solver-fedora-34-py39'
registry-secret: thoth-station-thoth-pusher-secret
deploy:
image-name: 'solver-fedora-34-py39'
overlay-contextpath: 'solver/overlays/test/imagestreamtag.yaml'
project-name: thoth-application
project-org: thoth-station
- name: solver-fedora-35-py310
build:
base-image: quay.io/thoth-station/s2i-thoth-f35-py310:v0.35.0
build-stratergy: 'Source'
custom-tag: 'latest'
registry: quay.io
registry-org: thoth-station
registry-project: 'solver-fedora-35-py310'
registry-secret: thoth-station-thoth-pusher-secret
deploy:
image-name: 'solver-fedora-35-py310'
overlay-contextpath: 'solver/overlays/test/imagestreamtag.yaml'
project-name: thoth-application
project-org: thoth-station