Re: GitHub OAuth token

2020-07-31 Thread Akira Ajisaka
This is related. Removed hadoop-multibranch jobs from builds.apache.org to stop double yetus runs. -Akira On Fri, Jul 31, 2020 at 7:41 PM Steve Loughran wrote: > I'm seeing double yetus runs on each PR -this related? > > On Thu, 30 Jul 2020 at 03:14, Akira Ajisaka wrote: > > > This issue is re

Re: maintainers of hadoop-multibranch please limit concurrent runs

2020-07-31 Thread Akira Ajisaka
All the ci-hadoop users, I apologize for starving the resources by my misconfiguration. Aborted all the hadoop-multibranch jobs and modified the configuration as follows: - Disabled the periodic scanning. - Set "Discover pull requests from origin/forks" to "The current pull request revision" Tha

Apache Hadoop qbt Report: branch-2.10+JDK7 on Linux/x86_64

2020-07-31 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-branch-2.10-java7-linux-x86_64/11/ [Jul 30, 2020 2:48:15 PM] (Stephen O'Donnell) HDFS-15313. Ensure inodes in active filesytem are not deleted during snapshot delete. Contributed by Shashikant Banerjee. [Jul 30, 2020 8:02:22 PM]

Re: maintainers of hadoop-multibranch please limit concurrent runs

2020-07-31 Thread Zoltan Haindrich
Hey All! For Hive we also use the multi-branch pipeline plugin [1] - and in the last couple months I've seen some issues with it. Probably most importantly w.r.t to the current issue: the hadoop-multibranch job right now is configured "merge the PR with the master" which is a handy feature - bu

Re: GitHub OAuth token

2020-07-31 Thread Steve Loughran
I'm seeing double yetus runs on each PR -this related? On Thu, 30 Jul 2020 at 03:14, Akira Ajisaka wrote: > This issue is resolved. > Steve gave me the token privately and hadoop-multibranch job has been > migrated using the token. > > -Akira > > On Mon, Jul 27, 2020 at 4:02 PM Akira Ajisaka wr