https://github.com/apache/pulsar/pull/13191 <https://github.com/apache/pulsar/pull/13191>
I made a PR to optimize the website build - Before this, it will build full pulsar, in fact, it’s not necessary, It saves a lot of time just build the core modules. Thanks, LiLi > On Dec 3, 2021, at 5:04 AM, Dave Fisher <w...@apache.org> wrote: > > Hi - > > I noticed some things about the website build. > https://github.com/apache/pulsar/actions/workflows/ci-pulsar-website-build.yaml > > (1) It runs for nearly 2 hours. > (2) If it exceeds 2 hours then it is canceled. > (3) It runs every 6 hours. > > We share runners with all of the ASF. > > I think we need to change from 4 runs per day to either 2 or 3 runs. > > We can also consider switching to the ASF’s Jenkins at > https://builds.apache.org/job/Pulsar/ - it might give better performance. > > Regards, > Dave