mirror of
https://github.com/apache/incubator-kie-kogito-examples.git
synced 2025-08-06 15:20:20 +08:00
[incubator-kie-issues-1682] Test cases in kogito repos GHA fail with "pull access denied for vectorized/redpanda" (#2043)
This commit is contained in:

committed by
GitHub

parent
3808806f43
commit
58815be293
@ -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}
|
5
pom.xml
5
pom.xml
@ -410,6 +410,11 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-failsafe-plugin</artifactId>
|
||||
<configuration>
|
||||
<systemPropertyVariables>
|
||||
<container.image.kafka>${container.image.kafka}</container.image.kafka>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
@ -154,6 +154,7 @@
|
||||
<systemPropertyVariables>
|
||||
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
|
||||
<maven.home>${maven.home}</maven.home>
|
||||
<container.image.kafka>${container.image.kafka}</container.image.kafka>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
@ -21,3 +21,5 @@ quarkus.kogito.devservices.enabled=false
|
||||
|
||||
kie.flyway.enabled=true
|
||||
quarkus.datasource.db-kind=postgresql
|
||||
|
||||
quarkus.kafka.devservices.image-name=${container.image.kafka}
|
@ -146,6 +146,7 @@
|
||||
<systemPropertyVariables>
|
||||
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
|
||||
<maven.home>${maven.home}</maven.home>
|
||||
<container.image.kafka>${container.image.kafka}</container.image.kafka>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
@ -21,4 +21,6 @@
|
||||
quarkus.http.test-port=0
|
||||
|
||||
# Temporary fix for test to pass due to issue in Quarkus classloading resolver
|
||||
quarkus.class-loading.parent-first-artifacts=org.testcontainers:testcontainers
|
||||
quarkus.class-loading.parent-first-artifacts=org.testcontainers:testcontainers
|
||||
|
||||
quarkus.kafka.devservices.image-name=${container.image.kafka}
|
@ -146,6 +146,7 @@
|
||||
<systemPropertyVariables>
|
||||
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
|
||||
<maven.home>${maven.home}</maven.home>
|
||||
<container.image.kafka>${container.image.kafka}</container.image.kafka>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
@ -21,4 +21,6 @@
|
||||
quarkus.http.test-port=0
|
||||
|
||||
# Temporary fix for test to pass due to issue in Quarkus classloading resolver
|
||||
quarkus.class-loading.parent-first-artifacts=org.testcontainers:testcontainers
|
||||
quarkus.class-loading.parent-first-artifacts=org.testcontainers:testcontainers
|
||||
|
||||
quarkus.kafka.devservices.image-name=${container.image.kafka}
|
@ -35,6 +35,7 @@
|
||||
<!-- Reproducible builds -->
|
||||
<project.build.outputTimestamp>2024-01-16T00:00:00Z</project.build.outputTimestamp>
|
||||
<version.maven.artifact.plugin>3.4.1</version.maven.artifact.plugin>
|
||||
<container.image.kafka>redpandadata/redpanda:v24.3.1</container.image.kafka>
|
||||
</properties>
|
||||
|
||||
|
||||
|
@ -162,6 +162,7 @@
|
||||
<systemPropertyVariables>
|
||||
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
|
||||
<maven.home>${maven.home}</maven.home>
|
||||
<container.image.kafka>${container.image.kafka}</container.image.kafka>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
@ -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}
|
Reference in New Issue
Block a user