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

zhangwei24 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 9021e67  fix kafka e2e testing (#6217)
9021e67 is described below

commit 9021e6791229e8dd81ffaf7b77cb9f567723d0b6
Author: Daming <[email protected]>
AuthorDate: Sat Jan 16 20:41:46 2021 +0800

    fix kafka e2e testing (#6217)
---
 .github/workflows/e2e.kafka.yaml | 31 +++----------------------------
 1 file changed, 3 insertions(+), 28 deletions(-)

diff --git a/.github/workflows/e2e.kafka.yaml b/.github/workflows/e2e.kafka.yaml
index c120299..7a79535 100644
--- a/.github/workflows/e2e.kafka.yaml
+++ b/.github/workflows/e2e.kafka.yaml
@@ -26,6 +26,7 @@ on:
 
 env:
   SW_AGENT_JDK_VERSION: 8
+  SW_STORAGE: influxdb
 
 jobs:
   Kafka:
@@ -41,6 +42,8 @@ jobs:
             class: org.apache.skywalking.e2e.kafka.KafkaProfileE2E
           - name: Meter
             class: org.apache.skywalking.e2e.kafka.KafkaMeterE2E
+          - name: Log
+            class: org.apache.skywalking.e2e.kafka.KafkaLogE2E
     steps:
       - uses: actions/checkout@v2
         with:
@@ -61,31 +64,3 @@ jobs:
         with:
           name: logs
           path: logs
-  log:
-    name: Kafka(log)
-    runs-on: ubuntu-latest
-    timeout-minutes: 90
-    steps:
-      - uses: actions/checkout@v2
-        with:
-          submodules: true
-      - name: Cache local Maven repository
-        uses: actions/cache@v2
-        with:
-          path: ~/.m2/repository
-          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-          restore-keys: |
-            ${{ runner.os }}-maven-
-      - name: Compile and Build
-        run: make docker
-      - name: Copy dist package
-        run: cp -R dist test/e2e/
-      - name: Kafka Log
-        run: ./mvnw --batch-mode -f test/e2e/pom.xml -am -DfailIfNoTests=false 
verify -Dit.test=org.apache.skywalking.e2e.kafka.KafkaLogE2E
-      - name: Report Coverage
-        run: bash -x tools/coverage/report.sh
-      - uses: actions/upload-artifact@v1
-        if: failure()
-        with:
-          name: logs
-          path: logs
\ No newline at end of file

Reply via email to