Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ base_images:
name: ubi
namespace: ocp
tag: "9"
validate-release:
name: validate-release
namespace: cincinnati-ci-public
tag: latest
build_root:
image_stream_tag:
name: rust
Expand Down Expand Up @@ -110,6 +114,13 @@ tests:
container:
from: content-checks
run_if_changed: hack/(stabilization-changes|util).py
- as: validate-release
commands: /usr/local/bin/validate-release
container:
clone: true
from: validate-release
optional: true
run_if_changed: internal-channels/candidate.yaml
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,3 +336,68 @@ presubmits:
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )validate-blocked-edges,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^master$
- ^master-
cluster: build08
context: ci/prow/validate-release
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cincinnati-graph-data-master-validate-release
optional: true
rerun_command: /test validate-release
run_if_changed: internal-channels/candidate.yaml
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=validate-release
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )validate-release,?($|\s.*)
2 changes: 2 additions & 0 deletions core-services/image-mirroring/_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,8 @@ supplementalCIImages:
image: quay.io/openshift-ota/cincinnati-ci-public:openapi-validator_ci-1.35.2
cincinnati-ci-public/rust:e2e-test-ubi9:
image: quay.io/openshift-ota/cincinnati-ci-public:rust_e2e-test-ubi9
cincinnati-ci-public/validate-release:latest:
image: quay.io/openshift-ota/cincinnati-ci-public:validate-release
ci/opendatahub-tests:latest:
image: quay.io/opendatahub/opendatahub-tests:latest
ci/odh-dashboard-tests:latest:
Expand Down