Skip to content

Commit

Permalink
[incubator-kie-issues-1682] Test cases in kogito repos GHA fail with …
Browse files Browse the repository at this point in the history
…"pull access denied for vectorized/redpanda"
  • Loading branch information
tkobayas committed Dec 12, 2024
1 parent 4db0411 commit e4c9b3e
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ kogito.data-index.vertx-graphql.ui.path=/graphiql
kogito.data-index.vertx-graphql.ui.tenant=web-app-tenant

# Not using Dev service in test, but rather org.kie.kogito.testcontainers.quarkus.KeycloakQuarkusTestResource
quarkus.keycloak.devservices.enabled=false
quarkus.keycloak.devservices.enabled=false

quarkus.kafka.devservices.image-name=${container.image.kafka}
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ kogito.data-index.vertx-graphql.ui.path=/graphiql
kogito.data-index.vertx-graphql.ui.tenant=web-app-tenant

# Not using Dev service in test, but rather org.kie.kogito.testcontainers.quarkus.KeycloakQuarkusTestResource
quarkus.keycloak.devservices.enabled=false
quarkus.keycloak.devservices.enabled=false

quarkus.kafka.devservices.image-name=${container.image.kafka}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#

quarkus.kafka.devservices.image-name=${container.image.kafka}

1 change: 1 addition & 0 deletions kogito-apps-build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
<configuration>
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<container.image.kafka>${container.image.kafka}</container.image.kafka>
</systemPropertyVariables>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ mp.messaging.incoming.trusty-explainability-result.value.deserializer=org.apache
mp.messaging.incoming.trusty-explainability-result.auto.offset.reset=earliest

# Not using Dev service in test, but rather org.kie.kogito.testcontainers.quarkus.KeycloakQuarkusTestResource
quarkus.keycloak.devservices.enabled=false
quarkus.keycloak.devservices.enabled=false

quarkus.kafka.devservices.image-name=${container.image.kafka}

0 comments on commit e4c9b3e

Please sign in to comment.