Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use machine executor to run NodeTest and DayTimeTest on CircleCI #1311

Open
jimma opened this issue Jul 4, 2024 · 0 comments
Open

Use machine executor to run NodeTest and DayTimeTest on CircleCI #1311

jimma opened this issue Jul 4, 2024 · 0 comments

Comments

@jimma
Copy link
Collaborator

jimma commented Jul 4, 2024

Now CircleCI uses setup_remote_docker environment, but this stops the client access the container exposed port and always get connection refused error when test tries to access the container exposed port.

       - setup_remote_docker:
          version: 20.10.18
          docker_layer_caching: true

We need to look at if change to machine executor can fix these issues without break other things:

    machine: # executor type
      image: ubuntu-2004:202010-01

The property 'containerless.skip.tests' can be introduced to skip all tests under containerless module until we found a solution to get all tests work on CircleCI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant