deepsola opened a new pull request, #6004:
URL: https://github.com/apache/rocketmq/pull/6004

   **Make sure set the target branch to `develop`**
   
   ## What is the purpose of the change
   
   - Add new CI config to run e2e test(apache/rocketmq-e2e) when PUSH or PR.
   
   ## Brief changelog
   
   1. New CI provides an independent RocketMQ environment for E2E testing by 
using the Alibaba Cloud ASK capability for each PUSH and PR, and deploys using 
the helm chart (apache/rocketmq-docker), and the mirror image is the submitted 
code.
   2. The test report is visualized, and the report of each UT and E2E test is 
displayed visually on the current execution page of CI, no need to check the 
log, which is convenient for troubleshooting.
   3. Compatibility testing is supported, and testing of multiple OS and JDK 
versions can be performed concurrently.
   4. Due to security considerations, the PR and PUSH action CIs are separated 
into two pipelines.
   
   ## Example
   - PUSH: https://github.com/deepsola/rocketmq/actions/runs/4103445477
   - PR: 
             [UT] https://github.com/deepsola/rocketmq/actions/runs/4109646599
             [E2E TEST] 
https://github.com/deepsola/rocketmq/actions/runs/4109709225


-- 
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]

Reply via email to