arquillian / arquillian-cube

Control (docker, kubernetes, openshift) containers in your tests with ease!
http://arquillian.org/arquillian-cube/
117 stars 98 forks source link

CircleCi builds do not work #1255

Closed TheOnlyAl closed 11 months ago

TheOnlyAl commented 1 year ago
Issue Overview

Currently the circleci builds of this repository fail to build. Also the travis builds seem to not work since travis or Arquillian changed something.

Expected Behaviour

Builds are done for Commits / PRs on circleci to check if the code changes are okay.

Current Behaviour

The builds fail.

Steps To Reproduce
  1. Commit something
  2. Builds fail
Additional Information

I idendtified some problems with the builds related to the rather complex (at least for me) setup of the tests and the incomplete setup of the circleci builds. For example:

Since i plan to do maybe do some work and PRs in the future i would like to have the builds work at least a little bit. :)

gtudan commented 1 year ago

I agree that we should first get at least some level of CI-Feedback before continuing to work on this. So getting at least JDK 8 builds back would be a big step 👍