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

kezhenxu94 pushed a commit to branch test/fix-kafka
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 2284afec8e24edf31fb137a228c813c860443ed3
Author: kezhenxu94 <[email protected]>
AuthorDate: Sat Jan 30 08:58:45 2021 +0800

    Fix flaky E2E case
---
 .github/workflows/e2e.kafka.yaml | 3 +++
 test/e2e/pom.xml                 | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/e2e.kafka.yaml b/.github/workflows/e2e.kafka.yaml
index 7a79535..eda98e5 100644
--- a/.github/workflows/e2e.kafka.yaml
+++ b/.github/workflows/e2e.kafka.yaml
@@ -23,6 +23,9 @@ on:
       - '!**.md'
   schedule:
     - cron: '0 18 * * *'
+  push:
+    branches:
+      - test/fix-kafka
 
 env:
   SW_AGENT_JDK_VERSION: 8
diff --git a/test/e2e/pom.xml b/test/e2e/pom.xml
index 1e52885..2e3ee23 100644
--- a/test/e2e/pom.xml
+++ b/test/e2e/pom.xml
@@ -64,7 +64,7 @@
         <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
         
<maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
 
-        <testcontainers.version>1.15.0</testcontainers.version>
+        <testcontainers.version>1.15.1</testcontainers.version>
     </properties>
 
     <repositories>

Reply via email to