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

CI for app and heap/thread generation #4

Closed
davidfrigola opened this issue May 2, 2018 · 4 comments
Closed

CI for app and heap/thread generation #4

davidfrigola opened this issue May 2, 2018 · 4 comments
Assignees
Projects

Comments

@davidfrigola
Copy link
Owner

davidfrigola commented May 2, 2018

Add CI to:

  • build app
  • start it (probably within a container)
  • generate heap dump
  • generate thread dump
@davidfrigola davidfrigola self-assigned this May 2, 2018
@davidfrigola davidfrigola added this to TODO in Release 1.0 May 3, 2018
@davidfrigola
Copy link
Owner Author

Set basic CI in travis, only building app.

@davidfrigola
Copy link
Owner Author

Added container build, ready to be started in CI

@davidfrigola
Copy link
Owner Author

davidfrigola commented May 5, 2018

Errors in CI
https://travis-ci.com/davidfrigola/poc-java-dump-analysis/jobs/122595824

[ERROR] Failed to execute goal com.spotify:dockerfile-maven-plugin:1.3.6:build (default-cli) on project heap-analysis: Could not build image: java.util.concurrent.ExecutionException: com.spotify.docker.client.shaded.javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory -> [Help 1]

Seems docker container build is not working in travis using mvn plugin?

@davidfrigola
Copy link
Owner Author

Heap generation completed
Needs cleanup of make commands in CI script
Thread generation is still pending

davidfrigola added a commit that referenced this issue May 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Release 1.0
  
TODO
Development

No branches or pull requests

1 participant