Ivan Fernandez Calvo

Results 128 comments of Ivan Fernandez Calvo

I've spent a few hours trying to run one of our Docker containers on Linux/arm64, it was hard and mostly trial and error mode. My final setup is `Debian 11`...

related to https://github.com/jenkinsci/subversion-plugin/pull/204

There you have the repeated test ``` curl https://apm-ci.elastic.co/job/apm-agent-java/job/apm-agent-java-mbp/job/master/218/testReport/api/json |jq '.suites[].cases[].name'|sort|uniq -c|sort ``` `testStaticFile` is one test that is repeated 8 times, if we take a look to the `name`...

If you filter by name and group the data on each test case you can see that there is not the same test, ~the `SpringBoot` flavor is different.~ there are...

There are 109 test repeated of 1090, I dunno exactly why, maybe because they are repeated in some way, the smoke groups look for test into two different folders `integration-tests`...

>Regarding the impact on the team- the shortest it runs, the better for us, so if we reduce from ~45 minutes to ~25 minutes, this is meaningful. Otherwise, we don't...

here is the @mdelapenya's call, long history short, we have to categorize the tests to can run them in parallel by category.

ping us if we can help you, but sound like a StackOverflow or something like that

to support Docker in Docker https://github.com/elastic/apm-pipeline-library/pull/1484/files#diff-ef8b2f5e4d21d81c0eba4754dea3a3dfc2c67d26284f195165b650cf4aff7beaR104-R141