monkeyDluffy6017 commented on code in PR #9660:
URL: https://github.com/apache/apisix/pull/9660#discussion_r1285556072
##########
.github/workflows/centos7-ci.yml:
##########
@@ -31,7 +31,7 @@ jobs:
- t/plugin/[a-k]*
- t/plugin/[l-z]*
- t/admin t/cli t/config-center-yaml t/control t/core t/debug
t/deployment t/discovery t/error_page t/misc
- - t/node t/pubsub t/router t/script t/secret t/stream-node t/utils
t/wasm t/xds-library
+ - t/node t/pubsub t/router t/script t/secret t/stream-node t/utils
t/wasm t/xds-library t/xrpc
Review Comment:
No need to add this, the test cases in `t/xrpc` will be runned in
`https://github.com/apache/apisix/actions/runs/5780819817/job/15665008430`
##########
.github/workflows/redhat-ci.yaml:
##########
@@ -27,7 +27,7 @@ jobs:
- t/plugin/[a-k]*
- t/plugin/[l-z]*
- t/admin t/cli t/config-center-yaml t/control t/core t/debug
t/deployment t/discovery t/error_page t/misc
- - t/node t/pubsub t/router t/script t/secret t/stream-node t/utils
t/wasm t/xds-library
+ - t/node t/pubsub t/router t/script t/secret t/stream-node t/utils
t/wasm t/xds-library t/xrpc
Review Comment:
No need to add this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]