[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:
Joseph Crail 2023-08-10 14:08:03 -07:00 committed by GitHub
parent c28cb61fd4
commit 8e662918bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.