jacek-lewandowski commented on PR #2620: URL: https://github.com/apache/cassandra/pull/2620#issuecomment-1691475412
The recent commits should fix the issue with: - running on Mac M1 - the Scanner waits for analysis results from the server and reports quality gate status (passed/failed), fails the build if the quality gate fails - since the quality gate is defined on the new-code and we do not have any reference, I did some dirty hack to run the quality gate on all code by initially running empty analysis (on an empty sources dir), and then the real analysis. In this case all files are considered new If you guys know a better way to run the quality gate on all files rather than only those considered new, please share... -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

