diff --git a/ci-operator/config/openshift/pf-status-relay-operator/openshift-pf-status-relay-operator-main.yaml b/ci-operator/config/openshift/pf-status-relay-operator/openshift-pf-status-relay-operator-main.yaml index 02ae9e2158814..9a2cd81cdb151 100644 --- a/ci-operator/config/openshift/pf-status-relay-operator/openshift-pf-status-relay-operator-main.yaml +++ b/ci-operator/config/openshift/pf-status-relay-operator/openshift-pf-status-relay-operator-main.yaml @@ -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 @@ -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: diff --git a/ci-operator/jobs/openshift/pf-status-relay-operator/openshift-pf-status-relay-operator-main-presubmits.yaml b/ci-operator/jobs/openshift/pf-status-relay-operator/openshift-pf-status-relay-operator-main-presubmits.yaml index 278e04a1ffcd6..362b6e414eea5 100644 --- a/ci-operator/jobs/openshift/pf-status-relay-operator/openshift-pf-status-relay-operator-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/pf-status-relay-operator/openshift-pf-status-relay-operator-main-presubmits.yaml @@ -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 @@ -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: