forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Ops] ES Serverless verification: tag based filtering (elastic#168374)
## Summary Allows for env-var controlled filtering of executed test suites in the ES Serverless verification job, and adjusts existing flags and behaviour to better-fit future usage. We're changing the job to not publish the `latest-verified` tag by default. This is to prevent external calls to the job from accidentally promoting random tags to `latest-verified`, see changes below. Flag changes: - `PUBLISH_DOCKER_TAG`: if set to 1/true, passing runs will promote the tested ES Serverless tag to `latest-verified`. - (used to be default, now it requires this flag) - `PUBLISH_MANIFEST`: if set to 1/true, passing runs will upload the manifest attesting what (kibana + es) combination was used in the test - (used to be called `UPLOAD_MANIFEST`) - `SKIP_CYPRESS`: if set to 1/true, it will skip running the cypress tests - new flag - `FTR_EXTRA_ARGS`: a string argument, if passed, it will be forwarded verbatim to the FTR run script - new flag, can be used to control the filtering required for elastic#167611 (eg.: `FTR_EXTRA_ARGS="--include-tag=ml"`) Example run: https://buildkite.com/elastic/kibana-elasticsearch-serverless-verify-and-promote/builds/64#018b1a30-3360-4995-874a-864f18e104d5 Closes: elastic#168376
- Loading branch information
Showing
4 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters