Commit graph

7 commits

Author SHA1 Message Date
Jenkins CI
6e049269a9 Migrate x-pack-logstash source to logstash 2018-04-24 10:45:08 -05:00
Jake Landis
0faaa925ed Revert "Add .lock.release to the test docker container"
This reverts commit f5e4da585b.

Fixes #8764
2017-11-29 17:01:44 +00:00
Jake Landis
f5e4da585b Add .lock.release to the test docker container
Fixes #8759

Fixes #8761
2017-11-29 16:44:23 +00:00
Armin
1498b68848 more sophisticated output forwarding from exec tasks
Fixes #8583
2017-11-06 18:34:48 +00:00
Armin
8b8d5ec9ca TESTS: Improve Gradle Test Configuration
* `clean` actually cleans all dynamically created files, in particular it now properly cleans the generated Gemfile so
that changes to the Gemfile.template reflect in a rerun of `bundler`
* `rubyTests` and `test` are now one-off and will automatically bootstrap JRuby and Gems required by the tests if necessary
* Fixed Readme to document the now much simpler test targets
* All rake tasks remain unchanged and still work exactly as they did before

Fixes #8583
2017-11-06 18:34:47 +00:00
Jake Landis
7391be9ea2 Remove CHANGELOG from Dockerfile
Fixes #8262
2017-09-14 20:20:11 +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