Skip to content

Commit 2cdc732

Browse files
committed
Add CI for Vector v0.54.0
1 parent c7957e2 commit 2cdc732

4 files changed

Lines changed: 594 additions & 3 deletions

File tree

ci-operator/config/ViaQ/vector/ViaQ-vector-v0.50.0-rh.yaml renamed to ci-operator/config/ViaQ/vector/ViaQ-vector-v0.54.0-rh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ images:
4646
promotion:
4747
to:
4848
- namespace: logging
49-
tag: v0.50.0
49+
tag: v0.54.0
5050
releases:
5151
latest:
5252
release:
@@ -153,6 +153,6 @@ tests:
153153
cpu: 100m
154154
workflow: generic-claim
155155
zz_generated_metadata:
156-
branch: v0.50.0-rh
156+
branch: v0.54.0-rh
157157
org: ViaQ
158158
repo: vector
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
postsubmits:
2+
ViaQ/vector:
3+
- agent: kubernetes
4+
always_run: true
5+
branches:
6+
- ^v0\.50\.0-rh$
7+
cluster: build06
8+
decorate: true
9+
decoration_config:
10+
skip_cloning: true
11+
labels:
12+
ci-operator.openshift.io/is-promotion: "true"
13+
ci.openshift.io/generator: prowgen
14+
max_concurrency: 1
15+
name: branch-ci-ViaQ-vector-v0.50.0-rh-images
16+
spec:
17+
containers:
18+
- args:
19+
- --gcs-upload-secret=/secrets/gcs/service-account.json
20+
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
21+
- --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson
22+
- --promote
23+
- --report-credentials-file=/etc/report/credentials
24+
- --target=[images]
25+
command:
26+
- ci-operator
27+
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
28+
imagePullPolicy: Always
29+
name: ""
30+
resources:
31+
requests:
32+
cpu: 10m
33+
volumeMounts:
34+
- mountPath: /secrets/gcs
35+
name: gcs-credentials
36+
readOnly: true
37+
- mountPath: /secrets/manifest-tool
38+
name: manifest-tool-local-pusher
39+
readOnly: true
40+
- mountPath: /etc/pull-secret
41+
name: pull-secret
42+
readOnly: true
43+
- mountPath: /etc/push-secret
44+
name: push-secret
45+
readOnly: true
46+
- mountPath: /etc/report
47+
name: result-aggregator
48+
readOnly: true
49+
serviceAccountName: ci-operator
50+
volumes:
51+
- name: manifest-tool-local-pusher
52+
secret:
53+
secretName: manifest-tool-local-pusher
54+
- name: pull-secret
55+
secret:
56+
secretName: registry-pull-credentials
57+
- name: push-secret
58+
secret:
59+
secretName: registry-push-credentials-ci-central
60+
- name: result-aggregator
61+
secret:
62+
secretName: result-aggregator

0 commit comments

Comments
 (0)