The following examples are failing on ROSA (they are successful on the OCP we use for testing internal builds)
OpenTelemetryExampleITCase fails due to unable to install opentelemetry collector instance (misconfiguration)
Error: failed to get config: cannot unmarshal the configuration: decoding failed due to the following error(s): error decoding 'processors': error reading configuration for "batch": decoding failed due to the following error(s): 'send_batch_size' expected type 'uint32', got unconvertible type 'string', value: '10000' Hint: Temporarily restore the previous behavior by disabling the `confmap.strictlyTypedInput` feature gate. More details at: https://github.com/open-telemetry/opentelemetry-collector/issues/10552 2024/09/10 20:02:26 collector server run finished with error: failed to get config: cannot unmarshal the configuration: decoding failed due to the following error(s): error decoding 'processors': error reading configuration for "batch": decoding failed due to the following error(s): 'send_batch_size' expected type 'uint32', got unconvertible type 'string', value: '10000' Hint: Temporarily restore the previous behavior by disabling the `confmap.strictlyTypedInput` feature gate. More details at: https://github.com/open-telemetry/opentelemetry-collector/issues/10552
JtaJpaExampleAutoconfigurationITCase due to unable to allocate PVC
failed to provision volume with StorageClass "gp3": rpc error: code = InvalidArgument desc = Volume capabilities MULTI_NODE_MULTI_WRITER not supported. Only AccessModes[ReadWriteOnce] supporte
MonitoringMicrometricsExampleITCase fails due to unable to deploy using jkube
[INFO] --- openshift-maven-plugin:1.16.2.redhat-00017:build (default) @ csb-monitoring --- [INFO] oc: Using OpenShift build with strategy S2I [INFO] oc: Running generator spring-boot [INFO] oc: spring-boot: Using Docker image registry.access.redhat.com/ubi8/openjdk-17:latest as base / builder [INFO] oc: Spring Boot layered jar detected [INFO] oc: Final output artifact file was not rebuilt since last build. HINT: try to compile and package your application prior to running the container image build task. [INFO] oc: [csb-monitoring:4.4.0.redhat-00001] "spring-boot": Created docker source tar ...camel-spring-boot-examples/monitoring-micrometrics-grafana-prometheus/target/docker/csb-monitoring/4.4.0.redhat-00001/tmp/docker-build.tar [INFO] oc: Adding to Secret pullsecret-jkube [ERROR] oc: Failed to execute the build [Unable to build the image using the OpenShift build service]
- is caused by
-
CSB-5437 Run full OCP certification on ROSA (Build #4.4.0.patch2)
- Closed