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 @@ -48,8 +48,6 @@ tests:
steps:
cluster_profile: gcp-observability
env:
MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE: brew.registry.redhat.io/rh-osbs/iib:1071440
MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE: brew.registry.redhat.io/rh-osbs/iib:1075145
OPERATORS: |
[
{"name": "amq-streams", "source": "cs-redhat-operator-index", "channel": "stable", "install_namespace": "openshift-operators", "target_namespaces": ""},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ tests:
cluster_profile: azure-observability
env:
BASE_DOMAIN: observability.azure.devcluster.openshift.com
MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE: brew.registry.redhat.io/rh-osbs/iib:1108102
OPERATORS: |
[
{"name": "tempo-product", "source": "tempo-catalogsource", "channel": "stable", "install_namespace": "openshift-tempo-operator","target_namespaces": "", "operator_group": "openshift-tempo-operator"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,15 @@ tests:
- as: install-tempo-operator
cli: latest
commands: |
if [[ -z "${MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE:-}" ]]; then
echo "ERROR: MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE is not set. Provide it via steps.env in the job config or via Gangway API pod_spec_options."
exit 1
fi
oc create -f https://raw.githubusercontent.com/openshift/distributed-tracing-qe/refs/heads/main/resources/tempo-icsp.yaml
oc create namespace openshift-tempo-operator
oc label namespace openshift-tempo-operator openshift.io/cluster-monitoring="true"
operator-sdk run bundle --timeout=10m --security-context-config restricted -n openshift-tempo-operator "$MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE"
oc wait --for condition=Available -n openshift-tempo-operator deployment tempo-operator-controller
env:
- default: quay.io/redhat-user-workloads/rhosdt-tenant/tempo/tempo-bundle@sha256:90d1a71febb6cac99b64fc4863bcb66b11aa18c30dad93b244aca3290c3574e0
name: MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE
from: operator-sdk
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ tests:
cluster_profile: azure-observability
env:
BASE_DOMAIN: observability.azure.devcluster.openshift.com
MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE: brew.registry.redhat.io/rh-osbs/iib:1106850
OPERATORS: |
[
{"name": "tempo-product", "source": "tempo-catalogsource", "channel": "stable", "install_namespace": "openshift-tempo-operator","target_namespaces": "", "operator_group": "openshift-tempo-operator"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,15 @@ tests:
- as: install-tempo-operator
cli: latest
commands: |
if [[ -z "${MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE:-}" ]]; then
echo "ERROR: MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE is not set. Provide it via steps.env in the job config or via Gangway API pod_spec_options."
exit 1
fi
oc create -f https://raw.githubusercontent.com/openshift/distributed-tracing-qe/refs/heads/main/resources/tempo-icsp.yaml
oc create namespace openshift-tempo-operator
oc label namespace openshift-tempo-operator openshift.io/cluster-monitoring="true"
operator-sdk run bundle --timeout=10m --security-context-config restricted -n openshift-tempo-operator "$MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE"
oc wait --for condition=Available -n openshift-tempo-operator deployment tempo-operator-controller
env:
- default: quay.io/redhat-user-workloads/rhosdt-tenant/tempo/tempo-bundle@sha256:90d1a71febb6cac99b64fc4863bcb66b11aa18c30dad93b244aca3290c3574e0
name: MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE
from: operator-sdk
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ tests:
env:
BASE_DOMAIN: observability.azure.devcluster.openshift.com
FIPS_ENABLED: "true"
MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE: brew.registry.redhat.io/rh-osbs/iib:1106848
OPERATORS: |
[
{"name": "tempo-product", "source": "tempo-catalogsource", "channel": "stable", "install_namespace": "openshift-tempo-operator","target_namespaces": "", "operator_group": "openshift-tempo-operator"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,15 @@ tests:
- as: install-tempo-operator
cli: latest
commands: |
if [[ -z "${MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE:-}" ]]; then
echo "ERROR: MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE is not set. Provide it via steps.env in the job config or via Gangway API pod_spec_options."
exit 1
fi
oc create -f https://raw.githubusercontent.com/openshift/distributed-tracing-qe/refs/heads/main/resources/tempo-icsp.yaml
oc create namespace openshift-tempo-operator
oc label namespace openshift-tempo-operator openshift.io/cluster-monitoring="true"
operator-sdk run bundle --timeout=10m --security-context-config restricted -n openshift-tempo-operator "$MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE"
oc wait --for condition=Available -n openshift-tempo-operator deployment tempo-operator-controller
env:
- default: quay.io/redhat-user-workloads/rhosdt-tenant/tempo/tempo-bundle@sha256:90d1a71febb6cac99b64fc4863bcb66b11aa18c30dad93b244aca3290c3574e0
name: MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE
from: operator-sdk
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ tests:
{{end}}'
steps:
env:
MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE: brew.registry.redhat.io/rh-osbs/iib:1106843
OPERATORS: |
[
{"name": "tempo-product", "source": "tempo-catalogsource", "channel": "stable", "install_namespace": "openshift-tempo-operator","target_namespaces": "", "operator_group": "openshift-tempo-operator"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ tests:
{{end}}'
steps:
env:
MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE: brew.registry.redhat.io/rh-osbs/iib:1106846
OPERATORS: |
[
{"name": "tempo-product", "source": "tempo-catalogsource", "channel": "stable", "install_namespace": "openshift-tempo-operator","target_namespaces": "", "operator_group": "openshift-tempo-operator"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ tests:
steps:
cluster_profile: gcp-observability
env:
MULTISTAGE_PARAM_OVERRIDE_TEMPO_INDEX_IMAGE: brew.registry.redhat.io/rh-osbs/iib:1106842
OPERATORS: |
[
{"name": "tempo-product", "source": "tempo-catalogsource", "channel": "stable", "install_namespace": "openshift-tempo-operator","target_namespaces": "", "operator_group": "openshift-tempo-operator"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@ tests:
cluster_profile: azure-observability
env:
BASE_DOMAIN: observability.azure.devcluster.openshift.com
MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE: brew.registry.redhat.io/rh-osbs/iib:1107456
OPERATORS: |
[
{"name": "tempo-product", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-tempo-operator", "target_namespaces": "", "operator_group": "openshift-tempo-operator"},
{"name": "opentelemetry-product", "source": "otel-catalogsource", "channel": "stable", "install_namespace": "openshift-opentelemetry-operator", "target_namespaces": "", "operator_group": "openshift-opentelemetry-operator"},
{"name": "opentelemetry-product", "source": "otel-catalogsource", "channel": "stable", "install_namespace": "opentelemetry-operator-system", "target_namespaces": "", "operator_group": "opentelemetry-operator-system"},
{"name": "amq-streams", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators", "target_namespaces": ""}
]
SKIP_TESTS: tests/e2e/smoke-ip-families tests/e2e-otel/*aws* tests/e2e-otel/google*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,15 @@ tests:
- as: install-opentelemetry-operator
cli: latest
commands: |
if [[ -z "${MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE:-}" ]]; then
echo "ERROR: MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE is not set. Provide it via steps.env in the job config or via Gangway API pod_spec_options."
exit 1
fi
oc create -f https://raw.githubusercontent.com/openshift/distributed-tracing-qe/refs/heads/main/resources/otel-icsp.yaml
oc create namespace openshift-opentelemetry-operator
oc label namespace openshift-opentelemetry-operator openshift.io/cluster-monitoring="true"
operator-sdk run bundle --timeout=5m --security-context-config restricted -n openshift-opentelemetry-operator "$MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE"
oc wait --for condition=Available -n openshift-opentelemetry-operator deployment opentelemetry-operator-controller-manager
env:
- default: quay.io/redhat-user-workloads/rhosdt-tenant/otel/opentelemetry-bundle@sha256:299677474d73be959b3b229c7e534c7d1f88aafc5265850c0dcd62874d38a119
name: MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE
oc create namespace opentelemetry-operator-system
oc label namespace opentelemetry-operator-system openshift.io/cluster-monitoring="true"
operator-sdk run bundle --timeout=5m --security-context-config restricted -n opentelemetry-operator-system "$MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE"
oc wait --for condition=Available -n opentelemetry-operator-system deployment opentelemetry-operator-controller-manager
from: operator-sdk
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@ tests:
cluster_profile: azure-observability
env:
BASE_DOMAIN: observability.azure.devcluster.openshift.com
MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE: brew.registry.redhat.io/rh-osbs/iib:1105402
OPERATORS: |
[
{"name": "tempo-product", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-tempo-operator", "target_namespaces": "", "operator_group": "openshift-tempo-operator"},
{"name": "opentelemetry-product", "source": "otel-catalogsource", "channel": "stable", "install_namespace": "openshift-opentelemetry-operator", "target_namespaces": "", "operator_group": "openshift-opentelemetry-operator"},
{"name": "opentelemetry-product", "source": "otel-catalogsource", "channel": "stable", "install_namespace": "opentelemetry-operator-system", "target_namespaces": "", "operator_group": "opentelemetry-operator-system"},
{"name": "amq-streams", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators", "target_namespaces": ""}
]
SKIP_TESTS: tests/e2e/smoke-ip-families tests/e2e-otel/*aws* tests/e2e-otel/google*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,15 @@ tests:
- as: install-opentelemetry-operator
cli: latest
commands: |
if [[ -z "${MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE:-}" ]]; then
echo "ERROR: MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE is not set. Provide it via steps.env in the job config or via Gangway API pod_spec_options."
exit 1
fi
oc create -f https://raw.githubusercontent.com/openshift/distributed-tracing-qe/refs/heads/main/resources/otel-icsp.yaml
oc create namespace openshift-opentelemetry-operator
oc label namespace openshift-opentelemetry-operator openshift.io/cluster-monitoring="true"
operator-sdk run bundle --timeout=5m --security-context-config restricted -n openshift-opentelemetry-operator "$MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE"
oc wait --for condition=Available -n openshift-opentelemetry-operator deployment opentelemetry-operator-controller-manager
env:
- default: quay.io/redhat-user-workloads/rhosdt-tenant/otel/opentelemetry-bundle@sha256:299677474d73be959b3b229c7e534c7d1f88aafc5265850c0dcd62874d38a119
name: MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE
oc create namespace opentelemetry-operator-system
oc label namespace opentelemetry-operator-system openshift.io/cluster-monitoring="true"
operator-sdk run bundle --timeout=5m --security-context-config restricted -n opentelemetry-operator-system "$MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE"
oc wait --for condition=Available -n opentelemetry-operator-system deployment opentelemetry-operator-controller-manager
from: operator-sdk
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ tests:
env:
BASE_DOMAIN: observability.azure.devcluster.openshift.com
FIPS_ENABLED: "true"
MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE: brew.registry.redhat.io/rh-osbs/iib:1105397
OPERATORS: |
[
{"name": "tempo-product", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-tempo-operator", "target_namespaces": "", "operator_group": "openshift-tempo-operator"},
{"name": "opentelemetry-product", "source": "otel-catalogsource", "channel": "stable", "install_namespace": "openshift-opentelemetry-operator", "target_namespaces": "", "operator_group": "openshift-opentelemetry-operator"},
{"name": "opentelemetry-product", "source": "otel-catalogsource", "channel": "stable", "install_namespace": "opentelemetry-operator-system", "target_namespaces": "", "operator_group": "opentelemetry-operator-system"},
{"name": "amq-streams", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators", "target_namespaces": ""},
{"name": "cluster-observability-operator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators", "target_namespaces": ""},
{"name": "loki-operator", "source": "redhat-operators", "channel": "stable-6.1", "install_namespace": "openshift-operators-redhat","target_namespaces": "", "operator_group": "openshift-operators-redhat"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,15 @@ tests:
- as: install-opentelemetry-operator
cli: latest
commands: |
if [[ -z "${MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE:-}" ]]; then
echo "ERROR: MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE is not set. Provide it via steps.env in the job config or via Gangway API pod_spec_options."
exit 1
fi
oc create -f https://raw.githubusercontent.com/openshift/distributed-tracing-qe/refs/heads/main/resources/otel-icsp.yaml
oc create namespace openshift-opentelemetry-operator
oc label namespace openshift-opentelemetry-operator openshift.io/cluster-monitoring="true"
operator-sdk run bundle --timeout=5m --security-context-config restricted -n openshift-opentelemetry-operator "$MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE"
oc wait --for condition=Available -n openshift-opentelemetry-operator deployment opentelemetry-operator-controller-manager
env:
- default: quay.io/redhat-user-workloads/rhosdt-tenant/otel/opentelemetry-bundle@sha256:299677474d73be959b3b229c7e534c7d1f88aafc5265850c0dcd62874d38a119
name: MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE
oc create namespace opentelemetry-operator-system
oc label namespace opentelemetry-operator-system openshift.io/cluster-monitoring="true"
operator-sdk run bundle --timeout=5m --security-context-config restricted -n opentelemetry-operator-system "$MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE"
oc wait --for condition=Available -n opentelemetry-operator-system deployment opentelemetry-operator-controller-manager
from: operator-sdk
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@ tests:
cluster_profile: azure-observability
env:
BASE_DOMAIN: observability.azure.devcluster.openshift.com
MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE: brew.registry.redhat.io/rh-osbs/iib:1105399
OPERATORS: |
[
{"name": "tempo-product", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-tempo-operator", "target_namespaces": "", "operator_group": "openshift-tempo-operator"},
{"name": "opentelemetry-product", "source": "otel-catalogsource", "channel": "stable", "install_namespace": "openshift-opentelemetry-operator", "target_namespaces": "", "operator_group": "openshift-opentelemetry-operator"},
{"name": "opentelemetry-product", "source": "otel-catalogsource", "channel": "stable", "install_namespace": "opentelemetry-operator-system", "target_namespaces": "", "operator_group": "opentelemetry-operator-system"},
{"name": "amq-streams", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators", "target_namespaces": ""},
{"name": "cluster-observability-operator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators", "target_namespaces": ""},
{"name": "loki-operator", "source": "redhat-operators", "channel": "stable-6.2", "install_namespace": "openshift-operators-redhat","target_namespaces": "", "operator_group": "openshift-operators-redhat"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ tests:
{{end}}'
steps:
env:
MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE: brew.registry.redhat.io/rh-osbs/iib:1105396
OPERATORS: |
[
{"name": "tempo-product", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-tempo-operator", "target_namespaces": "", "operator_group": "openshift-tempo-operator"},
{"name": "opentelemetry-product", "source": "otel-catalogsource", "channel": "stable", "install_namespace": "openshift-opentelemetry-operator", "target_namespaces": "", "operator_group": "openshift-opentelemetry-operator"},
{"name": "opentelemetry-product", "source": "otel-catalogsource", "channel": "stable", "install_namespace": "opentelemetry-operator-system", "target_namespaces": "", "operator_group": "opentelemetry-operator-system"},
{"name": "amq-streams", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators", "target_namespaces": ""},
{"name": "cluster-observability-operator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators", "target_namespaces": ""},
{"name": "loki-operator", "source": "redhat-operators", "channel": "stable-6.3", "install_namespace": "openshift-operators-redhat","target_namespaces": "", "operator_group": "openshift-operators-redhat"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ tests:
steps:
cluster_profile: gcp-observability
env:
MULTISTAGE_PARAM_OVERRIDE_OTEL_INDEX_IMAGE: brew.registry.redhat.io/rh-osbs/iib:1105398
OPERATORS: |
[
{"name": "tempo-product", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-tempo-operator", "target_namespaces": "", "operator_group": "openshift-tempo-operator"},
{"name": "opentelemetry-product", "source": "otel-catalogsource", "channel": "stable", "install_namespace": "openshift-opentelemetry-operator", "target_namespaces": "", "operator_group": "openshift-opentelemetry-operator"},
{"name": "opentelemetry-product", "source": "otel-catalogsource", "channel": "stable", "install_namespace": "opentelemetry-operator-system", "target_namespaces": "", "operator_group": "opentelemetry-operator-system"},
{"name": "amq-streams", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators", "target_namespaces": ""},
{"name": "cluster-observability-operator", "source": "redhat-operators", "channel": "stable", "install_namespace": "openshift-operators", "target_namespaces": ""},
{"name": "loki-operator", "source": "redhat-operators", "channel": "stable-6.4", "install_namespace": "openshift-operators-redhat","target_namespaces": "", "operator_group": "openshift-operators-redhat"},
Expand Down
Loading