Skip to content

Commit

Permalink
[docs] Document how to build cloud images using labels (#163659)
Browse files Browse the repository at this point in the history
This documents how to build cloud images for testing purposes in CI
using a specific label.
  • Loading branch information
jbcrail authored Aug 10, 2023
1 parent c28cb61 commit 8e66291
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev_docs/tutorials/ci.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8e66291

Please sign in to comment.