Skip to content

1.x: no need to run gradle assembe by travis #4183

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

Merged
merged 7 commits into from
Jul 9, 2016

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Jul 9, 2016

By default, Travis runs gradle assemble and if it fails, there seems to be no way to specify --stacktrace for it other than disabling it entirely. The buildViaTravis.sh does a full build anyway.

I'm posting this as Nebula fails in the assembly phase for some reason but by default, nothing else is printed.

@akarnokd akarnokd added the Build label Jul 9, 2016
@JakeWharton
Copy link
Contributor

lgtm 👍

Their idea is to do full compilation of all modules before running tests, but in a single-module repo it doesn't make much sense anyway.

@akarnokd
Copy link
Member Author

akarnokd commented Jul 9, 2016

org.eclipse.jgit.errors.MissingObjectException: Missing commit 4e5f6aae88a0993d528077dce3df19c630d825d0

This says the stash is corrupt; I'm assuming the cache we use for building could be corrupt after today's massive outage.

@akarnokd
Copy link
Member Author

akarnokd commented Jul 9, 2016

Hmm, looks like limiting the clone depth went past that odd commit number (which is available here on GitHub).

@akarnokd
Copy link
Member Author

akarnokd commented Jul 9, 2016

Now we are killed with out of memory - probably due to the container-backlog.

@akarnokd akarnokd merged commit 5e59bcf into ReactiveX:1.x Jul 9, 2016
@akarnokd akarnokd deleted the NoDefaultTravisAssemble branch July 9, 2016 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants