vongosling commented on a change in pull request #3655:
URL: https://github.com/apache/rocketmq/pull/3655#discussion_r771027673
##########
File path: .travis.yml
##########
@@ -45,9 +45,9 @@ before_script:
script:
- mvn verify -DskipTests
- travis_retry mvn -B clean apache-rat:check
- - travis_retry mvn -B package jacoco:report coveralls:report
+ - travis_retry mvn -B install jacoco:report coveralls:report
Review comment:
ITTest is designed to execute after we run successfully. We have two
tasks when building, after success is a heavy operation. If we remove it, we
must opt for the core ITTest case. Meanwhile, The queuing problem is very
serious and will be exacerbated if you mix long-running tasks in a light task.
Our CI/CD system design has been carefully considered. When optimizing the
CI/CD system, we should consider all aspects.
--
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]