Re: purging of old job artifacts

2018-04-25 Thread Andrew Bayer
Yeah, fwiw, any build that doesn't have a build.xml (and therefore can't be loaded by Jenkins/displayed in the UI/etc) or any job directory that doesn't have a config.xml should just be rm'd. That's just eating disk space with no way of being used. A. On Wed, Apr 25, 2018 at 11:07 AM, Chris Lambe

Re: [JENKINS] - Upgrade of JDK that Jenkins Master uses.

2018-01-06 Thread Andrew Bayer
That is probably not a good idea - Jenkins is not tested on JDK9, and there are a number of known issues. A. On Sat, Jan 6, 2018 at 1:26 AM Gavin McDonald wrote: > Hi All, > > Tomorrow we’ll see the upgrade of the Default JDK that Jenkins Master > instance will use to run on. > > From JDK 1.8.0

Re: Our new Jenkins Jobs fail always

2017-09-19 Thread Andrew Bayer
It's not Jenkins that's at issue here, it's something in the Maven setup of this particular project. A. On Tue, Sep 19, 2017 at 6:23 PM, P. Ottlinger wrote: > Am 19.09.2017 um 22:39 schrieb Andrew Bayer: > > Try renaming it not to have spaces in the job name. > >

Re: Our new Jenkins Jobs fail always

2017-09-19 Thread Andrew Bayer
Try renaming it not to have spaces in the job name. On Tue, Sep 19, 2017 at 4:07 PM, Oliver B. Fischer wrote: > Dear all, > > Since some days I try to add a new Jenkins job for our project (TAMAYA) to > builds.apache.org. But every new job I create fails. Even a copied job, > the source job buil

Re: [JENKINS] - Plugins update

2017-09-16 Thread Andrew Bayer
ugins today to compatible versions, of course, > the > warning is now present for the workflow-job plugin. > > I’ll follow up with this upstream, as this should not happen. > > Gav… > > > > On 17 Sep 2017, at 10:27 am, Gavin McDonald > wrote: > > > On 17

Re: [JENKINS] - Plugins update

2017-09-16 Thread Andrew Bayer
I'd strongly advise downgrading to workflow-job 2.12.2 - that's the newest version that works on core 2.60.3. You can download it at http://updates.jenkins-ci.org/download/plugins/workflow-job/2.12.2/workflow-job.hpi and install it by going to Manage Plugins -> Advanced. A. On Sat, Sep 16, 2017 a

Re: Jenkins reload

2016-08-11 Thread Andrew Bayer
I'd strongly advise against doing that - just do a restart. The reload from disk behavior can cause all sorts of weird issues. A. On Aug 11, 2016 4:12 PM, "Gav" wrote: > Hi All, > > Jenkins will go down briefly for an on-disk configuration reload in 2 hours > from now. > > Cheers > > Gav... >

Re: Jenkins Node Labelling Documentation

2016-08-04 Thread Andrew Bayer
fwiw, I think the docker label should remain - the Rackspace dynamically provisioned agents, for example, are too small to really be a good option for most, if not all, jobs that use Docker. *shrug* Alternatively, a label that distinguishes between the-same-in-configuration physical vs non-physica

Re: Any reason for making Jenkins workspace files private?

2016-08-01 Thread Andrew Bayer
We deliberately block access to viewing the workspace directly - that causes unneeded load on the master and agents and isn't hugely reliable in the first place. As Alex said, if you want to view/use the output of your build later, you should archive that output. A. On Mon, Aug 1, 2016 at 7:43 AM

Re: identifying builder target architecture?

2016-07-05 Thread Andrew Bayer
Anything that isn't explicitly called out as non-x86_64 is almost certainly x86_64. A. On Tue, Jul 5, 2016 at 7:42 AM, Richard Henwood wrote: > Hi all, > > I am (currently in very general terms) looking at the Apache Ecosystem and > attempting to evaluate the status of CI with respect to native

Re: /bin/bash not found on Windows Slaves

2016-05-20 Thread Andrew Bayer
Don't use a Shell Step? Use a Batch Step instead. On Fri, May 20, 2016 at 1:04 PM, lewis john mcgibbney wrote: > Hi builds@, > I am struggling to establish a new build job [0] on the Windows slaves. I > get the following within the console log. > Can someone please help me understand what is goi

Re: blank html frames in Jenkins-built documentation

2016-04-24 Thread Andrew Bayer
Please open an INFRA JIRA. On Sunday, April 24, 2016, Uwe Schindler wrote: > Hi, > > We have the same problem with our Lucene documentation. Some Lucene > classes refer to JDK documentation. The links just result in a white page > and the mentioned security warning in browser logs. > > For other

Re: Build failed in Jenkins: joshua_master #4

2016-04-01 Thread Andrew Bayer
Should be on any of the ubuntu-[1,2,4,5,6] boxes or H10 and H11. Otherwise, probably not. As always, if you need system libraries installed, we strongly advise you run your build in a docker container, where you can control things like that. A. On Fri, Apr 1, 2016 at 9:18 AM, Lewis John Mcgibbney

Re: Maven deployment credentials on Jenkins

2016-03-03 Thread Andrew Bayer
Yup, all you need to do is "mvn deploy" - the creds are all baked into the build boxes. A. On Thu, Mar 3, 2016 at 9:18 AM, Maximilian Michels wrote: > Hi there, > > I was wondering how deployment of Maven artifacts via Jenkins works. > At the moment we deploy artifacts on Travis via a committer

Re: Unable to update Jenkins job

2016-02-29 Thread Andrew Bayer
See http://wiki.apache.org/general/Jenkins#How_do_I_get_an_account A. On Mon, Feb 29, 2016 at 4:54 PM, Mikhail Antonov wrote: > Hi guys, > > I'm a committer on Apache HBase project and now trying to update some > Jenkins jobs, for example this one: > https://builds.apache.org/job/HBase-1.3/ > >

Re: windows2 node seems unhappy

2016-01-05 Thread Andrew Bayer
I've disabled it and assigned the ticket to Gavin, since I honestly can't remember the creds/info for the box. A. On Tue, Jan 5, 2016 at 9:20 AM, Robbie Gemmell wrote: > The windows2 node seems unhappy. I set up a new job which runs fine on > windows1, but fails on windows2 immediately after pa

Re: [Jenkins Plugin Required] Could you please help install "Embeddable Build Status Plugin" to the Jenkins servers?

2015-12-28 Thread Andrew Bayer
Please open INFRA JIRAs for this sort of thing. On Monday, December 28, 2015, Michael Wu wrote: > Hi jenkins-admin team, > > I'm a contributor of incubator-eagle project and we are using > builds.apache.org to build CI jobs for the project. Recently, an > interesting Jenkins plugin attracted our

Re: A jenkins plugin is required to be installed: github pull request builder

2015-12-23 Thread Andrew Bayer
rked as "All checks have failed", please? > > On Thu, Dec 24, 2015 at 9:38 AM, Andrew Bayer > wrote: > >> That was something wrong with the Mac mini slave, which also was >> misconfigured to allow any job to run on it, not just ones explicitly tied >> t

Re: A jenkins plugin is required to be installed: github pull request builder

2015-12-23 Thread Andrew Bayer
rceptingExecutorService$1.call(InterceptingExecutorService.java:68) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor

Re: A jenkins plugin is required to be installed: github pull request builder

2015-12-23 Thread Andrew Bayer
elpful, I'll try to create a job according >> to it. Thank you very much. >> >> Michael >> >> On Sat, Dec 12, 2015 at 2:30 AM, Andrew Bayer >> wrote: >> >>> Hi - >>> >>> We already have a GitHub PR builder plugin installe

Re: Jenkins job failing repeatedly on new mac-mini node, configuration page wont load

2015-12-14 Thread Andrew Bayer
And done, after we had to restart the box. =) A. On Mon, Dec 14, 2015 at 1:53 PM, Andrew Bayer wrote: > builds.a.o is sucking wind right now, hence the hang for you - I'll try to > get the label updated. > > A. > > On Mon, Dec 14, 2015 at 1:50 PM, Robbie Gemmell wrote:

Re: Jenkins job failing repeatedly on new mac-mini node, configuration page wont load

2015-12-14 Thread Andrew Bayer
builds.a.o is sucking wind right now, hence the hang for you - I'll try to get the label updated. A. On Mon, Dec 14, 2015 at 1:50 PM, Robbie Gemmell wrote: > I noticed some of our jobs tried and failed to build on the new > mac-mini node last week, and updated their config accordingly to > remo

Re: A jenkins plugin is required to be installed: github pull request builder

2015-12-11 Thread Andrew Bayer
Hi - We already have a GitHub PR builder plugin installed - see https://blogs.apache.org/infra/entry/github_pull_request_builds_now, and https://builds.apache.org/job/cloudstack-pull-analysis/configure for an example of how to configure to use it. A. On Fri, Dec 11, 2015 at 12:41 PM, Michael Wu

Re: Which CI builds can deploy a project to the ASF SNAPSHOT repo?

2015-10-09 Thread Andrew Bayer
builds.a.o definitely has plenty of jobs deploying to repository.a.o. A. On Oct 9, 2015 10:57 AM, "sebb" wrote: > I know that Continuum is able to deploy successful builds to the ASF > SNAPSHOT repo. > > Are there any other CIs that can deploy to the repo? >

Re: Jenkins rebuild does not build same branch?

2015-10-05 Thread Andrew Bayer
The pull request plugin is a bit weird with rebuilds - I'll investigate to see if I can find more details. On Tuesday, October 6, 2015, Tae-Geon Um wrote: > Hi all, > > When I triggered rebuild, the rebuild does not build same branch. > > In the origin pull request build, > https://builds.apache

Re: Jenkins doesn't trigger post-build actions

2015-10-05 Thread Andrew Bayer
So this is fixed - but the plugin that does this now just updates the commit status of the PR rather than commenting. FYI. A. On Mon, Oct 5, 2015 at 8:20 AM, Tae-Geon Um wrote: > Thanks! > > Taegeon > > > On Oct 5, 2015, at 3:18 PM, Andrew Bayer wrote: > > > >

Re: Jenkins doesn't trigger post-build actions

2015-10-04 Thread Andrew Bayer
Something seems to have gone awry since the jenkins upgrade. I'll work on this today. A. On Monday, October 5, 2015, Daan Hoogland wrote: > h Taegeon, I noticed the same and entered a ticket on Andrews request. > > On Mon, Oct 5, 2015 at 3:19 AM, Tae-Geon Um > wrote: > > > Hi all, > > > > From

Re: builds.apache.org prepping for upgrade

2015-09-30 Thread Andrew Bayer
And we're back up! Let us know if you hit any problems. A. On Wed, Sep 30, 2015 at 11:34 AM, Andrew Bayer wrote: > FYI, the downtime is taking longer than expected - there are some > conversions in build IDs that have to be performed as part of the upgrade, > and that's tak

Re: builds.apache.org prepping for upgrade

2015-09-30 Thread Andrew Bayer
On Wed, Sep 30, 2015 at 8:42 AM, Andrew Bayer wrote: > I've put builds.apache.org in quiet down - no new builds will be started > 'til after we've upgraded. > > A. >

builds.apache.org prepping for upgrade

2015-09-29 Thread Andrew Bayer
I've put builds.apache.org in quiet down - no new builds will be started 'til after we've upgraded. A.

NOTICE: Planned upgrade of Jenkins on builds.apache.org for Wednesday Sept 30

2015-09-28 Thread Andrew Bayer
Hey all! So I'm going to be taking advantage of the overlapping conferences sucking away a large percentage of the committer base's attention this week to take down builds.a.o for upgrading to Jenkins 1.609.3 on Wednesday around 10:30am CEDT (8:30am UTC, 4:30am EDT, 1:30am PDT). It should be <1 ho

Re: Docker missing on Cloud slaves

2015-09-22 Thread Andrew Bayer
Yeah, we really need to refresh those. For now, just exclude them from your build. On Sep 22, 2015 22:04, "Roman Shaposhnik" wrote: > Hi! > > my job that requires docker has been picking > up cloud slaves lately (which is awesome -- you > guys rock for expanding capacity like that!). The > only i

builds.a.o restarted

2015-09-15 Thread Andrew Bayer
It locked up weird and the in-process restart just hung, so I've restarted the service. Any jobs in queue when it went down will have vanished and will need to be retriggered. Sorry for the inconvenience. A.

Please reboot asf908 and prosperina

2015-09-15 Thread Andrew Bayer
They're both down. Also, Rajiv, please don't run Mesos builds on those boxes - they're already doing a lot of work and you running things locally can mess things up. A.

Re: Dependency Request

2015-09-09 Thread Andrew Bayer
I think BUILDS is still there? On Wed, Sep 9, 2015 at 9:46 AM, Stack wrote: > I opened INFRA-10401 > > (Andrew, is the special 'BUILDS' project gone now and we should just file > against INFRA for all build issues going forward?) > > Thanks, > St.Ack > > O

Re: Dependency Request

2015-09-08 Thread Andrew Bayer
Please open a JIRA? On Sep 8, 2015 18:39, "lewis john mcgibbney" wrote: > Hi builds@, > The Apache HTrace (incubating) project recently established a build [0] for > our codebase on b.a.o. > In order to build and test we require the leveldb-devel package to be > installed and libleveldb.so to be

Please reboot Y! slaves

2015-08-24 Thread Andrew Bayer
Hi Rajiv - The following Jenkins slaves are down - please reboot them: asf900 asf904 asf907 asf909 asf911 penates A.

Re: What is the process of reporting dead slaves

2015-08-21 Thread Andrew Bayer
. On Fri, Aug 21, 2015 at 12:56 PM, Jarek Jarcec Cecho wrote: > Got it, it looks much better now - thank you! > > Jarcec > > > On Aug 21, 2015, at 9:33 AM, Andrew Bayer > wrote: > > > > It's not the slaves, it's the master itself. > > > > A.

Re: What is the process of reporting dead slaves

2015-08-21 Thread Andrew Bayer
Everything's lively again now - I'll make sure we've got disk space monitoring in place again. A. On Fri, Aug 21, 2015 at 12:33 PM, Andrew Bayer wrote: > It's not the slaves, it's the master itself. > > A. > > On Fri, Aug 21, 2015 at 12:32 PM, Jarek J

Re: FYI - disabled timer triggers across the board on builds.apache.org

2015-08-21 Thread Andrew Bayer
the polling seems to work. > > Kind Regards, > Stefan > > [1] https://builds.apache.org/view/A-D/view/Directory/job/dir-studio/ > > [2] > > https://builds.apache.org/view/A-D/view/Directory/job/dir-shared-ubuntu-deploy/ > > On 08/20/2015 07:32 PM, Andrew Bayer wrote: >

Re: FYI - disabled timer triggers across the board on builds.apache.org

2015-08-21 Thread Andrew Bayer
gt; Stefan > > [1] https://builds.apache.org/view/A-D/view/Directory/job/dir-studio/ > > [2] > > https://builds.apache.org/view/A-D/view/Directory/job/dir-shared-ubuntu-deploy/ > > On 08/20/2015 07:32 PM, Andrew Bayer wrote: > > I noticed a lot of jobs that were runnin

Re: What is the process of reporting dead slaves

2015-08-21 Thread Andrew Bayer
ion: No space left on device > > (probably some rogue job or something) > > Jarcec > > > On Aug 21, 2015, at 9:18 AM, Andrew Bayer > wrote: > > > > I'll take a look in 30 minutes or so. > > On Aug 21, 2015 12:05, "Jarek Jarcec Cecho" w

Re: What is the process of reporting dead slaves

2015-08-21 Thread Andrew Bayer
We ran out of disk space on builds.a.o - I'm compressing the 487gb (!!!) of logs and will work with the rest of Infra to make sure that's done automatically. A. On Fri, Aug 21, 2015 at 12:18 PM, Andrew Bayer wrote: > I'll take a look in 30 minutes or so. > On Aug 21, 2015

Re: What is the process of reporting dead slaves

2015-08-21 Thread Andrew Bayer
I'll take a look in 30 minutes or so. On Aug 21, 2015 12:05, "Jarek Jarcec Cecho" wrote: > Looking at Jenkins queue - there is 132 queued jobs and only 4 working > executors :) All the others are marked as “DEAD”. > > I’m wondering what is the process of reporting that? Should I create > BUILDS o

Re: FYI - disabled timer triggers across the board on builds.apache.org

2015-08-21 Thread Andrew Bayer
epository. I’ve put > back the “run every 10 minutes”. This job is usually done in less then 30 > seconds, so I’m assuming that it won’t be a problem :) > > Jarcec > > Links: > 1: https://builds.apache.org/job/PreCommit-Admin > > > On Aug 20, 2015, at 10:32 AM, Andrew Bay

RE: FYI - disabled timer triggers across the board on builds.apache.org

2015-08-20 Thread Andrew Bayer
back now. > > > > > >HTH > > > > > >Gav… > > > > > >> > > >> Uwe > > >> > > As said before, the Lucene builds are only affecting the Lucene slave and > this one should be used as much as possible, I reverted t

Re: Build slave capacity on builds.apache.org

2015-08-20 Thread Andrew Bayer
So it looks like part of the problem is that HBase builds have been hanging/causing slaves to barf out due to orphaned java processes eating up resources. They're looking into this over at https://issues.apache.org/jira/browse/INFRA-10150. On Thu, Aug 20, 2015 at 11:44 AM, Daan Hoogland wrote: >

FYI - disabled timer triggers across the board on builds.apache.org

2015-08-20 Thread Andrew Bayer
I noticed a lot of jobs that were running every day regardless of whether anything changed and eating up a lot of executors, so I bulk-removed all of them, changing those jobs to poll for changes hourly instead. If your project has one or two jobs that you need to run daily whether there are code c

Re: Name resolution issue on ubuntu jenkins slaves?

2015-08-20 Thread Andrew Bayer
FYI, I've manually overwritten /etc/resolv.conf on all the H* and ubuntu-* slaves with something more valid. A. On Thu, Aug 20, 2015 at 1:16 PM, Andrew Bayer wrote: > Yup, > http://drewgraybeal.blogspot.com/2015/05/level-3-dns-hijacking-4222-and-others.html > - > level3 is h

[jira] [Commented] (BUILDS-108) Problem with ServiceMix-Bundles Jenkins job

2015-08-20 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14705326#comment-14705326 ] Andrew Bayer commented on BUILDS-108: - A whole lot of things were in messed up st

Re: Name resolution issue on ubuntu jenkins slaves?

2015-08-20 Thread Andrew Bayer
Yup, http://drewgraybeal.blogspot.com/2015/05/level-3-dns-hijacking-4222-and-others.html - level3 is hijacking NXDOMAIN now. I think Y!'s DHCP is setting those DNS servers? Rajiv, can you comment? A. On Thu, Aug 20, 2015 at 10:32 AM, Andrew Bayer wrote: > So the Yahoo! provided s

[jira] [Assigned] (BUILDS-108) Problem with ServiceMix-Bundles Jenkins job

2015-08-20 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer reassigned BUILDS-108: --- Assignee: Andrew Bayer > Problem with ServiceMix-Bundles Jenkins

[jira] [Commented] (BUILDS-111) Auto-cleanup job for orphaned Java processes on builds.a.o

2015-08-20 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14705269#comment-14705269 ] Andrew Bayer commented on BUILDS-111: - Gonna need to restart Jenkins to install

[jira] [Created] (BUILDS-111) Auto-cleanup job for orphaned Java processes on builds.a.o

2015-08-20 Thread Andrew Bayer (JIRA)
Andrew Bayer created BUILDS-111: --- Summary: Auto-cleanup job for orphaned Java processes on builds.a.o Key: BUILDS-111 URL: https://issues.apache.org/jira/browse/BUILDS-111 Project: Infra Build Platform

[jira] [Created] (BUILDS-110) Set up Jenkins job linter/rules enforcer

2015-08-20 Thread Andrew Bayer (JIRA)
Andrew Bayer created BUILDS-110: --- Summary: Set up Jenkins job linter/rules enforcer Key: BUILDS-110 URL: https://issues.apache.org/jira/browse/BUILDS-110 Project: Infra Build Platform Issue

Re: Build slave capacity on builds.apache.org

2015-08-20 Thread Andrew Bayer
Yeah, I don't think we need physical nodes - leasing hosts somewhere would be perfectly fine. If we did go with physical nodes, I'd guess that five would probably be fine for the next year, split into multiple VMs/containers. I'm working on getting stats/graphs - should hopefully have that ready i

Re: Name resolution issue on ubuntu jenkins slaves?

2015-08-20 Thread Andrew Bayer
So the Yahoo! provided slaves (H*, ubuntu-*) do have Level3's DNS servers in /etc/resolv.conf - we don't actually control that directly, it's part of the system setup Y! uses, I think. I'll ping our contact at Y! about changing them to use more standard DNS. A. On Thu, Aug 20, 2015 at 6:15 AM, Ga

[jira] [Resolved] (BUILDS-109) OOME: can't create native thread

2015-08-19 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer resolved BUILDS-109. - Resolution: Duplicate > OOME: can't create nativ

[NOTICE] builds.a.o downtime and upgrade scheduled for next week

2015-08-18 Thread Andrew Bayer
Hey all - I'm going to be taking builds.apache.org down next Wednesday (August 26th) on US time to upgrade Jenkins to the latest LTS and upgrade a number of plugins. It should be a smooth process, but I'll make sure to broadcast the specific times. A.

Build slave capacity on builds.apache.org

2015-08-18 Thread Andrew Bayer
Hey all - So as you may have noticed, we've seen an increase in build utilization on builds.a.o in the last few months - which is great! The problem is that we're seeing more demand than we have resources at this point, and that's only going to increase. We're working on getting more slaves lined

Re: Jenkins ubuntu slaves unavailable

2015-08-18 Thread Andrew Bayer
We're seeing a far greater usage of the build slaves than we had historically - we're trying to see if there are any options for increasing the slave count. A. On Mon, Aug 17, 2015 at 6:12 PM, Gavin McDonald wrote: > > > On 17 Aug 2015, at 10:16 pm, Mattmann, Chris A (3980) < > chris.a.mattm...

Re: Problem finding IBM JDK on jenkins-ubuntu-1404-4gb-328

2015-08-18 Thread Andrew Bayer
Could you try changing your job to "ubuntu && !cloud-slave"? The dynamically provisioned slaves, like jenkins-ubuntu-1404-4gb-328, may not have the full set of JDKs installed. A. On Tue, Aug 18, 2015 at 7:25 AM, Keith W wrote: > Hello Builds, > > > We have a Jenkins job tied to 'ubuntu' which u

[jira] [Resolved] (BUILDS-101) Jenkins not starting job incubator-brooklyn-master-build

2015-08-12 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer resolved BUILDS-101. - Resolution: Fixed Woo! That fixed things - https://builds.apache.org/job/incubator-brooklyn

[jira] [Commented] (BUILDS-101) Jenkins not starting job incubator-brooklyn-master-build

2015-08-12 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14693217#comment-14693217 ] Andrew Bayer commented on BUILDS-101: - On the rebuilt builds.a.o, jenkins'

[jira] [Assigned] (BUILDS-101) Jenkins not starting job incubator-brooklyn-master-build

2015-08-12 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer reassigned BUILDS-101: --- Assignee: Andrew Bayer > Jenkins not starting job incubator-brooklyn-master-bu

[jira] [Commented] (BUILDS-78) Creation of a Windows CI build agent for TeamCity

2015-08-03 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14651592#comment-14651592 ] Andrew Bayer commented on BUILDS-78: I'm about to set up a thread on the d

[jira] [Comment Edited] (BUILDS-102) Ability to trigger Jenkins rebuild for GitHub pull requests

2015-07-29 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14645873#comment-14645873 ] Andrew Bayer edited comment on BUILDS-102 at 7/29/15 11:0

[jira] [Commented] (BUILDS-102) Ability to trigger Jenkins rebuild for GitHub pull requests

2015-07-29 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14645873#comment-14645873 ] Andrew Bayer commented on BUILDS-102: - Oh, and I think Spark's doing that b

[jira] [Commented] (BUILDS-102) Ability to trigger Jenkins rebuild for GitHub pull requests

2015-07-29 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14645872#comment-14645872 ] Andrew Bayer commented on BUILDS-102: - So - I've confirmed that the plu

[jira] [Assigned] (BUILDS-102) Ability to trigger Jenkins rebuild for GitHub pull requests

2015-07-29 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer reassigned BUILDS-102: --- Assignee: Andrew Bayer > Ability to trigger Jenkins rebuild for GitHub pull reque

Re: Triggering CI rebuilds for GitHub pull requests

2015-07-29 Thread Andrew Bayer
Thanks! On Wed, Jul 29, 2015 at 12:54 PM, Ismael Juma wrote: > On Tue, Jul 28, 2015 at 3:01 PM, Andrew Bayer > wrote: > > > Yes, please. =) > > > > Here it is: > > https://issues.apache.org/jira/browse/BUILDS-102 > > Best, > Ismael >

Re: Triggering CI rebuilds for GitHub pull requests

2015-07-28 Thread Andrew Bayer
Yes, please. =) On Jul 28, 2015 15:53, "Ismael Juma" wrote: > On Tue, Jul 28, 2015 at 2:14 PM, Andrew Bayer > wrote: > > > I have not yet - sorry. > > > > Thanks anyway. :) Should I file a JIRA ticket for this feature request? > > Ismael >

Re: Triggering CI rebuilds for GitHub pull requests

2015-07-28 Thread Andrew Bayer
al solution may not be available immediately, it > would still be good to know if there will be one. > > Thanks for your help. > > Best, > Ismael > > On Thu, Jul 23, 2015 at 10:20 AM, Andrew Bayer > wrote: > > > I'll find a way. =) > > On Jul 23, 2015 11

Re: Request for installing ISA-L library in build machines

2015-07-28 Thread Andrew Bayer
Can you provide us with packages for Ubuntu 14.04? A. On Tue, Jul 28, 2015 at 10:55 AM, Vinayakumar B wrote: > Hi, > > Request to install *Intel® Intelligent Storage > Acceleration-Library(Intel® ISA-L)* on all hadoop build machines. This is > required for testing the Recent work in Erasure C

Re: Triggering CI rebuilds for GitHub pull requests

2015-07-23 Thread Andrew Bayer
I'll find a way. =) On Jul 23, 2015 11:19, "Ismael Juma" wrote: > On Thu, Jul 23, 2015 at 9:36 AM, Andrew Bayer > wrote: > > > At the time I set us up with the plugin, the OSS one required a lot more > > privileges on the Github side than we are able to gi

Re: Triggering CI rebuilds for GitHub pull requests

2015-07-23 Thread Andrew Bayer
At the time I set us up with the plugin, the OSS one required a lot more privileges on the Github side than we are able to give it. I'll check to see if it's any more reasonable now. =) On Jul 23, 2015 10:18, "Ismael Juma" wrote: > On Wed, Jul 22, 2015 at 5:46 PM, Andrew

Re: Triggering CI rebuilds for GitHub pull requests

2015-07-22 Thread Andrew Bayer
I think it only triggers on changes to the pull request - i.e., a new commit. I'll talk to the cloudbees people (we are using the Jenkins Enterprise GH PR plugin, not the open source one) and see if they have any ideas. On Wednesday, July 22, 2015, Ismael Juma wrote: > Hi, > > Any feedback on th

[jira] [Resolved] (BUILDS-99) Working copy in kafka Jenkins PR job needs merge

2015-07-20 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer resolved BUILDS-99. Resolution: Fixed > Working copy in kafka Jenkins PR job needs me

[jira] [Commented] (BUILDS-99) Working copy in kafka Jenkins PR job needs merge

2015-07-20 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14633631#comment-14633631 ] Andrew Bayer commented on BUILDS-99: I've wiped out the workspace and set t

[jira] [Assigned] (BUILDS-99) Working copy in kafka Jenkins PR job needs merge

2015-07-20 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer reassigned BUILDS-99: -- Assignee: Andrew Bayer > Working copy in kafka Jenkins PR job needs me

[jira] [Resolved] (BUILDS-98) https://builds.apache.org unreachable

2015-07-20 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer resolved BUILDS-98. Resolution: Fixed And we're back. > https://builds.apache.org unr

[jira] [Commented] (BUILDS-98) https://builds.apache.org unreachable

2015-07-20 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14633218#comment-14633218 ] Andrew Bayer commented on BUILDS-98: Puppet seems to have broken stuff. Working o

[jira] [Assigned] (BUILDS-98) https://builds.apache.org unreachable

2015-07-20 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer reassigned BUILDS-98: -- Assignee: Andrew Bayer > https://builds.apache.org unreacha

[jira] [Resolved] (BUILDS-97) Kafka Jenkins job not triggered by GitHub pull request

2015-07-16 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer resolved BUILDS-97. Resolution: Fixed There were a couple things that needed to be changed as described on the blog

[jira] [Assigned] (BUILDS-97) Kafka Jenkins job not triggered by GitHub pull request

2015-07-16 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer reassigned BUILDS-97: -- Assignee: Andrew Bayer > Kafka Jenkins job not triggered by GitHub pull requ

[jira] [Commented] (BUILDS-97) Kafka Jenkins job not triggered by GitHub pull request

2015-07-16 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629710#comment-14629710 ] Andrew Bayer commented on BUILDS-97: Looking into this. > Kafka Jenkins

[jira] [Resolved] (BUILDS-96) Install latest JDK 8 (update 45) on jenkins slaves

2015-07-15 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer resolved BUILDS-96. Resolution: Fixed I've added JDK 1.8.0_45 to the list of JDKs you can configure in a Jenkin

[jira] [Assigned] (BUILDS-96) Install latest JDK 8 (update 45) on jenkins slaves

2015-07-15 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer reassigned BUILDS-96: -- Assignee: Andrew Bayer > Install latest JDK 8 (update 45) on jenkins sla

[jira] [Commented] (BUILDS-95) pull requests aborted for no obvious reason

2015-07-14 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14626151#comment-14626151 ] Andrew Bayer commented on BUILDS-95: Link to the job? > pull requests aborted

[jira] [Assigned] (BUILDS-95) pull requests aborted for no obvious reason

2015-07-14 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer reassigned BUILDS-95: -- Assignee: Andrew Bayer > pull requests aborted for no obvious rea

[jira] [Resolved] (BUILDS-93) access to apache-atlas-nightly configuration

2015-07-10 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer resolved BUILDS-93. Resolution: Not A Problem Assignee: Andrew Bayer > access to apache-atlas-nigh

[jira] [Commented] (BUILDS-93) access to apache-atlas-nightly configuration

2015-07-10 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14622362#comment-14622362 ] Andrew Bayer commented on BUILDS-93: See https://wiki.apache.org/general/Jenkins

Re: [NOTICE] builds.apache.org maintenance on July 2nd

2015-07-05 Thread Andrew Bayer
I also boosted the number of cloud slaves at a time, though I need to work on that further. =) A. On Sunday, July 5, 2015, Hervé BOUTEMY wrote: > great work! > the build queue seems smaller now > > thank you Andrew > > Le samedi 4 juillet 2015 09:30:49 Andrew Bayer a

[COMPLETE] builds.apache.org maintenance on July 2nd

2015-07-04 Thread Andrew Bayer
l 3, 2015 at 6:29 PM, Andrew Bayer wrote: > Hi all - > > Regrettably, the restore from backup is taking dramatically longer than > expected - we're now not even halfway through, so I don't expect to be back > online until Saturday morning UTC. > > A. > > On Fr

Re: [UPDATE] builds.apache.org maintenance on July 2nd

2015-07-03 Thread Andrew Bayer
Hi all - Regrettably, the restore from backup is taking dramatically longer than expected - we're now not even halfway through, so I don't expect to be back online until Saturday morning UTC. A. On Fri, Jul 3, 2015 at 9:35 AM, Andrew Bayer wrote: > Hi all - > > Sorry for th

Re: [UPDATE] builds.apache.org maintenance on July 2nd

2015-07-03 Thread Andrew Bayer
t the outside. A. On Thu, Jul 2, 2015 at 5:17 PM, Andrew Bayer wrote: > Hi all - > > builds.apache.org is still down - we're having problems rebuilding it. We > don't yet have a timeframe for when it'll be back up, but once it's been > reinstalled, I'll sen

[UPDATE] builds.apache.org maintenance on July 2nd

2015-07-02 Thread Andrew Bayer
Hi all - builds.apache.org is still down - we're having problems rebuilding it. We don't yet have a timeframe for when it'll be back up, but once it's been reinstalled, I'll send another update. Thanks. A. On Thu, Jul 2, 2015 at 1:28 PM, Andrew Bayer wrote: > Ho

Re: [NOTICE] builds.apache.org maintenance on July 2nd

2015-07-02 Thread Andrew Bayer
Hooray - a correction. =) I've been able to get all the projects to backup in a reasonable timeframe, so we should hopefully not be missing builds. Sorry for the false alarm! A. On Thu, Jul 2, 2015 at 12:37 PM, Andrew Bayer wrote: > builds.apache.org has been down for the last two hou

Re: [NOTICE] builds.apache.org maintenance on July 2nd

2015-07-02 Thread Andrew Bayer
uilds, not freestyle jobs, and all previous builds and job configuration etc will still be there regardless. More updates when we're further along. A. On Tue, Jun 30, 2015 at 11:52 AM, Andrew Bayer wrote: > A reminder - builds.apache.org will be down on July 2nd, starting around > 9am UTC/1

[jira] [Commented] (BUILDS-50) Install gitbook and libaio for ActiveMQ6 builds

2015-06-30 Thread Andrew Bayer (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14608366#comment-14608366 ] Andrew Bayer commented on BUILDS-50: We can add libaio, but do you really need to

  1   2   3   >