-
Notifications
You must be signed in to change notification settings - Fork 13
/
.ciux
40 lines (39 loc) · 1.02 KB
/
.ciux
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
apiVersion: v1alpha1
registry: gitlab-registry.in2p3.fr/astrolabsoftware/fink
sourcePathes:
- Dockerfile
- fink_broker
- bin
- deps
dependencies:
- package: github.com/k8s-school/ink@v0.0.1-rc5
labels:
itest: "true"
- url: https://github.com/astrolabsoftware/fink-alert-simulator
# If true repository will be locally cloned
clone: true
# If true, container image will be pulled
pull: true
labels:
dev: "true"
itest: "true"
release: "true"
- url: https://github.com/astrolabsoftware/finkctl
clone: true
labels:
dev: "true"
release: "true"
- url: https://github.com/astrolabsoftware/fink-cd
labels:
dev: "true"
itest: "true"
release: "true"
- image: gitlab-registry.in2p3.fr/astrolabsoftware/fink/spark-py:k8s-3.4.1
labels:
build: "true"
- package: github.com/k8s-school/ktbx@v1.1.4-rc1
labels:
itest: "optional"
- package: github.com/astrolabsoftware/finkctl/v3@v3.1.3-rc1
labels:
itest: "optional"