Re: Creating pull request build

2020-04-09 Thread Maxim Solodovnik
Nope All M4 blockers are in OM I'm currently improving cluster https://issues.apache.org/jira/browse/OPENMEETINGS-2241 In case there will be np more complains regarding Audio/Video disconnections This https://issues.apache.org/jira/browse/OPENMEETINGS-2247 will be the next big task On Fri, 10 Apr

Re: Creating pull request build

2020-04-09 Thread seba.wag...@gmail.com
nice I guess we rely closely on them pushing new webRTC features. Is there anything we waiting for in wicket right now? Cheers Seb On Fri, 10 Apr 2020 at 11:31, Maxim Solodovnik wrote: > On Fri, 10 Apr 2020 at 06:14, seba.wag...@gmail.com > > wrote: > > > Yeah somehow both travis and jenkins h

Re: Creating pull request build

2020-04-09 Thread Maxim Solodovnik
On Fri, 10 Apr 2020 at 06:14, seba.wag...@gmail.com wrote: > Yeah somehow both travis and jenkins have build checks now > Hopefully I was able to turn off travis (we will see ) > > we finally were able to release both Wicket and Wicketstuff :)) > => Are you a member of those projects too now?

Re: Creating pull request build

2020-04-09 Thread seba.wag...@gmail.com
Yeah somehow both travis and jenkins have build checks now we finally were able to release both Wicket and Wicketstuff :)) => Are you a member of those projects too now? Cheers Seb On Fri, 10 Apr 2020 at 11:11, Maxim Solodovnik wrote: > On Fri, 10 Apr 2020 at 03:53, seba.wag...@gmail.com > >

Re: Creating pull request build

2020-04-09 Thread Maxim Solodovnik
On Fri, 10 Apr 2020 at 03:53, seba.wag...@gmail.com wrote: > Yep, this one you mean: > > https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings-pr-build/ > > That is awesome! Let me try that. > For whatever reason now we have 2 PR builds :) Maybe will turn off travis > > Can we

Re: Creating pull request build

2020-04-09 Thread seba.wag...@gmail.com
Yep, this one you mean: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings-pr-build/ That is awesome! Let me try that. Can we restrict PR's to show up the PR build status and/or not allow merging if build is not green ? For example like in: https://medium.com/@shandredreyer/git

Re: Creating pull request build

2020-04-06 Thread Maxim Solodovnik
PR build at Jenkins was created by INFRA Just have checked, it seems to work On Tue, 7 Apr 2020 at 08:51, Maxim Solodovnik wrote: > Basic Travis config is created > https://issues.apache.org/jira/browse/INFRA-20084 ticket is filed :) > > On Mon, 6 Apr 2020 at 08:32, Maxim Solodovnik > wrote: >

Re: Creating pull request build

2020-04-06 Thread Maxim Solodovnik
Basic Travis config is created https://issues.apache.org/jira/browse/INFRA-20084 ticket is filed :) On Mon, 6 Apr 2020 at 08:32, Maxim Solodovnik wrote: > I'll try to set up travis and will let you know > > On Mon, 6 Apr 2020 at 07:35, seba.wag...@gmail.com > wrote: > >> Doesn't give much insig

Re: Creating pull request build

2020-04-05 Thread Maxim Solodovnik
I'll try to set up travis and will let you know On Mon, 6 Apr 2020 at 07:35, seba.wag...@gmail.com wrote: > Doesn't give much insights. > > This is the plugin we are using https://github.com/jenkinsci/ghprb-plugin > > On Mon, 6 Apr 2020 at 12:32, Maxim Solodovnik > wrote: > > > Can you open and

Re: Creating pull request build

2020-04-05 Thread seba.wag...@gmail.com
Doesn't give much insights. This is the plugin we are using https://github.com/jenkinsci/ghprb-plugin On Mon, 6 Apr 2020 at 12:32, Maxim Solodovnik wrote: > Can you open and compare configs? :) > > On Mon, 6 Apr 2020 at 07:28, seba.wag...@gmail.com > wrote: > > > there are other builds trigger

Re: Creating pull request build

2020-04-05 Thread Maxim Solodovnik
Can you open and compare configs? :) On Mon, 6 Apr 2020 at 07:28, seba.wag...@gmail.com wrote: > there are other builds triggered by PRs > https://builds.apache.org/job/madlib-pr-build/ > https://builds.apache.org/job/PreCommit-BIGTOP-github-pr-build/ > https://builds.apache.org/job/incubator-ta

Re: Creating pull request build

2020-04-05 Thread seba.wag...@gmail.com
there are other builds triggered by PRs https://builds.apache.org/job/madlib-pr-build/ https://builds.apache.org/job/PreCommit-BIGTOP-github-pr-build/ https://builds.apache.org/job/incubator-taverna-language-pull-requests/ Just search on jenkins for pull-request or pr-build and you can find plenty

Re: Creating pull request build

2020-04-05 Thread Maxim Solodovnik
I don't see PR build here: https://builds.apache.org/view/O/view/OpenWhisk/ Maybe buildbot can be used? https://ci.apache.org/buildbot.html Or even Travis https://travis-ci.org/ (with some lightened profile, due to build time on Travis is limited by 50 minutes) On Mon, 6 Apr 2020 at 05:20, seba.wa

Re: Creating pull request build

2020-04-05 Thread seba.wag...@gmail.com
I tried to follow: https://cwiki.apache.org/confluence/display/OPENWHISK/How+to+make+Jenkins+pipeline+jobs+triggered+by+pull+requests+for+Apache+projects But no success. I just can't find the last thing in the instructions "JenkinsFile" there is no such config "script path" anymore. On Mon, 6 Apr

Re: Creating pull request build

2020-04-05 Thread seba.wag...@gmail.com
could we maybe start to prefix branches with "feature/", for example feature/JIRA-XYZ-my-name ? That way we can whitelist those ones. So it won't just anything Cheers Seb On Sun, 5 Apr 2020 at 19:01, wrote: > Or we can find another Jenkins job from another project that actually > works. > > I c

Re: Creating pull request build

2020-04-05 Thread seba . wagner
Or we can find another Jenkins job from another project that actually works. I can have a look tmw when it’s daytime again. Cheers Seb Sent from my iPhone > On 5/04/2020, at 4:42 PM, Maxim Solodovnik wrote: > > just have created PR > no build :((( > time to ask INFRA? > >> On Sun, 5 Apr 202

Re: Creating pull request build

2020-04-04 Thread Maxim Solodovnik
just have created PR no build :((( time to ask INFRA? On Sun, 5 Apr 2020 at 11:31, seba.wag...@gmail.com wrote: > that was already checked. And I've added some more commits meanwhile. > > Maybe it wouldn't retrigger on an existing PR. Just new PRs. > > Or maybe we have to add " Whitelist Target

Re: Creating pull request build

2020-04-04 Thread seba.wag...@gmail.com
that was already checked. And I've added some more commits meanwhile. Maybe it wouldn't retrigger on an existing PR. Just new PRs. Or maybe we have to add " Whitelist Target Branches:" cause otherwise somebody could DoS attack Jenkins with creating thousands of PRs. Cheers Seb On Sun, 5 Apr 202

Re: Creating pull request build

2020-04-04 Thread Maxim Solodovnik
I have checked "Use github hooks for build triggering" can you commit something to your PR? On Sun, 5 Apr 2020 at 10:49, seba.wag...@gmail.com wrote: > Hope isolation is going well! > > I started to create a Pull Request build: > > https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmee

Creating pull request build

2020-04-04 Thread seba.wag...@gmail.com
Hope isolation is going well! I started to create a Pull Request build: https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings-pull-request/ But doesn't quite work yet I think. Cheers Seb -- Sebastian Wagner https://twitter.com/#!/dead_lock seba.wag...@gmail.com