mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
* Move periodic job to ES repo This change kickstarts the process of moving CI job definitions to this repo. * Added a minimal readme to provide pointers to the documentation * Update .ci/README.md Co-Authored-By: Rory Hunter <pugnascotia@users.noreply.github.com> * Update .ci/README.md Co-Authored-By: Rory Hunter <pugnascotia@users.noreply.github.com> * point to main repo * PR review * Add link to JJBB
17 lines
679 B
Markdown
17 lines
679 B
Markdown
CI configuration for Elasticsearch
|
|
==================================
|
|
|
|
Layout and Syntax
|
|
-----------------
|
|
|
|
CI is run by Jenkins at [elasticsearch-ci](https://elasticsearch-ci.elastic.co/).
|
|
Jobs live in the [jobs.t](jobs.t) directory, these are defined in YML using a syntax
|
|
simmilar to [JJB](https://elasticsearch-ci.elastic.co/view/Elasticsearch%20master/).
|
|
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](https://github.com/elastic/infra/blob/master/flavortown/jjbb/README.md)
|
|
.
|
|
|