mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
[docs] Document how to build cloud images using labels (#163659)
This documents how to build cloud images for testing purposes in CI using a specific label.
This commit is contained in:
parent
c28cb61fd4
commit
8e662918bc
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ Build Windows, macOS, and Linux archives. Artifacts will be available on the "A
|
|||
|
||||
Build Docker images, and Debian and RPM packages. Artifacts will be available on the "Artifacts" tab of the "Build Kibana Distribution and Plugins" step.
|
||||
|
||||
#### `ci:build-cloud-image`
|
||||
|
||||
Build Docker images that can be used for testing deployments on Elastic Cloud in the CFT region (gcp-us-west2). Artifacts will be available on the "Artifacts" tab of the "Build Kibana Distribution and Plugins" step.
|
||||
|
||||
#### `ci:all-cypress-suites`
|
||||
|
||||
By default, Cypress test suites are only run when code changes are made in certain files, typically files with overlapping test coverage. Adding this label will cause all Cypress tests to run.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue