Skip to content
Closed
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 @@ -68,6 +68,35 @@ tests:
- ref: monitoring-plugin-tests-monitoring-incidents-ui-integration
- ref: rhobs-obo-test-harness
workflow: cucushift-installer-rehearse-azure-ipi
- always_run: false
Comment thread
coderabbitai[bot] marked this conversation as resolved.
as: observability-operator-e2e
optional: true
steps:
cluster_profile: azure-observability
env:
BASE_DOMAIN: observability.azure.devcluster.openshift.com
CYPRESS_COO_NAMESPACE: coo
MULTISTAGE_PARAM_OVERRIDE_COO_INDEX_IMAGE: registry-proxy.engineering.redhat.com/rh-osbs/iib@sha256:ffcb03434d9ff4bbba09109b3585505cb73cd15d7be7cf47d02439b3ef9f7ca3
OPERATORS: |
[
{"name": "cluster-observability-operator", "source": "coo-catalogsource", "channel": "stable", "install_namespace": "coo", "target_namespaces": "", "operator_group":"coo-og"},
{"name": "tempo-product", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-tempo-operator","target_namespace": "", "operator_group": "openshift-tempo-operator"},
{"name": "opentelemetry-product", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-opentelemetry-operator", "target_namespace": "", "operator_group": "openshift-opentelemetry-operator"},
{"name": "advanced-cluster-management", "source": "redhat-operators", "channel": "release-2.15", "install_namespace": "ocm", "target_namespaces": "ocm", "operator_group": "acm-operator-group"},
{"name": "lightspeed-operator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-lightspeed", "target_namespaces": "openshift-lightspeed", "operator_group": "openshift-lightspeed"}
]
test:
- ref: rhobs-konflux-catalogsource
- ref: rhobs-acm-patch-node
- ref: install-operators
- ref: rhobs-wait-for-coo-ready
- ref: acm-mch
- ref: rhobs-acm-setup-observability
- ref: rhobs-acm-alerting-ui-test
- ref: distributed-tracing-tests-tracing-ui-integration
- ref: monitoring-plugin-tests-monitoring-incidents-ui-integration
- ref: rhobs-obo-test-harness
workflow: cucushift-installer-rehearse-azure-ipi
zz_generated_metadata:
branch: main
org: rhobs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,91 @@
presubmits:
rhobs/observability-operator:
- agent: kubernetes
always_run: false
branches:
- ^main$
- ^main-
cluster: build04
context: ci/prow/amd64-ocp-4.21-azure-observability-operator-e2e
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/cloud: azure4
ci-operator.openshift.io/cloud-cluster-profile: azure-observability
ci-operator.openshift.io/variant: amd64-ocp-4.21-azure
ci.openshift.io/generator: prowgen
job-release: "4.21"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-rhobs-observability-operator-main-amd64-ocp-4.21-azure-observability-operator-e2e
optional: true
rerun_command: /test amd64-ocp-4.21-azure-observability-operator-e2e
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=observability-operator-e2e
- --variant=amd64-ocp-4.21-azure
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/ci-pull-credentials
name: ci-pull-credentials
readOnly: true
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: ci-pull-credentials
secret:
secretName: ci-pull-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )amd64-ocp-4.21-azure-observability-operator-e2e,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down