From 8e662918bc27191b11f86801b43a6268f2b3741c Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Thu, 10 Aug 2023 14:08:03 -0700 Subject: [PATCH] [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. --- dev_docs/tutorials/ci.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev_docs/tutorials/ci.mdx b/dev_docs/tutorials/ci.mdx index baa9ee588fe71..a332d7e616e6c 100644 --- a/dev_docs/tutorials/ci.mdx +++ b/dev_docs/tutorials/ci.mdx @@ -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.