You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by ni...@apache.org on 2023/03/14 13:45:45 UTC

[bookkeeper] branch master updated: Correct the running job flag for the test group. (#3865)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8ea5590e78 Correct the running job flag for the test group. (#3865)
8ea5590e78 is described below

commit 8ea5590e78eea980306fb633e791aa8887a38581
Author: YANGLiiN <ie...@qq.com>
AuthorDate: Tue Mar 14 21:45:36 2023 +0800

    Correct the running job flag for the test group. (#3865)
---
 .github/workflows/bk-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/bk-ci.yml b/.github/workflows/bk-ci.yml
index 17e737a147..1b4fe9a8c2 100644
--- a/.github/workflows/bk-ci.yml
+++ b/.github/workflows/bk-ci.yml
@@ -118,11 +118,11 @@ jobs:
             test_args: "-Dtest='org.apache.bookkeeper.client.**'"
           - step_name: Replication Tests
             module: bookkeeper-server
-            flag: remaining
+            flag: replication
             test_args: "-Dtest='org.apache.bookkeeper.replication.**'"
           - step_name: Remaining Tests
             module: bookkeeper-server
-            flag: replication
+            flag: remaining
             test_args: "-Dtest='!org.apache.bookkeeper.client.**,!org.apache.bookkeeper.bookie.**,!org.apache.bookkeeper.replication.**,!org.apache.bookkeeper.tls.**'"
           - step_name: TLS Tests
             module: bookkeeper-server