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

The 'mysql-test2' test-case that tests the biarms/mysql deployment inside a docker swarm cluster works on Travis CI env but not on Circle CI env #3

Open
kremerol opened this issue May 21, 2020 · 2 comments

Comments

@kremerol
Copy link
Collaborator

Therefore, this test-case is currently disabled.

The root reason of this issue is maybe the docker server version:
a) On Travis CI: 19.03.8
b) On Circle CI: 18.06

biarms added a commit that referenced this issue May 22, 2020
Implements Wordaround for #3 and #4 issues : 
* Travis + CicleCI build refactoring (=> Stop multiplying binaries releases on docker hub)
* Implement a workaround for #4
* Improve doc
@kremerol
Copy link
Collaborator Author

Root cause is similar to moby/swarmkit#2401

@kremerol
Copy link
Collaborator Author

FYI, I was able to reproduce this "no suitable node available for task" issue by testing docker images produced by a multi-arch build perform on CircleCI, with these docker settings:

  1. docker client Version: 19.03.8 + docker server: 18.09.3 (see https://circleci.com/api/v1.1/project/github/biarms/mysql/26/output/103/0?file=true&allocation-id=5ec8ee18d1cecf357bf28a14-0-build%2F10442E34)
  2. docker Client Version: 19.03.8 + server 19.03.8 (see https://circleci.com/api/v1.1/project/github/biarms/mysql/27/output/103/0?file=true&allocation-id=5ec8efcf7c6bc7591442a553-0-build%2F31D62327)
  3. docker Client 19.03.9 + server 19.03.8 (see https://circleci.com/api/v1.1/project/github/biarms/mysql/28/output/103/0?file=true&allocation-id=5ec8f05511acd97bc1fe1716-0-build%2F1BBDD665)

kremerol added a commit that referenced this issue May 23, 2020
kremerol added a commit that referenced this issue May 24, 2020
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