This is an automated email from the ASF dual-hosted git repository.
shoothzj 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 caddb6ee5b Correct the running job name for the test group (#3851)
caddb6ee5b is described below
commit caddb6ee5bbf1823dfa6cae6cb419159f7327aa6
Author: Yong Zhang <[email protected]>
AuthorDate: Fri Mar 10 11:14:24 2023 +0800
Correct the running job name for the test group (#3851)
---
### Motivation
The running tests job name doesn't match the tests. Correct
the job name.
---
.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 a274f3a01e..17e737a147 100644
--- a/.github/workflows/bk-ci.yml
+++ b/.github/workflows/bk-ci.yml
@@ -116,11 +116,11 @@ jobs:
module: bookkeeper-server
flag: client
test_args: "-Dtest='org.apache.bookkeeper.client.**'"
- - step_name: Remaining Tests
+ - step_name: Replication Tests
module: bookkeeper-server
flag: remaining
test_args: "-Dtest='org.apache.bookkeeper.replication.**'"
- - step_name: Replication Tests
+ - step_name: Remaining Tests
module: bookkeeper-server
flag: replication
test_args:
"-Dtest='!org.apache.bookkeeper.client.**,!org.apache.bookkeeper.bookie.**,!org.apache.bookkeeper.replication.**,!org.apache.bookkeeper.tls.**'"