lhotari commented on issue #15392: URL: https://github.com/apache/pulsar/issues/15392#issuecomment-1113277856
@shibd I would recommend investigating this with a "Personal CI" where you work on a fix in your own fork before create a PR. You can open PRs to your own fork of apache/pulsar to run GitHub Actions workflows in your own fork. There are some instructions in https://lists.apache.org/thread/1ofdbd9j1hhj4c0rw3o7vv8y6rbsxrp0 about using "Personal CI". The additional benefit of the "Personal CI" is that you get ssh access to the build VMs when the build is running. That is handled by this logic in the pulsar-ci.yaml GitHub Actions workflow file: https://github.com/apache/pulsar/blob/1682884d5d4860bfcbe25d54ac27e446f94f8716/.github/workflows/pulsar-ci.yaml#L77-L82 and inline composite action implementation: https://github.com/apache/pulsar/blob/master/.github/actions/ssh-access/action.yml The ssh access is secured with the ssh key registered in Github. for example, your public keys are https://github.com/shibd.keys . That's the key that will have access to ssh when you run builds in your own fork. -- 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]
