[jira] [Resolved] (HDDS-1548) Jenkins precommit build is broken for Ozone

2019-05-16 Thread Eric Yang (JIRA)
[ https://issues.apache.org/jira/browse/HDDS-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Yang resolved HDDS-1548. - Resolution: Fixed Jenkins Precommit build updated to reflect the changes. > Jenkins precommit build

[jira] [Created] (HDDS-1548) Jenkins precommit build is broken for Ozone

2019-05-15 Thread Eric Yang (JIRA)
Eric Yang created HDDS-1548: --- Summary: Jenkins precommit build is broken for Ozone Key: HDDS-1548 URL: https://issues.apache.org/jira/browse/HDDS-1548 Project: Hadoop Distributed Data Store Issue

Re: Jenkins precommit build for HDFS failing

2018-09-27 Thread Duo Zhang
IImpl.access$300(CliGitAPIImpl.java:72) >> >> >> It seems QA machine(s) may have trouble accessing git. >> >> >> I wonder if the 'index-pack failed' error would lead to patch not >> being recognized. >> >> >> FYI >> >> &g

Re: Jenkins precommit build for HDFS failing

2018-09-27 Thread Duo Zhang
> being recognized. > > > FYI > > > On Thu, Sep 27, 2018 at 3:02 PM Ajay Kumar > wrote: > > > Hi, > > > > Jenkins precommit build for HDFS is failing with error that patch doesn’t > > apply to trunk, even when patch applies to trunk. > > I s

Re: Jenkins precommit build for HDFS failing

2018-09-27 Thread Ted Yu
) It seems QA machine(s) may have trouble accessing git. I wonder if the 'index-pack failed' error would lead to patch not being recognized. FYI On Thu, Sep 27, 2018 at 3:02 PM Ajay Kumar wrote: > Hi, > > Jenkins precommit build for HDFS is failing with error that patch

Jenkins precommit build for HDFS failing

2018-09-27 Thread Ajay Kumar
Hi, Jenkins precommit build for HDFS is failing with error that patch doesn’t apply to trunk, even when patch applies to trunk. I see other build failures with same error for other patches as well. Wanted to reach out to know if it is a known issue. Vote Subsystem Runtime Comment 0

Re: Jenkins precommit-*-build

2015-05-08 Thread Konstantin Shvachko
Thank you Allen! --Konst On Tue, May 5, 2015 at 5:14 PM, Allen Wittenauer wrote: > > HDFS, MAPREDUCE, and YARN have been migrated. > > Let me know of any issues and I’ll try to get to them as I can. This > should be the end of the Jenkins race conditions for our pre commits! > *crosses fingers

Re: Jenkins precommit-*-build

2015-05-05 Thread Colin P. McCabe
Thanks, Allen. This has long been a thorn in our side, and it's really good to see someone work on it. cheers, Colin On Tue, May 5, 2015 at 2:59 PM, Allen Wittenauer wrote: > TL;DR: > > Heads up: I’m going to hack on these scripts to fix the race > conditions. > > > > Pre

Re: Jenkins precommit-*-build

2015-05-05 Thread Allen Wittenauer
HDFS, MAPREDUCE, and YARN have been migrated. Let me know of any issues and I’ll try to get to them as I can. This should be the end of the Jenkins race conditions for our pre commits! *crosses fingers*

Jenkins precommit-*-build

2015-05-05 Thread Allen Wittenauer
TL;DR: Heads up: I’m going to hack on these scripts to fix the race conditions. Presently, we have a pretty wicked race condition in the precommit scripts, namely writing to a directory that is outside of Jenkins' workspace directory. I’ve committed changes this morning