This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 6b3f617f7650 Iggy container - use gcr mirror (#20382)
6b3f617f7650 is described below

commit 6b3f617f7650e6c9330ed8c8a4f53e8e921ad164
Author: Federico Mariani <[email protected]>
AuthorDate: Mon Dec 15 07:32:29 2025 +0100

    Iggy container - use gcr mirror (#20382)
---
 .../src/test/java/org/apache/camel/component/iggy/IggyTestBase.java    | 3 +++
 .../org/apache/camel/test/infra/iggy/services/container.properties     | 3 +--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-iggy/src/test/java/org/apache/camel/component/iggy/IggyTestBase.java
 
b/components/camel-iggy/src/test/java/org/apache/camel/component/iggy/IggyTestBase.java
index 907fcdde254a..95e71c7ef1c2 100644
--- 
a/components/camel-iggy/src/test/java/org/apache/camel/component/iggy/IggyTestBase.java
+++ 
b/components/camel-iggy/src/test/java/org/apache/camel/component/iggy/IggyTestBase.java
@@ -39,10 +39,13 @@ import org.apache.iggy.message.Partitioning;
 import org.apache.iggy.message.PollingStrategy;
 import org.junit.jupiter.api.BeforeAll;
 import org.junit.jupiter.api.Order;
+import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
 import org.junit.jupiter.api.extension.RegisterExtension;
 
 import static java.util.Optional.empty;
 
+@DisabledIfSystemProperty(named = "ci.env.name", matches = ".*",
+                          disabledReason = "Iggy 0.6.0+ requires io_uring 
which is not available on CI environments")
 public abstract class IggyTestBase {
 
     @Order(1)
diff --git 
a/test-infra/camel-test-infra-iggy/src/main/resources/org/apache/camel/test/infra/iggy/services/container.properties
 
b/test-infra/camel-test-infra-iggy/src/main/resources/org/apache/camel/test/infra/iggy/services/container.properties
index 6d0c52a84769..04fbacc994c7 100644
--- 
a/test-infra/camel-test-infra-iggy/src/main/resources/org/apache/camel/test/infra/iggy/services/container.properties
+++ 
b/test-infra/camel-test-infra-iggy/src/main/resources/org/apache/camel/test/infra/iggy/services/container.properties
@@ -14,5 +14,4 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-iggy.container=apache/iggy:0.6.0
-iggy.container.version.exclude=edge,buildcache,dev,rc,beta,alpha
+iggy.container=mirror.gcr.io/apache/iggy:0.6.0

Reply via email to