Hi,

On Thu, Feb 10, 2022 at 12:36 PM P. Ottlinger <pottlin...@apache.org> 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 me to a working Github Action integration that runs
> matrix builds, so we could try to adapt?
>

See
https://github.com/apache/avro/blob/8988196545a17e76a984b07313dd4a86497c9e02/.github/workflows/test-lang-java.yml#L37-L42
and
https://github.com/apache/avro/blob/8988196545a17e76a984b07313dd4a86497c9e02/.github/workflows/test-lang-java.yml#L58
You could do something similar for the Maven version.

But I don't think this would help you if you continue pulling from
DockerHub unauthenticated.
For CI purposes I'd recommend you to use GitHub Docker Registry 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. Ottlinger:
> > Hi,
> >
> > Am 12.01.22 um 10:09 schrieb Martin Grigorov:
> >> You have to either authenticate to hub.docker.com or use an alternative
> >> Docker registry like Apache Artifactory or Github Docker repository.
> >>
> >
> > Creadur seems to run on defaults:
> > https://github.com/apache/creadur-rat/blob/master/.travis.yml
> >
> > I always thought that the Travis stuff runs insider their infra and does
> > not have to be configured specifically OR is used based on the account
> > scheme of Travis. Thus I thought there might be something wrong with the
> > ASF Travis account.
> >
> > Thanks
> > Phil
> >
>
>

Reply via email to