Re: Travis CI migration

2020-11-15 Thread Martin Grigorov
Hi Gavin, On Thu, Nov 12, 2020 at 2:33 PM Gavin McDonald wrote: > Hi All, > > I have attempted to start the (required) migration of project builds from > travis-ci.org > to travis-ci.com. > > Please check https://travis-ci.com/github/apache and see if your project > is > there. > If so, please d

Re: Increase the number of parallel jobs in GitHub Actions at ASF organization level

2021-04-07 Thread Martin Grigorov
On Wed, Apr 7, 2021 at 3:41 PM Hyukjin Kwon wrote: > Hi Greg, > > I raised this thread to figure out a way that we can work together to > resolve this issue, gather feedback, and to understand how other projects > work around. > Several projects I observed, as far as I can tell, have made enough

Re: Increase the number of parallel jobs in GitHub Actions at ASF organization level

2021-04-16 Thread Martin Grigorov
Hub Actions but as >>>> far as >>>> > I can remember: >>>> > - To reduce the maintenance cost of machines >>>> > - The Jenkins machines became unstable and slow causing CI jobs to >>>> fail or >>&g

Re: Increase the number of parallel jobs in GitHub Actions at ASF organization level

2021-04-16 Thread Martin Grigorov
ts should be done by Github Actions team, not by each and every project out there. But if your project wants to use Apache Airflow's modifications then you can do it - just follow what they did at https://github.com/apache/airflow/blob/master/.github/workflows/ci.yml > > > On Fri, 16

Re: Increase the number of parallel jobs in GitHub Actions at ASF organization level

2021-04-16 Thread Martin Grigorov
hub Actions. For example Apache Airflow team members have opened Pull Requests with improvements related to self-runners and security but until they are merged the only way to use the improvements is by using their forks (as they do in the linked workflow in my previous email). > > On Fri, 16 A

Re: JDK 17 is now in Rampdown Phase One

2021-06-14 Thread Martin Grigorov
Hi Gavin, On Mon, Jun 14, 2021 at 1:48 PM Gavin McDonald wrote: > Thanks Rory, > > 17 ea+26 and 18 ea+1 have both been rolled out to all our build nodes for > projects > to test with. > Is this rolled out for Buildbot agents too ? I still miss JDK 16 - https://ci.apache.org/builders/wicket-9.x-

Re: JDK 17 is now in Rampdown Phase One

2021-06-15 Thread Martin Grigorov
On Mon, Jun 14, 2021 at 3:37 PM Martin Grigorov wrote: > Hi Gavin, > > On Mon, Jun 14, 2021 at 1:48 PM Gavin McDonald > wrote: > >> Thanks Rory, >> >> 17 ea+26 and 18 ea+1 have both been rolled out to all our build nodes for >> projects >> to test

Re: [NOTICE] - Moving and Upgrading of Buildbot Jobs

2021-08-31 Thread Martin Grigorov
Hi Gavin, On Tue, Aug 31, 2021 at 12:02 PM Gavin McDonald wrote: > Hi Martin. > > Buildbot and GHA etc can now use RSYNC as well as curl. > Awesome! I follow your Buildbot efforts! Once I see an example of rsync usage I will test it at GHA! Regards, Martin > > > On Tue, Aug 17, 2021 at 8:39

Re: Next builds@ meeting

2021-11-12 Thread Martin Grigorov
Hi, About Oracle Cloud: it seems the beefy ARM64 machine was available only for the trial period. The Always Free tier allows up to 4 CPU (@2.8GHz Ampere Altra 80), 24 GB of RAM, 45GB disk and 4 Gbps network bandwidth. One can choose between Oracle EL, Ubuntu and CentOS - several versions of each.

Re: Pushing Docker Images

2021-11-16 Thread Martin Grigorov
Hi Allen, I've just documented how one could use Oracle Cloud free plan to build and test on Linux ARM64 for free! Please check https://martin-grigorov.medium.com/github-actions-arm64-runner-on-oracle-cloud-a77cdf7a325a and see whether it could be helpful for your case! You will need Apache Infra

Re: Pushing Docker Images

2021-11-17 Thread Martin Grigorov
Hi Allen, On Tue, Nov 16, 2021 at 7:17 PM Allen Wittenauer wrote: > > > > On Nov 16, 2021, at 2:34 AM, Martin Grigorov > wrote: > > > > Hi Allen, > > > > I've just documented how one could use Oracle Cloud free plan to build > and > > test

Re: ephemeral builds via AWS ECS and/or EKS? GPU Nodes?

2021-12-31 Thread Martin Grigorov
I also would like to help! Especially if Graviton 2/3 nodes could be used too! On Fri, Dec 31, 2021, 10:38 Jarek Potiuk wrote: > We do not use Jenkins but we do have self-hosted runners in Airflow - > we use VMS and auto-scaling groups rather than ECS or EKS, no GPU > nodes though, so I am not

Re: Travis integration - docker pull limit reached

2022-01-12 Thread Martin Grigorov
Hi, You have to either authenticate to hub.docker.com or use an alternative Docker registry like Apache Artifactory or Github Docker repository. Martin On Wed, Jan 12, 2022 at 9:52 AM P. Ottlinger wrote: > Hi, > > does anyone else experience a problem to pull docker images during > Travis buil

Re: Travis integration - docker pull limit reached

2022-02-10 Thread Martin Grigorov
instead. > > Does anyone have the same problem and solved it differently? > > At the moment we cannot distinguish if a PR fails due to real problems > or only these resource-related problems. > > Thanks for any hint, > > Phil > > Am 12.01.22 um 10:51 schrieb P. O

Re: [Volunteers] - Installing Maven versions to our build nodes

2022-03-17 Thread Martin Grigorov
Hi Gavin, I can help with Maven too! Please assign any INFRA tickets about JDK and Maven uprades to me. If I am the first to notice a new release I will create a ticket myself! Martin On Wed, Mar 16, 2022 at 8:37 PM Gavin McDonald wrote: > Hi All, > > https://issues.apache.org/jira/browse/INFR

Re: JDK 18 General Availability, and oracle-actions/setup-java

2022-03-28 Thread Martin Grigorov
Hi David, On Mon, Mar 28, 2022 at 1:25 PM David Delabassee < david.delabas...@oracle.com> wrote: > Greetings! > > JDK 18 has been released (General Availability) on March 22nd as > planned, the release cadence is working like clockwork! As a small token > of gratitude, some of you have been spec

Re: New JDK 19 EA builds, and JCE Survey!

2022-04-20 Thread Martin Grigorov
Hi, I will update the installation of JDK 19 on Jenkins and Buildbot (Linux) later today! Regards, Martin On Wed, Apr 20, 2022 at 5:08 AM David Delabassee < david.delabas...@oracle.com> wrote: > Greetings! > > The proposed schedule for JDK 19 is now known [1] with ‘Rampdown Phase > One’ set fo

Re: Publishing SNAPSHOTs via GitHub Actions

2022-05-02 Thread Martin Grigorov
Hi Volkan. See several examples: https://github.com/search?q=org%3Aapache+NEXUS_USER&type=code 1) Create a JIRA ticket for INFRA project to setup secrets.NEXUS_USER and secrets.NEXUS_PW for your project. 1.1) use custom settings.xml that uses the above credentials 2) If your project uses org.apac

Re: JDK 19 - Virtual Threads Testing!

2022-05-17 Thread Martin Grigorov
https://issues.apache.org/jira/browse/INFRA-23277 https://github.com/apache/infrastructure-p6/pull/1089 On Mon, May 16, 2022 at 10:45 AM David Delabassee < david.delabas...@oracle.com> wrote: > Welcome to a new Quality Outreach update! > > This time, we have one update but a major one: JEP 425 (V

Re: JDK 19: Rampdown Phase 1 + EA builds 26 & JDK 20: EA builds 1

2022-06-15 Thread Martin Grigorov
Hi, OpenJDK 19 b26 and 20 b1 have been installed for all Ubuntu CI agents - https://issues.apache.org/jira/browse/INFRA-23375 The Windows ones will be updated soon too! Regards, Martin On Mon, Jun 13, 2022 at 4:19 PM David Delabassee < david.delabas...@oracle.com> wrote: > Greetings! > > JDK 19

Re: JDK 19: Rampdown Phase 2 + JavaOne

2022-07-26 Thread Martin Grigorov
Hello, https://issues.apache.org/jira/browse/INFRA-23515 https://github.com/apache/infrastructure-p6/pull/1178 (Ubuntu build nodes). Regards, Martin On Mon, Jul 25, 2022 at 5:54 PM David Delabassee < david.delabas...@oracle.com> wrote: > Greetings! > > JDK 19 is now in Rampdown Phase Two [1]. T

Re: JDK 19 first Release Candidates!

2022-08-22 Thread Martin Grigorov
Hello David, Do you know why the download link for JDK 19 b36 has changed its structure ? - JDK 19 b32: https://download.java.net/java/early_access/jdk19/32/GPL/openjdk-19-ea+32_linux-x64_bin.tar.gz - JDK 19 b36: https://download.java.net/java/GA/jdk19/877d6127e982470ba2a7faa31cc93d04/36/GPL/open

Re: [External] : Re: JDK 19 first Release Candidates!

2022-08-23 Thread Martin Grigorov
://download.java.net/java/GA/jdk18.0.2.1/db379da656dc47308e138f21b33976fa/1/GPL/openjdk-18.0.2.1_linux-aarch64_bin.tar.gz > > Or is it something else? > > Regards, > > --David > > On 23/08/2022 08:27, Martin Grigorov wrote: > > Hello David, > > > > Do you kno

Re: JDK 19 first Release Candidates!

2022-08-24 Thread Martin Grigorov
https://issues.apache.org/jira/browse/INFRA-23624 https://github.com/apache/infrastructure-p6/pull/1202 On Mon, Aug 22, 2022 at 4:13 PM David Delabassee < david.delabas...@oracle.com> wrote: > Greetings! > > I hope you had a chance to take some time off. On our side, and despite > the summer vaca

Re: Builds in AWS and/or better build machines?

2022-10-23 Thread Martin Grigorov
Hi Ismaël, Here is a link to the original discussion: https://lists.apache.org/thread/wq0m05z9yj7nb1lcgl8l701ogsmf0ckh On Fri, Oct 21, 2022 at 9:26 PM Ismaël Mejía wrote: > Hi, just because this conversation got moved to builds@ other > people/projects don't have the context. Can someone please

Re: [Creadur/Maven] antrun plugin not triggered during site build - is there a working way to copy over files to /target

2022-11-14 Thread Martin Grigorov
Hi, Please check https://maven.apache.org/plugins/maven-site-plugin/usage.html It works fine with: mvn site-deploy On Mon, Nov 14, 2022 at 2:07 PM P. Ottlinger wrote: > Hi, > > over at Creadur we use the maven-antrun-plugin to copy over a file > during site build. I just realized that this mech

Re: Github hard limit on job execution time

2023-04-13 Thread Martin Grigorov
Hi, On Thu, Apr 13, 2023 at 7:17 PM Sai Boorlagadda wrote: > Hey All! I am part of Apache Geode project and we have been migrating our > pipelines to Github actions and hit a roadblock that the max. job execution > time on non-self-hosted GitHub workers is set a hard limit > < > https://docs.git

[jira] [Commented] (BUILDS-85) Could not generate DH keypair / peer not authenticated

2015-08-16 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14698786#comment-14698786 ] Martin Grigorov commented on BUILDS-85: --- I want to ask the same question as [~d

[jira] [Commented] (BUILDS-85) Could not generate DH keypair / peer not authenticated

2015-08-17 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14700103#comment-14700103 ] Martin Grigorov commented on BUILDS-85: --- Duh! Seriously?! Several Apache proj

[jira] [Commented] (BUILDS-85) Could not generate DH keypair / peer not authenticated

2015-08-20 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14705384#comment-14705384 ] Martin Grigorov commented on BUILDS-85: --- [~ipv6guru] You rock, man! > Co

[jira] [Commented] (BUILDS-85) Could not generate DH keypair / peer not authenticated

2015-08-20 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14705777#comment-14705777 ] Martin Grigorov commented on BUILDS-85: --- [~ipv6guru] Just tried it and the buil

[jira] [Commented] (BUILDS-85) Could not generate DH keypair / peer not authenticated

2015-08-21 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14706681#comment-14706681 ] Martin Grigorov commented on BUILDS-85: --- I've tried but it seems Bui

[jira] [Commented] (BUILDS-85) Could not generate DH keypair / peer not authenticated

2015-08-21 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14707295#comment-14707295 ] Martin Grigorov commented on BUILDS-85: --- Everything is green again: h

[jira] [Commented] (BUILDS-71) Update maven version to 3.1.0 or highier

2015-04-23 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14508848#comment-14508848 ] Martin Grigorov commented on BUILDS-71: --- Ping! > Update maven version to 3

[jira] [Commented] (BUILDS-71) Update maven version to 3.1.0 or highier

2015-04-26 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14513278#comment-14513278 ] Martin Grigorov commented on BUILDS-71: --- Please someone take a look at this i

[jira] [Commented] (BUILDS-71) Update maven version to 3.1.0 or highier

2015-04-27 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14516518#comment-14516518 ] Martin Grigorov commented on BUILDS-71: --- [~ipv6guru] According to

[jira] [Commented] (BUILDS-71) Update maven version to 3.1.0 or highier

2015-05-08 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1453#comment-1453 ] Martin Grigorov commented on BUILDS-71: --- [~bitstorm] where did you notice this

[jira] [Commented] (BUILDS-71) Update maven version to 3.1.0 or highier

2015-05-08 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14534556#comment-14534556 ] Martin Grigorov commented on BUILDS-71: --- Try it. But it could be that Tomee bu

[jira] [Commented] (BUILDS-71) Update maven version to 3.1.0 or highier

2015-05-09 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14536494#comment-14536494 ] Martin Grigorov commented on BUILDS-71: --- I've worked it around by setting

[jira] [Commented] (BUILDS-71) Update maven version to 3.1.0 or highier

2015-05-09 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14536836#comment-14536836 ] Martin Grigorov commented on BUILDS-71: --- [~ipv6guru] I think there is 'mv