-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
CLI che-cli dockerimage build failed #3980
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Comments
drop milestone as I can release with skipping tests, but it is still p1 issue |
benoitf
added a commit
that referenced
this issue
Feb 1, 2017
- We used OS path mounted into container path (it makes issues as on Windows we don’t have these paths) - Now use /dockerfiles path inside the container - add skip check for nightlies or it was downloading new images while testing the current nightly - add —rm for cleaning containers at the end of the start - introduce of some asserts instead of custom checks Change-Id: I352d7c475796df641c1e34f461c55a76c897922d Signed-off-by: Florent BENOIT <[email protected]>
JPinkney
pushed a commit
to JPinkney/che
that referenced
this issue
Aug 17, 2017
…clipse-che#3991) * Fix eclipse-che#3980 by reworking how integration tests are launched - We used OS path mounted into container path (it makes issues as on Windows we don’t have these paths) - Now use /dockerfiles path inside the container - add skip check for nightlies or it was downloading new images while testing the current nightly - add —rm for cleaning containers at the end of docker run - introduce of some asserts instead of custom checks - Fix windows issue (like path with spaces) - Fix teardown of che start tests Change-Id: I352d7c475796df641c1e34f461c55a76c897922d Signed-off-by: Florent BENOIT <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Im not able to build che-cli image with tests
The text was updated successfully, but these errors were encountered: