-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[WIP] Commit for test ci, ignore this pr #15385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@horizonzy:Thanks for your contribution. For this PR, do we need to update docs? |
nicoloboschi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you explain more why you split the test?
it doesn't show up correctly in the CI results? can you provide an example?
Not mint it, I'm trying to find the flaky test root case, split it just for find. |
|
@horizonzy ok, I suggest you to set the pull as draft, add "WIP" in the title or create it in your fork to not cause confustion |
I try it at my fork and upstream both... It will be faster for test. |
|
@horizonzy If you want to test the CI or modify it, please consider opening PRs to your own fork of apache/pulsar since we have very limited resources in apache/pulsar. |
fine, after ci done at this time, I won't do it again. |
@horizonzy +1. There are some instructions in https://lists.apache.org/thread/1ofdbd9j1hhj4c0rw3o7vv8y6rbsxrp0 about using "Personal CI". |
|
@horizonzy 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: pulsar/.github/workflows/pulsar-ci.yaml Lines 77 to 82 in 1682884
and inline composite action implementation: https://github.com/apache/pulsar/blob/master/.github/actions/ssh-access/action.yml The ssh acccess is secured with the ssh key registered in Github. for example, your public keys are https://github.com/horizonzy.keys . You will first have to register a ssh public key in GitHub for that to work. |
Thanks your guide |
Commit for test ci, needn't view.