You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2020/02/29 10:15:25 UTC

[skywalking] 01/01: fix e2e miss.

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

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

commit 73b9838aaee6bca2faaa93568066ffacbfb85e45
Author: JaredTan95 <ji...@daocloud.io>
AuthorDate: Sat Feb 29 18:15:01 2020 +0800

    fix e2e miss.
---
 .github/workflows/e2e.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml
index 06d5fba..e19c1de 100644
--- a/.github/workflows/e2e.yaml
+++ b/.github/workflows/e2e.yaml
@@ -56,6 +56,8 @@ jobs:
         run: export E2E_VERSION=jdk12-1.5 && bash -x test/e2e/run.sh e2e-single-service
       - name: Agent Reboot Tests(JDK8)
         run: export E2E_VERSION=jdk8-1.5 && bash -x test/e2e/run.sh e2e-agent-reboot
+      - name: Agent Auth Tests(JDK8)
+        run: export E2E_VERSION=jdk8-1.5 && bash -x test/e2e/run.sh e2e-agent-auth
 
   Cluster:
     runs-on: ubuntu-latest