elasticsearch/.ci
2023-11-14 08:29:05 +01:00
..
jobs.t [ci] Migrate branch consistency and protection checks to Buildkite (#101646) (#101737) 2023-11-02 15:47:44 -04:00
scripts [ci] Migrate branch consistency and protection checks to Buildkite (#101646) (#101737) 2023-11-02 15:47:44 -04:00
templates.t [ci] Disable intake jobs in Jenkins (#101641) (#101645) 2023-10-31 14:38:36 -04:00
views.t Move CI job configuration to elasticsearch repository 2021-05-06 16:30:05 -07:00
bwcVersions Bump versions after 7.17.15 release 2023-11-14 08:29:05 +01:00
dockerOnLinuxExclusions Add Suse 15.5 to docker ignore list (#100156) (#100166) 2023-10-02 19:09:43 -04:00
init.gradle Add java-matrix and java-fips-matrix Buildkite pipelines (#97253) (#98040) 2023-07-28 17:50:19 -04:00
java-versions-aarch64.properties Use bundled JDK by default when testing in CI 2023-03-02 15:02:03 -08:00
java-versions-fips.properties Use bundled JDK by default when testing in CI 2023-03-02 15:02:03 -08:00
java-versions.properties Use bundled JDK by default when testing in CI 2023-03-02 15:02:03 -08:00
make-branch-config.sh Move CI job configuration to elasticsearch repository 2021-05-06 16:30:05 -07:00
matrix-runtime-javas-fips.yml [7.17] Bump minimum compiler version to Java 17 (#85935) 2022-04-18 10:11:37 -07:00
matrix-runtime-javas.yml Add Java 21 to testing matrix 2023-08-28 09:23:30 -07:00
packer_cache.sh Improve efficiency of packer cache script (#94701) (#94705) 2023-03-23 17:10:08 -04:00
README.md Move periodic job to ES repo (#48570) 2019-11-13 17:12:42 +02:00
snapshotBwcVersions Fix snapshotBwcVersions 2022-06-30 09:46:45 -07:00

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 .