You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/02/18 14:04:33 UTC

[camel-quarkus] branch master updated: Disable ryuk on CI builds

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

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 58249a7  Disable ryuk on CI builds
58249a7 is described below

commit 58249a725fffdf768af2d606d775c3adceb98323
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Feb 18 07:58:22 2021 +0000

    Disable ryuk on CI builds
---
 .github/workflows/camel-master-cron.yaml   | 1 +
 .github/workflows/ci-build.yaml            | 1 +
 .github/workflows/quarkus-master-cron.yaml | 1 +
 3 files changed, 3 insertions(+)

diff --git a/.github/workflows/camel-master-cron.yaml b/.github/workflows/camel-master-cron.yaml
index 3947c1d..22ef6af 100644
--- a/.github/workflows/camel-master-cron.yaml
+++ b/.github/workflows/camel-master-cron.yaml
@@ -26,6 +26,7 @@ env:
   LANG: en_US.UTF-8
   MAVEN_OPTS: -Xmx3000m
   MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -e
+  TESTCONTAINERS_RYUK_DISABLED: true
 
 jobs:
   build:
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index d7e9e57..3028291 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -47,6 +47,7 @@ env:
   LANG: en_US.UTF-8
   MAVEN_OPTS: -Xmx3000m
   MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -e
+  TESTCONTAINERS_RYUK_DISABLED: true
 
 jobs:
   initial-mvn-install:
diff --git a/.github/workflows/quarkus-master-cron.yaml b/.github/workflows/quarkus-master-cron.yaml
index 171c085..4dea77e 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -26,6 +26,7 @@ env:
   LANG: en_US.UTF-8
   MAVEN_OPTS: -Xmx3000m
   MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -e
+  TESTCONTAINERS_RYUK_DISABLED: true
 
 jobs:
   build: