You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by Enrico Olivelli <eo...@gmail.com> on 2017/06/01 06:43:19 UTC

bookkeeper-master-git-pullrequest is failing

Hi,
today the job bookkeeper-master-git-pullrequest started failing

yesterday I changed the configuration of the "bookkeeper-master" just
by adding some parameter to the mvn command line in order to push
snapshots


according to the job config history there has been no change
https://builds.apache.org/job/bookkeeper-master-git-pullrequest/jobConfigHistory/

last change was at 2017-05-25_21-41-51 from "SYSTEM"

today Sijie and me changed some parameters but with effect
The only big difference I found between the two jobs was that the
git-pr job is running on nodes labelled "ubuntu" and the master on
nodes with 'hadoop"

I tried to switch to "hadoop" the git-pr job with no success, I
reverted it to 'ubuntu'

the main script for git-pr is

#!/bin/bash

export MAVEN_HOME=/home/jenkins/tools/maven/latest
export PATH=$JAVA_HOME/bin:$MAVEN_HOME/bin:$PATH
export MAVEN_OPTS=-Xmx2048m
export TESTPATCHDEBUG=true

mvn clean apache-rat:check package findbugs:check

and for master is
#!/bin/bash

export MAVEN_HOME=/home/jenkins/tools/maven/latest
export PATH=$JAVA_HOME/bin:$MAVEN_HOME/bin:$PATH
export MAVEN_OPTS=-Xmx2048m
export TESTPATCHDEBUG=true

mvn clean apache-rat:check package findbugs:check
-Dmaven.test.failure.ignore=true deploy

other config options are good to me and the differences are only to
due the nature of the jobs

I have no other idea, we can check with infra

@Sijie I can send the request to infra if no one else has ideas

-- Enrico

Re: bookkeeper-master-git-pullrequest is failing

Posted by Enrico Olivelli <eo...@gmail.com>.
I have just seen your solution @Sijie

currently we have these jobs:

bookkeeper-debug
bookkeeper-master
bookkeeper-precommit-pullrequest
bookkeeper-trunk-precommit-build
bookkeeper-master-git-pullrequest
bookkeeper-master-find-patches-available

maybe 'bookkeeper-master-find-patches-available' is no more used ?


2017-06-01 8:43 GMT+02:00 Enrico Olivelli <eo...@gmail.com>:
> Hi,
> today the job bookkeeper-master-git-pullrequest started failing
>
> yesterday I changed the configuration of the "bookkeeper-master" just
> by adding some parameter to the mvn command line in order to push
> snapshots
>
>
> according to the job config history there has been no change
> https://builds.apache.org/job/bookkeeper-master-git-pullrequest/jobConfigHistory/
>
> last change was at 2017-05-25_21-41-51 from "SYSTEM"
>
> today Sijie and me changed some parameters but with effect
> The only big difference I found between the two jobs was that the
> git-pr job is running on nodes labelled "ubuntu" and the master on
> nodes with 'hadoop"
>
> I tried to switch to "hadoop" the git-pr job with no success, I
> reverted it to 'ubuntu'
>
> the main script for git-pr is
>
> #!/bin/bash
>
> export MAVEN_HOME=/home/jenkins/tools/maven/latest
> export PATH=$JAVA_HOME/bin:$MAVEN_HOME/bin:$PATH
> export MAVEN_OPTS=-Xmx2048m
> export TESTPATCHDEBUG=true
>
> mvn clean apache-rat:check package findbugs:check
>
> and for master is
> #!/bin/bash
>
> export MAVEN_HOME=/home/jenkins/tools/maven/latest
> export PATH=$JAVA_HOME/bin:$MAVEN_HOME/bin:$PATH
> export MAVEN_OPTS=-Xmx2048m
> export TESTPATCHDEBUG=true
>
> mvn clean apache-rat:check package findbugs:check
> -Dmaven.test.failure.ignore=true deploy
>
> other config options are good to me and the differences are only to
> due the nature of the jobs
>
> I have no other idea, we can check with infra
>
> @Sijie I can send the request to infra if no one else has ideas
>
> -- Enrico