未验证 提交 9021e679 编写于 作者: D Daming 提交者: GitHub

fix kafka e2e testing (#6217)

上级 020a9953
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册