Skip to content
Open
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 @@ -17,6 +17,7 @@ operator:
bundles:
- as: operator-bundle
dockerfile_path: bundle.Dockerfile
skip_building_index: true
substitutions:
- pullspec: quay.io/openshift/origin-pf-status-relay-operator:.*
with: pipeline:pf-status-relay-operator
Expand Down Expand Up @@ -71,6 +72,7 @@ tests:
cli: latest
commands: |
oc wait --for condition=Available -n openshift-pf-status-relay-operator deployment pf-status-relay-operator-controller-manager
oc logs -n openshift-pf-status-relay-operator deployment/pf-status-relay-operator-controller-manager --all-containers > "${ARTIFACT_DIR}/operator-controller-manager.log" 2>&1 || true
from: src
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ presubmits:
- ^main$
- ^main-
cluster: build06
context: ci/prow/ci-index-operator-bundle
context: ci/prow/ci-bundle-operator-bundle
decorate: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-pf-status-relay-operator-main-ci-index-operator-bundle
rerun_command: /test ci-index-operator-bundle
name: pull-ci-openshift-pf-status-relay-operator-main-ci-bundle-operator-bundle
rerun_command: /test ci-bundle-operator-bundle
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=ci-index-operator-bundle
- --target=operator-bundle
command:
- ci-operator
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
Expand Down Expand Up @@ -52,7 +52,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )ci-index-operator-bundle,?($|\s.*)
trigger: (?m)^/test( | .* )ci-bundle-operator-bundle,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down