Skip to content
Closed
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 @@ -15,6 +15,8 @@ images:
- dockerfile_path: dev/Dockerfile
from: base
to: cincinnati-graph-data-container
operator:
bundles:
Copy link
Member

@wking wking Nov 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

openshift/cincinnati-operator#76 is failing because we don't have a v3 kustomize in the test-step image. But you could be compatible with the operator SDK layout with:

operators:
  bundles:
  - dockerfile_path: bundle.Dockerfile
  substitutions:
  - pullspec: cincinnati:latest
    with: stable:operand
  - pullspec: controller:latest
    with: pipeline:cincinnati-operator

here.

promotion:
excluded_images:
- cincinnati-operator
Expand Down Expand Up @@ -53,6 +55,22 @@ tests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-gcp
- as: operator-bundle-e2e
steps:
cluster_profile: gcp
test:
- as: e2e-index-test
cli: initial
commands: make unit-test
dependencies:
- env: INDEX_IMAGE
name: ci-index
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-gcp
zz_generated_metadata:
branch: master
org: openshift
Expand Down