Re: Travis integration - docker pull limit reached

2022-02-10 Thread P. Ottlinger
Hi again, Creadur RAT uses the matrix build feature to run within different maven+jdk combinations and we still get these build failures, e.g. https://app.travis-ci.com/github/apache/creadur-rat/jobs/558978072 Can you provide me to a working Github Action integration that runs matrix builds,

Re: Travis integration - docker pull limit reached

2022-02-10 Thread Martin Grigorov
Hi, On Thu, Feb 10, 2022 at 12:36 PM P. Ottlinger wrote: > Hi again, > > Creadur RAT uses the matrix build feature to run within different > maven+jdk combinations and we still get these build failures, e.g. > https://app.travis-ci.com/github/apache/creadur-rat/jobs/558978072 > > Can you provide

Re: Travis integration - docker pull limit reached

2022-02-10 Thread Olivier Lamy
Hi A very simple one https://github.com/apache/archiva-redback-core/blob/master/.github/workflows/maven.yml On Thu, 10 Feb 2022 at 8:36 pm, P. Ottlinger wrote: > Hi again, > > Creadur RAT uses the matrix build feature to run within different > maven+jdk combinations and we still get these buil

Re: Travis integration - docker pull limit reached

2022-02-10 Thread P. Ottlinger
Hi, thanks for all your input and help - Creadur RAT uses Github Actions and Travis now and the builds are back in the green. Solved. * https://github.com/apache/creadur-rat/blob/master/.travis.yml Plain JDK build with 2 JDK versions. * https://github.com/apache/creadur-rat/blob/master/.gith