Thanks Lamber-ken! Please give me sometime to understand the PR and review..
if anyone can jump on this in the meantime, please go ahead! On Fri, Jun 5, 2020 at 3:33 PM Lamber Ken <[email protected]> wrote: > Hi Vinoth, > > Based on the discussion above, I came up with an interesting idea that > introduce a robot to build testing website automatically. If folks don't > want to build staging site by themself, we can introduce a rebot which > build testing website and push site automatically. > > I have already raised a lira for this: > https://github.com/apache/hudi/pull/1706 > https://issues.apache.org/jira/browse/HUDI-998 > > Thanks, > Lamber-Ken > > On 2020/06/01 15:14:32, Vinoth Chandar <[email protected]> wrote: > > Great! I left some comment on the PR. around licensing and maintenance > > overhead. > > > > On Sun, May 31, 2020 at 11:51 PM Lamber Ken <[email protected]> > wrote: > > > > > Hi forks, > > > > > > Learned from travis and github actions api docs these days, I used my > > > project as a demo[1], > > > the demo pull request will always fail, please use "rerun tests" > command, > > > it will rerun tests automatically. > > > > > > if you are interested, try it. > > > > > > Best, > > > Lamber-Ken > > > > > > [1] https://github.com/lamber-ken/hdocs/pull/36 > > > > > > > > > On 2020/05/27 06:08:05, Lamber Ken <[email protected]> wrote: > > > > Dear community, > > > > > > > > Use case: A build fails due to an externality. The source is actually > > > correct. It would build OK and pass if simply re-run. Is there some > way to > > > nudge Travis-CI to do another build, other than pushing a "dummy" > commit? > > > > > > > > The way I often used is `git commit --allow-empty -m 'trigger > rebuild'`, > > > push a dummy commit, the travis will rebuild. Also noticed some apache > > > projects have supported this feature. > > > > > > > > For example: > > > > 1. Carbondata use "retest this please" > > > > https://github.com/apache/carbondata/pull/3387 > > > > > > > > 2. Bookkeeper use "run pr validation" > > > > https://github.com/apache/bookkeeper/pull/2158 > > > > > > > > But, I can't find a effective solution from Github and Travis's > > > documentation[1], any thoughts or opinions? > > > > > > > > Best, > > > > Lamber-Ken > > > > > > > > [1] https://docs.travis-ci.com https://support.github.com > > > > > > > > > >
