Commit graph

4 commits

Author SHA1 Message Date
Andrew Cholakian
534eaee868 Revert commit that broke dep report
This reverts commit 8f03e82249.

That was part of a larger series of changes that shouldn't be in 6.3

Fixes #9635
2018-05-22 15:00:36 +00:00
Andrew Cholakian
8f03e82249 Fix the license check CI task
This does a few small things:

1. Prefer invoking rake tasks via ./gradlew vs rake. This prevents Java from segfaulting on docker for unknown reasons
2. Remove use of COPYING.csv which has already been removed
2018-05-18 15:10:08 -05:00
Jake Landis
5b3cedcd77 Minor: Remove JRuby 1.7 from the docker base image (it is not used)
Fixes #8330
2017-09-20 12:16:05 +00:00
Jake Landis
1340f2eee0 Introduce docker for CI builds.
This commit includes:
* A base Dockerfile and script to push to a Docker repo
* A per-build Dockerfile (derived from the base)
* Updates to the test scripts to allow for more parallel builds
* Docker wrappers for the tests scripts
* Update for the integration test readme to manually run the tests
* Clean up the output of the Java tests
* Remove offline tag for tests (no longer needed that we don't use docker dependent services)

This commit does NOT include:
* Changes needed for the CI system to use Docker

Fixes #8223
2017-09-14 18:55:41 +00:00