OpenSearch/.ci
Mark Vieira 47255c4fd7
Remove unnecessary CI configuration files
Signed-off-by: Mark Vieira <portugee@gmail.com>
2020-02-10 11:16:35 -08:00
..
jobs.t
README.md
build.sh
bwcVersions Add 7.6.0 staged version to BWC testing matrix 2020-01-23 15:03:14 -08:00
dockerOnLinuxExclusions
init.gradle
java-versions.properties
make-branch-config.sh
matrix-runtime-javas.yml Enable tests in FIPS 140 in JDK 11 (#49485) 2020-01-27 11:14:52 +02:00
matrix-vagrant-packaging.yml Add list of compatible OSes for vagrant packaging CI tests 2020-02-05 14:00:13 -08:00
os.ps1 Fix the windows packaging tests exit code 2020-02-07 10:24:37 -08:00
os.sh
packer_cache.sh

README.md

CI configuration for Elasticsearch

Layout and Syntax

CI is run by Jenkins at elasticsearch-ci. Jobs live in the jobs.t directory, these are defined in YML using a syntax simmilar to JJB. Macros are not allowed, and each job must be defined in its own file. Merging of the default configuration is customized so unlike in standard JJB, it recurses into YML objects. Further (internal) documentation on the setup is available .