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" (apache#2162)
  • Loading branch information
tkobayas authored and rgdoliveira committed Dec 17, 2024
1 parent bda2b5c commit e20ed9c
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#
# 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}
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
Expand Up @@ -36,3 +36,5 @@ quarkus.oidc.tenant-enabled=false
%kafka-events-support.mp.messaging.outgoing.kogito-job-service-job-request-events-emitter.connector=smallrye-kafka
%kafka-events-support.mp.messaging.outgoing.kogito-job-service-job-request-events-emitter.topic=kogito-job-service-job-request-events
%kafka-events-support.mp.messaging.outgoing.kogito-job-service-job-request-events-emitter.value.serializer=org.apache.kafka.common.serialization.StringSerializer

quarkus.kafka.devservices.image-name=${container.image.kafka}
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ quarkus.http.test-port=0
%kafka-events-support.mp.messaging.outgoing.kogito-job-service-job-request-events-emitter.value.serializer=org.apache.kafka.common.serialization.StringSerializer

quarkus.datasource.devservices.enabled=false
quarkus.kogito.devservices.enabled=false
quarkus.kogito.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}

Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ quarkus.mongodb.database=kogito
%kafka-events-support.mp.messaging.outgoing.kogito-job-service-job-request-events-emitter.connector=smallrye-kafka
%kafka-events-support.mp.messaging.outgoing.kogito-job-service-job-request-events-emitter.topic=kogito-job-service-job-request-events
%kafka-events-support.mp.messaging.outgoing.kogito-job-service-job-request-events-emitter.value.serializer=org.apache.kafka.common.serialization.StringSerializer

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 e20ed9c

Please sign in to comment.