Reuse workflows - #338
Conversation
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
|
Maven compile can meet StackOverflowError sometimes. Any thoughts? For example https://github.com/apache/pulsar-site/actions/runs/3705285707/jobs/6279000910 |
| steps: | ||
| - uses: actions/checkout@v3 | ||
| - name: Sync content without push | ||
| uses: ./.github/actions/sync-content |
There was a problem hiding this comment.
how does it decide not to attempt to push?
There was a problem hiding this comment.
It's decided at:
pulsar-site/tools/pytools/bin/site-updater.py
Lines 37 to 50 in 22f11e4
We pass the default value auto in the CI env and it pushes only if it's in the CI env && in the upstream repo && not triggered by a pull_request event.
But since we split workflows now, it's an alternative we pass explicit push=y or n as an argument.
@tisonkun I had to add make apache/pulsar#18602 in apache/pulsar to mitigate the issue. Add |
Signed-off-by: tison <wander4096@gmail.com>
Updated. |
|
Merging... Other improvement can be follow-ups. Currently, my most wanted issue is apache/pulsar#18947 |
Signed-off-by: tison wander4096@gmail.com