nicoloboschi opened a new pull request, #17571: URL: https://github.com/apache/pulsar/pull/17571
### Motivation There are multiple benefits to adding the cpp-tests inside the main workflow: - Now CPP tests runner is triggered even for docs-only changes - The build artifacts are not reused - CPP tests can be skipped in case of integration-tests failures or build broken or checkstyle errors etc. - Less workflows ### Modifications * Moved the job right after the integration-tests * Now maven artifacts are reused from the previous job * Added dependency to the new job for the latest step `Pulsar CI checks completed` * Removed cpp-tests from the required checks because now it's included in `Pulsar CI checks completed` - [x] `doc-not-needed` -- 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]
