Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[loki] add loki-operator package to CLO's e2e jobs #32068

Merged
merged 9 commits into from Apr 4, 2023
Expand Up @@ -55,6 +55,10 @@ base_images:
name: "4.11"
namespace: ocp
tag: oauth-proxy
operator-index:
name: redhat-operator-index
namespace: ci
tag: v4.11
btaani marked this conversation as resolved.
Show resolved Hide resolved
build_root:
image_stream_tag:
name: release
Expand All @@ -73,6 +77,7 @@ operator:
bundles:
- as: cluster-logging-operator-bundle
dockerfile_path: bundle.Dockerfile
skip_building_index: true
substitutions:
btaani marked this conversation as resolved.
Show resolved Hide resolved
- pullspec: quay.io/openshift-logging/cluster-logging-operator:latest
with: pipeline:cluster-logging-operator
Expand Down Expand Up @@ -111,6 +116,11 @@ tests:
- as: e2e-target
steps:
cluster_profile: gcp
env:
OO_CHANNEL: stable
OO_INSTALL_NAMESPACE: openshift-operators-redhat
OO_PACKAGE: loki-operator
OO_TARGET_NAMESPACES: '!all'
test:
- as: test
cli: latest
Expand Down Expand Up @@ -145,12 +155,14 @@ tests:
name: pipeline:logging-eventrouter
- env: IMAGE_LOG_FILE_METRIC_EXPORTER
name: pipeline:log-file-metric-exporter
- env: OO_BUNDLE
name: cluster-logging-operator-bundle
from: pipeline:cluster-logging-operator-e2e
resources:
requests:
cpu: 100m
timeout: 3h0m0s
workflow: openshift-e2e-gcp
workflow: optional-operators-ci-generic-claim
timeout: 5h0m0s
- as: e2e-ocp-target-minus-one
cluster_claim:
Expand Down
Expand Up @@ -6,23 +6,23 @@ presubmits:
- ^master$
- ^master-
cluster: build02
context: ci/prow/ci-index-cluster-logging-operator-bundle
context: ci/prow/ci-bundle-cluster-logging-operator-bundle
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
job-release: "4.13"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cluster-logging-operator-master-ci-index-cluster-logging-operator-bundle
rerun_command: /test ci-index-cluster-logging-operator-bundle
name: pull-ci-openshift-cluster-logging-operator-master-ci-bundle-cluster-logging-operator-bundle
rerun_command: /test ci-bundle-cluster-logging-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-cluster-logging-operator-bundle
- --target=cluster-logging-operator-bundle
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -49,7 +49,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )ci-index-cluster-logging-operator-bundle,?($|\s.*)
trigger: (?m)^/test( | .* )ci-bundle-cluster-logging-operator-bundle,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down