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
159 changes: 0 additions & 159 deletions ci-operator/config/ViaQ/vector/ViaQ-vector-v0.50.0-rh.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions ci-operator/config/ViaQ/vector/ViaQ-vector-v0.54.0-rh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ base_images:
namespace: ocp
tag: "9"
cluster-logging-operator:
name: 6.y
name: "6.6"
namespace: logging
tag: cluster-logging-operator
cluster-logging-operator-e2e:
name: 6.y
name: "6.6"
namespace: logging
tag: cluster-logging-operator-e2e
cluster-logging-operator-registry:
name: 6.y
name: "6.6"
namespace: logging
tag: cluster-logging-operator-registry
log-file-metric-exporter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ images:
items:
- from: ubi9-minimal
to: cluster-logging-operator
- dockerfile_path: olm_deploy/operatorregistry/Dockerfile
from: ubi9-minimal
to: cluster-logging-operator-registry
- dockerfile_literal: |
FROM src
COPY --from=loki-operator-src /go/src/github.com/openshift/loki/operator /go/src/github.com/openshift/loki/operator
Expand Down Expand Up @@ -92,43 +89,6 @@ tests:
commands: ARTIFACTS_DIR=${ARTIFACT_DIR} make coverage
container:
from: src
- as: e2e-target
cluster_claim:
architecture: amd64
cloud: aws
labels:
region: us-east-1
owner: obs-logging
product: ocp
timeout: 1h0m0s
version: "4.21"
skip_if_only_changed: ^docs/|^config/docs|\.adoc$|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)
steps:
test:
- as: test
cli: latest
commands: export GOFLAGS=-mod=mod ; export PATH=/go/bin:$PATH ; FAKE_HOME_DIR=/tmp/home
LOG_DIR=${ARTIFACT_DIR}/logging-logs ARTIFACT_DIR=${ARTIFACT_DIR}/logging-artifacts
make test-e2e IMAGE_TLS_SCANNER=quay-proxy.ci.openshift.org/openshift/ci:tls-scanner_tls-scanner_tls-scanner-tool
dependencies:
- env: IMAGE_CLUSTER_LOGGING_OPERATOR_REGISTRY
name: pipeline:cluster-logging-operator-registry
- env: IMAGE_CLUSTER_LOGGING_OPERATOR
name: pipeline:cluster-logging-operator
- env: IMAGE_LOGGING_VECTOR
name: pipeline:logging-vector
- env: IMAGE_LOGGING_EVENTROUTER
name: pipeline:logging-eventrouter
- env: IMAGE_LOG_FILE_METRIC_EXPORTER
name: pipeline:log-file-metric-exporter
- env: IMAGE_LOKI_OPERATOR
name: pipeline:loki-operator
from: pipeline:cluster-logging-operator-e2e
resources:
requests:
cpu: 100m
timeout: 3h0m0s
workflow: generic-claim
- as: e2e-using-bundle
cluster_claim:
architecture: amd64
Expand All @@ -139,7 +99,6 @@ tests:
product: ocp
timeout: 1h0m0s
version: "4.21"
optional: true
skip_if_only_changed: ^docs/|^config/docs|\.adoc$|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)
steps:
dependencies:
Expand Down Expand Up @@ -186,8 +145,6 @@ tests:
commands: FAKE_HOME_DIR=/tmp/home LOG_DIR=${ARTIFACT_DIR}/logging-logs make
test-functional ARTIFACT_DIR=${ARTIFACT_DIR}
dependencies:
- env: IMAGE_CLUSTER_LOGGING_OPERATOR_REGISTRY
name: pipeline:cluster-logging-operator-registry
- env: IMAGE_CLUSTER_LOGGING_OPERATOR
name: pipeline:cluster-logging-operator
- env: IMAGE_LOGGING_VECTOR
Expand Down

This file was deleted.

Loading