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 @@ -21,11 +21,6 @@ images:
to: stable
- dockerfile_path: graph-data.rs/Dockerfile
to: graphdata-unittests
promotion:
excluded_images:
- graphdata-unittests
name: cincinnati-graph-data
namespace: cincinnati-ci-public
raw_steps:
- pipeline_image_cache_step:
commands: |
Expand All @@ -45,16 +40,6 @@ raw_steps:
- destination_dir: .
source_path: /tmp/Dockerfile
to: webhook-unittests
releases:
initial:
integration:
name: "4.10"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.10"
namespace: ocp
resources:
'*':
requests:
Expand Down Expand Up @@ -102,6 +87,7 @@ tests:
requests:
cpu: 100m
memory: 200Mi
workflow: generic-claim
- as: errata-webhook-unittests
commands: python3 -m unittest
container:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ images:
- dockerfile_path: dev/Dockerfile
from: base
to: cincinnati-graph-data-container
promotion:
excluded_images:
- cincinnati-operator
name: "4.12"
namespace: ocp
releases:
initial:
integration:
name: "4.12"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.12"
namespace: ocp
resources:
'*':
limits:
Expand All @@ -51,40 +36,52 @@ tests:
container:
from: src
- as: operator-e2e
cluster_claim:
architecture: amd64
cloud: aws
owner: openshift-ci
product: ocp
timeout: 1h0m0s
version: "4.10"
steps:
cluster_profile: gcp
test:
- as: e2e-test
cli: initial
cli: latest
commands: |
make func-test \
RELATED_IMAGE_OPERAND=quay.io/app-sre/cincinnati@sha256:921b7a2e579d4cfe0e58ecf3abcc2262b321b6d0f8be7f6ebcb700acfca5ba55 \
OPENSHIFT_BUILD_NAMESPACE=
dependencies:
- env: OPERATOR_IMAGE
name: stable:cincinnati-operator
name: pipeline:cincinnati-operator
- env: RELATED_IMAGE_OPERATOR
name: stable:cincinnati-operator
name: pipeline:cincinnati-operator
- env: GRAPH_DATA_IMAGE
name: stable:cincinnati-graph-data-container
name: pipeline:cincinnati-graph-data-container
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-gcp
workflow: generic-claim
- as: operator-e2e-latest-osus
cluster_claim:
architecture: amd64
cloud: aws
owner: openshift-ci
product: ocp
timeout: 1h0m0s
version: "4.10"
steps:
cluster_profile: gcp
test:
- as: e2e-test
cli: initial
cli: latest
commands: make func-test OPENSHIFT_BUILD_NAMESPACE=
dependencies:
- env: OPERATOR_IMAGE
name: stable:cincinnati-operator
name: pipeline:cincinnati-operator
- env: RELATED_IMAGE_OPERATOR
name: stable:cincinnati-operator
name: pipeline:cincinnati-operator
- env: GRAPH_DATA_IMAGE
name: graphdata
- env: RELATED_IMAGE_OPERAND
Expand All @@ -94,7 +91,7 @@ tests:
requests:
cpu: 100m
memory: 200Mi
workflow: openshift-e2e-gcp
workflow: generic-claim
zz_generated_metadata:
branch: master
org: openshift
Expand Down

This file was deleted.

This file was deleted.

Loading